From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Gang Subject: Re: [PATCH] include/asm-generic/iomap.h: trivial: use '__GENERIC_IOMAP_H' instead of '__GENERIC_IO_H' Date: Fri, 28 Jun 2013 10:35:05 +0800 Message-ID: <51CCF659.7070908@asianux.com> References: <51CCF58E.9000007@asianux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: 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 In-Reply-To: <51CCF58E.9000007@asianux.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: 'Jiri Kosina' , Arnd Bergmann , Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , Linux-Arch 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