From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752660Ab3KNDDP (ORCPT ); Wed, 13 Nov 2013 22:03:15 -0500 Received: from intranet.asianux.com ([58.214.24.6]:30155 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750797Ab3KNDDD (ORCPT ); Wed, 13 Nov 2013 22:03:03 -0500 X-Spam-Score: -100.8 Message-ID: <52843DE7.8020705@asianux.com> Date: Thu, 14 Nov 2013 11:05:11 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: "dhowells@redhat.com" , Richard Henderson , Ivan Kokshaysky , Matt Turner , Paul McKenney , mcree@orcon.net.nz, Dave Jones , sandeen@redhat.com, Al Viro , ak@linux.intel.com CC: "linux-kernel@vger.kernel.org" , Andrew Morton , alpha Subject: Re: [PATCH] arch: alpha: uapi: be sure of "_UAPI" prefix for all guard macros References: <527B111C.7030303@asianux.com> In-Reply-To: <527B111C.7030303@asianux.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/07/2013 12:03 PM, Chen Gang wrote: > For all uapi headers, need use "_UAPI" prefix for its guard macro > (which will be stripped by "scripts/headers_installler.sh"). > > Also delete the redundant files (ipcbuf.h, kvm_para.h, and poll.h) > which are already in Kbuild. > Oh, sorry, need use 'generic-y' instead of 'header-y' in Kbuild, I will send patch v2 for it. Thanks. -- Chen Gang