Title: [6434] trunk/drivers/mtd/maps/uclinux.c: move memory_mtd_start extern behind Blackfin define
Revision
6434
Author
vapier
Date
2009-05-20 19:36:23 -0500 (Wed, 20 May 2009)

Log Message

move memory_mtd_start extern behind Blackfin define

Modified Paths


Diff

Modified: trunk/drivers/mtd/maps/uclinux.c (6433 => 6434)


--- trunk/drivers/mtd/maps/uclinux.c	2009-05-21 00:23:33 UTC (rev 6433)
+++ trunk/drivers/mtd/maps/uclinux.c	2009-05-21 00:36:23 UTC (rev 6434)
@@ -53,13 +53,12 @@
 
 /****************************************************************************/
 
-extern unsigned long memory_mtd_start;
-
 static int __init uclinux_mtd_init(void)
 {
 	struct mtd_info *mtd;
 	struct map_info *mapp;
 #ifdef CONFIG_BLACKFIN
+	extern unsigned long memory_mtd_start;
 	unsigned long addr = (unsigned long) memory_mtd_start;
 #else
 	extern char _ebss;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to