kernel/drivers/mtd/maps/uclinux.c
.. .. @@ -31,13 +31,7 @@ 31 31 #define MAP_NAME "ram" 32 32 #endif 33 33 34 -/*35 - * Blackfin uses uclinux_ram_map during startup, so it must not be static.36 - * Provide a dummy declaration to make sparse happy.37 - */38 -extern struct map_info uclinux_ram_map;39 -40 -struct map_info uclinux_ram_map = {34 +static struct map_info uclinux_ram_map = {41 35 .name = MAP_NAME, 42 36 .size = 0, 43 37 };