Commit 1aed165a authored by Dmitri Vorobiev's avatar Dmitri Vorobiev Committed by David Woodhouse

[MTD] Make the function init_vmax301 static

The function init_vmax301 is needlessly defined global in
drivers/mtd/maps/vmax301.c, and this patch makes it static.
Signed-off-by: default avatarDmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent e63b3f94
...@@ -146,7 +146,7 @@ static void __exit cleanup_vmax301(void) ...@@ -146,7 +146,7 @@ static void __exit cleanup_vmax301(void)
iounmap((void *)vmax_map[0].map_priv_1 - WINDOW_START); iounmap((void *)vmax_map[0].map_priv_1 - WINDOW_START);
} }
int __init init_vmax301(void) static int __init init_vmax301(void)
{ {
int i; int i;
unsigned long iomapadr; unsigned long iomapadr;
......
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