From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chen Gang Subject: [PATCH] include/asm-generic/iomap.h: trivial: use '__GENERIC_IOMAP_H' instead of '__GENERIC_IO_H' Date: Fri, 28 Jun 2013 10:31:42 +0800 Message-ID: <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]:51028 "EHLO intranet.asianux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754226Ab3F1Ccg (ORCPT ); Thu, 27 Jun 2013 22:32:36 -0400 Sender: linux-arch-owner@vger.kernel.org List-ID: To: 'Jiri Kosina' , Arnd Bergmann , Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" , Linux-Arch 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 */ -- 1.7.7.6