ide: remove IDE devices from /proc/ide/ before unregistering them
[safe/jmp/linux-2.6] / drivers / pcmcia / au1000_xxs1500.c
index 01874b0..ce9d5c4 100644 (file)
 
 #include <asm/au1000.h>
 #include <asm/au1000_pcmcia.h>
-#include <asm/xxs1500.h>
+
+#define PCMCIA_MAX_SOCK                0
+#define PCMCIA_NUM_SOCKS       (PCMCIA_MAX_SOCK + 1)
+#define PCMCIA_IRQ             AU1000_GPIO_4
 
 #if 0
 #define DEBUG(x,args...)       printk(__FUNCTION__ ": " x,##args)