]> err.no Git - linux-2.6/blobdiff - drivers/pcmcia/au1000_xxs1500.c
RDMA/cxgb3: Fix regression caused by class_device -> device conversion
[linux-2.6] / drivers / pcmcia / au1000_xxs1500.c
index 01a895bc9a4795d8cd78ee6c9908f740ff3c761f..c78ed53475107c7371b503aa68c6d6ff96c6c4e6 100644 (file)
@@ -27,7 +27,6 @@
  */
 #include <linux/module.h>
 #include <linux/init.h>
-#include <linux/config.h>
 #include <linux/delay.h>
 #include <linux/ioport.h>
 #include <linux/kernel.h>
 
 #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)
+#define DEBUG(x, args...)      printk(__func__ ": " x, ##args)
 #else
 #define DEBUG(x,args...)
 #endif