diff options
author | Eric Miao | 2009-01-19 08:28:07 +0100 |
---|---|---|
committer | Eric Miao | 2009-03-09 14:22:38 +0100 |
commit | 5742964e916269e01a3467d2bff2601180b7da3d (patch) | |
tree | 16f5b6675cb8f6cf3e121d36557ce9978cb05f28 /arch/arm/mach-pxa/ssp.c | |
parent | [ARM] pxa: remove machine class specific stuffs from serial driver (diff) | |
download | kernel-qcow2-linux-5742964e916269e01a3467d2bff2601180b7da3d.tar.gz kernel-qcow2-linux-5742964e916269e01a3467d2bff2601180b7da3d.tar.xz kernel-qcow2-linux-5742964e916269e01a3467d2bff2601180b7da3d.zip |
[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: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/ssp.c')
-rw-r--r-- | arch/arm/mach-pxa/ssp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/ssp.c b/arch/arm/mach-pxa/ssp.c index 6f42004db3ed..965e38c6bafe 100644 --- a/arch/arm/mach-pxa/ssp.c +++ b/arch/arm/mach-pxa/ssp.c @@ -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 |