Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754360Ab3F1Cci (ORCPT ); Thu, 27 Jun 2013 22:32:38 -0400 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 X-Spam-Score: -100.9 Message-ID: <51CCF58E.9000007@asianux.com> Date: Fri, 28 Jun 2013 10:31:42 +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: [PATCH] include/asm-generic/iomap.h: trivial: use '__GENERIC_IOMAP_H' instead of '__GENERIC_IO_H' 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: 985 Lines: 32 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 -- 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/