瀏覽代碼

[ARM] aaec2000: avoid polluting the kernel's namespace

Avoid unnecessarily pollution of the kernel's namespace by avoiding
mach/hardware.h in mach/io.h.  Include this header file where necessary.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 16 年之前
父節點
當前提交
325045fa53
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      arch/arm/mach-aaec2000/include/mach/io.h

+ 0 - 2
arch/arm/mach-aaec2000/include/mach/io.h

@@ -6,8 +6,6 @@
 #ifndef __ASM_ARM_ARCH_IO_H
 #ifndef __ASM_ARM_ARCH_IO_H
 #define __ASM_ARM_ARCH_IO_H
 #define __ASM_ARM_ARCH_IO_H
 
 
-#include <mach/hardware.h>
-
 #define IO_SPACE_LIMIT 0xffffffff
 #define IO_SPACE_LIMIT 0xffffffff
 
 
 /*
 /*