summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
diff options
context:
space:
mode:
authorRussell King2008-11-28 17:04:54 +0100
committerRussell King2008-11-28 17:04:54 +0100
commit05678a96de2e97fdfd4b817478840ad6a02ea1d8 (patch)
tree2e8aa14e2992a29e69b820f5c2542d91d9975166 /drivers/mmc/host/pxamci.c
parent[ARM] rpc: remove obsolete IO accessors (diff)
downloadkernel-qcow2-linux-05678a96de2e97fdfd4b817478840ad6a02ea1d8.tar.gz
kernel-qcow2-linux-05678a96de2e97fdfd4b817478840ad6a02ea1d8.tar.xz
kernel-qcow2-linux-05678a96de2e97fdfd4b817478840ad6a02ea1d8.zip
[ARM] pxa: avoid polluting the kernel's namespace
Avoid unnecessarily pollution of the kernel's namespace by avoiding mach/hardware.h. Include this header file where necessary. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/host/pxamci.c')
-rw-r--r--drivers/mmc/host/pxamci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/host/pxamci.c b/drivers/mmc/host/pxamci.c
index a1700a80e2fd..e9b0159de521 100644
--- a/drivers/mmc/host/pxamci.c
+++ b/drivers/mmc/host/pxamci.c
@@ -26,11 +26,12 @@
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/mmc/host.h>
+#include <linux/io.h>
#include <asm/dma.h>
-#include <asm/io.h>
#include <asm/sizes.h>
+#include <mach/hardware.h>
#include <mach/pxa-regs.h>
#include <mach/mmc.h>