diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-03-16 17:03:20 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 17:24:58 +0200 |
commit | 83f2889643d8efbc7fe925afbaa114e775699d7c (patch) | |
tree | 05567c10d9dc4428d0c9fa7c424173f51ca40b10 /arch/arm/mach-pxa/ssp.c | |
parent | c9840daa70fbb8f6031fcd1f254a3da49a41ea7b (diff) |
[ARM] pxa: merge regs-ssp.h into ssp.h
No need to separate them as they should be together from the begining.
Signed-off-by: Eric Miao <eric.y.miao@gmail.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 6e7df7af61e..a9b2d3eb8f3 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/regs-ssp.h> static DEFINE_MUTEX(ssp_lock); static LIST_HEAD(ssp_list); |