X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpcmcia%2Fm8xx_pcmcia.c;h=d1ad0966392dc5bc4fcf31b136ff8757525a2c50;hb=8cde1ad6683f8738ad71f788dca8ab4810cf5afe;hp=13a5fbd50a078fe3d45c2c1028066e679fe7c581;hpb=40e7babbb52b4b57721b9175aed7a14d93bf242f;p=linux-2.6-omap-h63xx.git diff --git a/drivers/pcmcia/m8xx_pcmcia.c b/drivers/pcmcia/m8xx_pcmcia.c index 13a5fbd50a0..d1ad0966392 100644 --- a/drivers/pcmcia/m8xx_pcmcia.c +++ b/drivers/pcmcia/m8xx_pcmcia.c @@ -49,6 +49,8 @@ #include #include #include +#include +#include #include #include @@ -57,15 +59,13 @@ #include #include #include -#include -#include #include #include #include -#ifdef PCMCIA_DEBUG -static int pc_debug = PCMCIA_DEBUG; +#ifdef CONFIG_PCMCIA_DEBUG +static int pc_debug; module_param(pc_debug, int, 0); #define dprintk(args...) printk(KERN_DEBUG "m8xx_pcmcia: " args); #else