Commit 05678a96 authored by Russell King's avatar Russell King Committed by Russell King

[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: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 6de2c31d
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#include <mach/pxafb.h> #include <mach/pxafb.h>
#include <mach/ohci.h> #include <mach/ohci.h>
#include <mach/i2c.h> #include <mach/i2c.h>
#include <mach/hardware.h>
#include <mach/mfp-pxa27x.h> #include <mach/mfp-pxa27x.h>
#include <mach/pxa-regs.h> #include <mach/pxa-regs.h>
......
...@@ -6,8 +6,6 @@ ...@@ -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
/* /*
......
...@@ -8,6 +8,8 @@ ...@@ -8,6 +8,8 @@
#include <linux/io.h> #include <linux/io.h>
#include <linux/sysdev.h> #include <linux/sysdev.h>
#include <mach/hardware.h>
#define SMEMC_PHYS_BASE (0x4A000000) #define SMEMC_PHYS_BASE (0x4A000000)
#define SMEMC_PHYS_SIZE (0x90) #define SMEMC_PHYS_SIZE (0x90)
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include <asm/div64.h> #include <asm/div64.h>
#include <asm/mach/irq.h> #include <asm/mach/irq.h>
#include <asm/mach/time.h> #include <asm/mach/time.h>
#include <mach/hardware.h>
#include <mach/pxa-regs.h> #include <mach/pxa-regs.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
......
...@@ -26,11 +26,12 @@ ...@@ -26,11 +26,12 @@
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/err.h> #include <linux/err.h>
#include <linux/mmc/host.h> #include <linux/mmc/host.h>
#include <linux/io.h>
#include <asm/dma.h> #include <asm/dma.h>
#include <asm/io.h>
#include <asm/sizes.h> #include <asm/sizes.h>
#include <mach/hardware.h>
#include <mach/pxa-regs.h> #include <mach/pxa-regs.h>
#include <mach/mmc.h> #include <mach/mmc.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <asm/dma.h> #include <asm/dma.h>
#include <mach/irda.h> #include <mach/irda.h>
#include <mach/hardware.h>
#include <mach/pxa-regs.h> #include <mach/pxa-regs.h>
#define IrSR_RXPL_NEG_IS_ZERO (1<<4) #define IrSR_RXPL_NEG_IS_ZERO (1<<4)
......
...@@ -528,6 +528,7 @@ struct smc_local { ...@@ -528,6 +528,7 @@ struct smc_local {
*/ */
#include <linux/dma-mapping.h> #include <linux/dma-mapping.h>
#include <asm/dma.h> #include <asm/dma.h>
#include <mach/hardware.h>
#include <mach/pxa-regs.h> #include <mach/pxa-regs.h>
#ifdef SMC_insl #ifdef SMC_insl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment