diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-07 06:12:26 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-07 06:12:26 -0500 |
commit | 2c041f4b9be5cecbd0a042ecd9122a9db6f50416 (patch) | |
tree | 25dca940da091b0426f067338f235e651ac99e07 /arch/arm/mach-pxa/spitz_pm.c | |
parent | f99c89297cd6995ccad6394c87383941c2570fe9 (diff) |
[ARM] 3235/1: SharpSL PM: Fix a gcc4 build error
Patch from Richard Purdie
Fix a gcc4 build error (incomplete element type) in the pxa SharpSL
PM code.
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/spitz_pm.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz_pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/spitz_pm.c b/arch/arm/mach-pxa/spitz_pm.c index 76a5c26dea0b..5e5bdc898482 100644 --- a/arch/arm/mach-pxa/spitz_pm.c +++ b/arch/arm/mach-pxa/spitz_pm.c | |||
@@ -21,7 +21,6 @@ | |||
21 | #include <asm/mach-types.h> | 21 | #include <asm/mach-types.h> |
22 | #include <asm/hardware.h> | 22 | #include <asm/hardware.h> |
23 | #include <asm/hardware/scoop.h> | 23 | #include <asm/hardware/scoop.h> |
24 | #include <asm/hardware/sharpsl_pm.h> | ||
25 | 24 | ||
26 | #include <asm/arch/sharpsl.h> | 25 | #include <asm/arch/sharpsl.h> |
27 | #include <asm/arch/spitz.h> | 26 | #include <asm/arch/spitz.h> |