Title: [6038] trunk/arch/blackfin/kernel/setup.c: define bfin_memmap as static since it is only used here
Revision
6038
Author
vapier
Date
2009-01-27 15:49:10 -0600 (Tue, 27 Jan 2009)

Log Message

define bfin_memmap as static since it is only used here

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/setup.c (6037 => 6038)


--- trunk/arch/blackfin/kernel/setup.c	2009-01-26 18:54:47 UTC (rev 6037)
+++ trunk/arch/blackfin/kernel/setup.c	2009-01-27 21:49:10 UTC (rev 6038)
@@ -60,7 +60,7 @@
 #define BFIN_MEMMAP_MAX		128 /* number of entries in bfin_memmap */
 #define BFIN_MEMMAP_RAM		1
 #define BFIN_MEMMAP_RESERVED	2
-struct bfin_memmap {
+static struct bfin_memmap {
 	int nr_map;
 	struct bfin_memmap_entry {
 		unsigned long long addr; /* start of memory segment */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to