diff options
Diffstat (limited to 'drivers/pcmcia/pcmcia_ioctl.c')
-rw-r--r-- | drivers/pcmcia/pcmcia_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/pcmcia_ioctl.c b/drivers/pcmcia/pcmcia_ioctl.c index 419f97fc9a62..0492d2df01a1 100644 --- a/drivers/pcmcia/pcmcia_ioctl.c +++ b/drivers/pcmcia/pcmcia_ioctl.c | |||
@@ -58,7 +58,7 @@ typedef struct user_info_t { | |||
58 | } user_info_t; | 58 | } user_info_t; |
59 | 59 | ||
60 | 60 | ||
61 | #ifdef DEBUG | 61 | #ifdef CONFIG_PCMCIA_DEBUG |
62 | extern int ds_pc_debug; | 62 | extern int ds_pc_debug; |
63 | 63 | ||
64 | #define ds_dbg(lvl, fmt, arg...) do { \ | 64 | #define ds_dbg(lvl, fmt, arg...) do { \ |