Commit af4c7d4b authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu

Blackfin arch: define bfin_memmap as static since it is only used here

Signed-off-by: default avatarMike Frysinger <vapier.adi@gmail.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent d04dfc4c
...@@ -60,7 +60,7 @@ void __initdata *init_retx, *init_saved_retx, *init_saved_seqstat, ...@@ -60,7 +60,7 @@ void __initdata *init_retx, *init_saved_retx, *init_saved_seqstat,
#define BFIN_MEMMAP_MAX 128 /* number of entries in bfin_memmap */ #define BFIN_MEMMAP_MAX 128 /* number of entries in bfin_memmap */
#define BFIN_MEMMAP_RAM 1 #define BFIN_MEMMAP_RAM 1
#define BFIN_MEMMAP_RESERVED 2 #define BFIN_MEMMAP_RESERVED 2
struct bfin_memmap { static struct bfin_memmap {
int nr_map; int nr_map;
struct bfin_memmap_entry { struct bfin_memmap_entry {
unsigned long long addr; /* start of memory segment */ unsigned long long addr; /* start of memory segment */
......
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