[ARM] shark: 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>
This commit is contained in:
Russell King
2008-11-28 16:13:44 +00:00
committed by Russell King
parent 514161b601
commit 47190a3350
3 changed files with 6 additions and 25 deletions

View File

@@ -16,6 +16,8 @@
#include <asm/leds.h>
#include <asm/param.h>
#include <mach/hardware.h>
#include <asm/mach/map.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>