Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Dmitri Vorobiev <dmitri.vorobiev@movial.fi>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>

authored by

Dmitri Vorobiev and committed by
David Woodhouse
1aed165a e63b3f94

+1 -1
+1 -1
drivers/mtd/maps/vmax301.c
··· 146 146 iounmap((void *)vmax_map[0].map_priv_1 - WINDOW_START); 147 147 } 148 148 149 - int __init init_vmax301(void) 149 + static int __init init_vmax301(void) 150 150 { 151 151 int i; 152 152 unsigned long iomapadr;