diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2010-07-05 00:03:34 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-08-05 14:32:38 +0800 |
commit | 04e4ad23541ffef18f1baded24a2675f204c156f (patch) | |
tree | 3fde2308b91e49bfb191bc369716fdf36e641f66 /arch/arm/mach-pxa/spitz.c | |
parent | 05732d7eb0d7f74cc300de8f420630757ae46660 (diff) | |
download | linux-3.10-04e4ad23541ffef18f1baded24a2675f204c156f.tar.gz linux-3.10-04e4ad23541ffef18f1baded24a2675f204c156f.tar.bz2 linux-3.10-04e4ad23541ffef18f1baded24a2675f204c156f.zip |
[ARM] pxa: removed mostly unused and confusing two sharpsl.h
Only a small part of used code is moved into sharpsl_pm.h.
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index ddf7a11b330..5153bf3b898 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c @@ -44,10 +44,10 @@ #include <mach/pxafb.h> #include <mach/pxa2xx_spi.h> #include <mach/spitz.h> +#include <mach/sharpsl_pm.h> #include "generic.h" #include "devices.h" -#include "sharpsl.h" static unsigned long spitz_pin_config[] __initdata = { /* Chip Selects */ |