diff options
| -rw-r--r-- | drivers/pcmcia/at91_cf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/at91_cf.c b/drivers/pcmcia/at91_cf.c index 92df2c2c5d07..c1297f0ebf03 100644 --- a/drivers/pcmcia/at91_cf.c +++ b/drivers/pcmcia/at91_cf.c @@ -46,7 +46,7 @@ struct at91_cf_data {  #define AT91_IDE_SWAP_A0_A2	0x02  }; -struct regmap *mc; +static struct regmap *mc;  /*--------------------------------------------------------------------------*/  | 
