diff options
Diffstat (limited to 'arch/mips/au1000/common/platform.c')
-rw-r--r-- | arch/mips/au1000/common/platform.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/au1000/common/platform.c b/arch/mips/au1000/common/platform.c index 4aca18f0e290..a5e3ea413694 100644 --- a/arch/mips/au1000/common/platform.c +++ b/arch/mips/au1000/common/platform.c | |||
@@ -209,8 +209,14 @@ static struct platform_device au1200_ide0_device = { | |||
209 | 209 | ||
210 | #endif | 210 | #endif |
211 | 211 | ||
212 | static struct platform_device au1x00_pcmcia_device = { | ||
213 | .name = "au1x00-pcmcia", | ||
214 | .id = 0, | ||
215 | }; | ||
216 | |||
212 | static struct platform_device *au1xxx_platform_devices[] __initdata = { | 217 | static struct platform_device *au1xxx_platform_devices[] __initdata = { |
213 | &au1xxx_usb_ohci_device, | 218 | &au1xxx_usb_ohci_device, |
219 | &au1x00_pcmcia_device, | ||
214 | #ifdef CONFIG_FB_AU1100 | 220 | #ifdef CONFIG_FB_AU1100 |
215 | &au1100_lcd_device, | 221 | &au1100_lcd_device, |
216 | #endif | 222 | #endif |