diff options
author | eric miao <eric.miao@marvell.com> | 2007-11-21 16:57:12 +0800 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 15:07:51 +0000 |
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 be6fee78f43..0225ee016f2 100644 --- a/arch/arm/mach-pxa/ssp.c +++ b/arch/arm/mach-pxa/ssp.c @@ -41,6 +41,7 @@ #include <asm/hardware.h> #include <asm/arch/ssp.h> #include <asm/arch/pxa-regs.h> +#include <asm/arch/regs-ssp.h> #define TIMEOUT 100000 |