Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754432Ab3F1CgA (ORCPT ); Thu, 27 Jun 2013 22:36:00 -0400 Received: from intranet.asianux.com ([58.214.24.6]:51194 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754266Ab3F1Cf6 (ORCPT ); Thu, 27 Jun 2013 22:35:58 -0400 X-Spam-Score: -100.9 Message-ID: <51CCF659.7070908@asianux.com> Date: Fri, 28 Jun 2013 10:35:05 +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: "'Jiri Kosina'" , Arnd Bergmann , Geert Uytterhoeven CC: "linux-kernel@vger.kernel.org" , Linux-Arch Subject: Re: [PATCH] include/asm-generic/iomap.h: trivial: use '__GENERIC_IOMAP_H' instead of '__GENERIC_IO_H' References: <51CCF58E.9000007@asianux.com> In-Reply-To: <51CCF58E.9000007@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 Content-Length: 1162 Lines: 42 Oh, sorry, need use '__ASM_GENERIC_IOMAP_H, instead. I will send patch v2. On 06/28/2013 10:31 AM, Chen Gang wrote: > Recommend to let the header file macro mark match the file name. > > Signed-off-by: Chen Gang > --- > include/asm-generic/iomap.h | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/include/asm-generic/iomap.h b/include/asm-generic/iomap.h > index 6afd7d6..236c78c 100644 > --- a/include/asm-generic/iomap.h > +++ b/include/asm-generic/iomap.h > @@ -1,5 +1,5 @@ > -#ifndef __GENERIC_IO_H > -#define __GENERIC_IO_H > +#ifndef __GENERIC_IOMAP_H > +#define __GENERIC_IOMAP_H > > #include > #include > @@ -78,4 +78,4 @@ static inline void pci_iounmap(struct pci_dev *dev, void __iomem *addr) > > #include > > -#endif > +#endif /* __GENERIC_IOMAP_H */ > -- Chen Gang -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/