hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/mtd/maps/uclinux.c
....@@ -31,13 +31,7 @@
3131 #define MAP_NAME "ram"
3232 #endif
3333
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 = {
4135 .name = MAP_NAME,
4236 .size = 0,
4337 };