diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-09-03 02:50:23 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-23 17:04:37 -0400 |
commit | 68677ab3d08ed6d57be0c1ae4e4d364bb2d104b6 (patch) | |
tree | ff47fc2af665fd1f86cb0dd84c42bf5c85b15aec /arch/arm/mach-pxa/include | |
parent | 859b796349d2073bd58e55d176e03b2d53cb8c36 (diff) |
[ARM] pxa/corgi: remove now unused corgi_ssp.c and corgi_lcd.c
Now poodle/corgi/spitz have been been converted to use SPI-based
drivers, remove the now unused corgi_ssp.c and corgi_lcd.c. And
as well as the unused reference of {corgi,spitz}ssp_device.
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/include')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/corgi.h | 1 | ||||
-rw-r--r-- | arch/arm/mach-pxa/include/mach/spitz.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/include/mach/corgi.h b/arch/arm/mach-pxa/include/mach/corgi.h index bf856503baf..7f4de3df5af 100644 --- a/arch/arm/mach-pxa/include/mach/corgi.h +++ b/arch/arm/mach-pxa/include/mach/corgi.h | |||
@@ -103,7 +103,6 @@ | |||
103 | * Shared data structures | 103 | * Shared data structures |
104 | */ | 104 | */ |
105 | extern struct platform_device corgiscoop_device; | 105 | extern struct platform_device corgiscoop_device; |
106 | extern struct platform_device corgissp_device; | ||
107 | 106 | ||
108 | #endif /* __ASM_ARCH_CORGI_H */ | 107 | #endif /* __ASM_ARCH_CORGI_H */ |
109 | 108 | ||
diff --git a/arch/arm/mach-pxa/include/mach/spitz.h b/arch/arm/mach-pxa/include/mach/spitz.h index bd14365f7ed..d2fc22df0d7 100644 --- a/arch/arm/mach-pxa/include/mach/spitz.h +++ b/arch/arm/mach-pxa/include/mach/spitz.h | |||
@@ -154,5 +154,4 @@ | |||
154 | */ | 154 | */ |
155 | extern struct platform_device spitzscoop_device; | 155 | extern struct platform_device spitzscoop_device; |
156 | extern struct platform_device spitzscoop2_device; | 156 | extern struct platform_device spitzscoop2_device; |
157 | extern struct platform_device spitzssp_device; | ||
158 | extern struct sharpsl_charger_machinfo spitz_pm_machinfo; | 157 | extern struct sharpsl_charger_machinfo spitz_pm_machinfo; |