diff options
author | eric miao <eric.miao@marvell.com> | 2007-11-21 03:57:12 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 10:07:51 -0500 |
commit | 0aea1fd565857f002e873a506d67c92ff913f1af (patch) | |
tree | 676ba67cd33b7fe58442b649ad67fa27bd71693f /arch/arm/mach-pxa/ssp.c | |
parent | 88286450462216ca9b5c67c2175d75a5aebd5d0f (diff) |
[ARM] pxa: move SSP register definitions from pxa-regs.h to regs-ssp.h
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/ssp.c')
-rw-r--r-- | arch/arm/mach-pxa/ssp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/ssp.c b/arch/arm/mach-pxa/ssp.c index be6fee78f439..0225ee016f2d 100644 --- a/arch/arm/mach-pxa/ssp.c +++ b/arch/arm/mach-pxa/ssp.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <asm/hardware.h> | 41 | #include <asm/hardware.h> |
42 | #include <asm/arch/ssp.h> | 42 | #include <asm/arch/ssp.h> |
43 | #include <asm/arch/pxa-regs.h> | 43 | #include <asm/arch/pxa-regs.h> |
44 | #include <asm/arch/regs-ssp.h> | ||
44 | 45 | ||
45 | #define TIMEOUT 100000 | 46 | #define TIMEOUT 100000 |
46 | 47 | ||