forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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 };