diff options
-rw-r--r-- | arch/arm/mach-pxa/include/mach/spitz.h | 8 | ||||
-rw-r--r-- | arch/arm/mach-pxa/spitz.c | 3 |
2 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-pxa/include/mach/spitz.h b/arch/arm/mach-pxa/include/mach/spitz.h index fa1998caa78e..dc1ff254229e 100644 --- a/arch/arm/mach-pxa/include/mach/spitz.h +++ b/arch/arm/mach-pxa/include/mach/spitz.h | |||
@@ -181,11 +181,3 @@ | |||
181 | #define SPITZ_IRQ_GPIO_CF2_IRQ IRQ_GPIO(SPITZ_GPIO_CF2_IRQ) | 181 | #define SPITZ_IRQ_GPIO_CF2_IRQ IRQ_GPIO(SPITZ_GPIO_CF2_IRQ) |
182 | #define SPITZ_IRQ_GPIO_nSD_INT IRQ_GPIO(SPITZ_GPIO_nSD_INT) | 182 | #define SPITZ_IRQ_GPIO_nSD_INT IRQ_GPIO(SPITZ_GPIO_nSD_INT) |
183 | #define SPITZ_IRQ_GPIO_nSD_DETECT IRQ_GPIO(SPITZ_GPIO_nSD_DETECT) | 183 | #define SPITZ_IRQ_GPIO_nSD_DETECT IRQ_GPIO(SPITZ_GPIO_nSD_DETECT) |
184 | |||
185 | /* | ||
186 | * Shared data structures | ||
187 | */ | ||
188 | extern struct platform_device spitzscoop_device; | ||
189 | extern struct platform_device spitzscoop2_device; | ||
190 | extern struct platform_device spitzssp_device; | ||
191 | extern struct sharpsl_charger_machinfo spitz_pm_machinfo; | ||
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c index c1048a35f187..ddf7a11b330e 100644 --- a/arch/arm/mach-pxa/spitz.c +++ b/arch/arm/mach-pxa/spitz.c | |||
@@ -242,9 +242,6 @@ static struct scoop_pcmcia_config spitz_pcmcia_config = { | |||
242 | .power_ctrl = spitz_pcmcia_pwr, | 242 | .power_ctrl = spitz_pcmcia_pwr, |
243 | }; | 243 | }; |
244 | 244 | ||
245 | EXPORT_SYMBOL(spitzscoop_device); | ||
246 | EXPORT_SYMBOL(spitzscoop2_device); | ||
247 | |||
248 | /* | 245 | /* |
249 | * Spitz Keyboard Device | 246 | * Spitz Keyboard Device |
250 | */ | 247 | */ |