aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/au1000_xxs1500.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcmcia/au1000_xxs1500.c')
-rw-r--r--drivers/pcmcia/au1000_xxs1500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/au1000_xxs1500.c b/drivers/pcmcia/au1000_xxs1500.c
index ce9d5c44a7b5..c78ed5347510 100644
--- a/drivers/pcmcia/au1000_xxs1500.c
+++ b/drivers/pcmcia/au1000_xxs1500.c
@@ -56,7 +56,7 @@
56#define PCMCIA_IRQ AU1000_GPIO_4 56#define PCMCIA_IRQ AU1000_GPIO_4
57 57
58#if 0 58#if 0
59#define DEBUG(x,args...) printk(__FUNCTION__ ": " x,##args) 59#define DEBUG(x, args...) printk(__func__ ": " x, ##args)
60#else 60#else
61#define DEBUG(x,args...) 61#define DEBUG(x,args...)
62#endif 62#endif