Commit 5742964e authored by Eric Miao's avatar Eric Miao
Browse files

[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h



pxa-regs.h and hardware.h are not intended for use directly in driver
code, remove those unnecessary references.

Signed-off-by: default avatarEric Miao <eric.miao@marvell.com>
parent 290a5589
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <linux/gpio.h>

#include <asm/mach/pci.h>
#include <mach/pxa-regs.h>
#include <asm/mach-types.h>

#include <asm/hardware/it8152.h>
+0 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@

#include <mach/mfp-pxa25x.h>
#include <mach/hardware.h>
#include <mach/pxa-regs.h>
#include <mach/pxa2xx-regs.h>

#include "generic.h"

+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@
#include <linux/pwm.h>

#include <asm/div64.h>
#include <mach/pxa-regs.h>

/* PWM registers and bits definitions */
#define PWMCR		(0x00)
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <asm/irq.h>
#include <mach/hardware.h>
#include <mach/ssp.h>
#include <mach/pxa-regs.h>
#include <mach/regs-ssp.h>

#define TIMEOUT 100000
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
#include <linux/slab.h>

#include <mach/corgi.h>
#include <mach/hardware.h>
#include <mach/pxa-regs.h>
#include <mach/pxa2xx-gpio.h>
#include <asm/hardware/scoop.h>

Loading