]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/au1000/common/platform.c
- moved platform structure to platform.c
[karo-tx-linux.git] / arch / mips / au1000 / common / platform.c
index 4aca18f0e2901ea5746d2b3b23e254f27a0dde21..a5e3ea4136948c5c9fc09a9f4485721344bcf60c 100644 (file)
@@ -209,8 +209,14 @@ static struct platform_device au1200_ide0_device = {
 
 #endif
 
+static struct platform_device au1x00_pcmcia_device = {
+       .name           = "au1x00-pcmcia",
+       .id             = 0,
+};
+
 static struct platform_device *au1xxx_platform_devices[] __initdata = {
        &au1xxx_usb_ohci_device,
+       &au1x00_pcmcia_device,
 #ifdef CONFIG_FB_AU1100
        &au1100_lcd_device,
 #endif