Commit 105e2fdb authored by ruanjinjie's avatar ruanjinjie Committed by Dominik Brodowski

pcmcia: at91_cf: make mc static

The symbol is not used outside of the file, so mark it static.

Fixes the following warning:

./drivers/pcmcia/at91_cf.c:49:15: warning: symbol 'mc' was not declared. Should it be static?
Signed-off-by: default avatarruanjinjie <ruanjinjie@huawei.com>
Signed-off-by: default avatarDominik Brodowski <linux@dominikbrodowski.net>
parent ae19e152
......@@ -46,7 +46,7 @@ struct at91_cf_data {
#define AT91_IDE_SWAP_A0_A2 0x02
};
struct regmap *mc;
static struct regmap *mc;
/*--------------------------------------------------------------------------*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment