From: Geert Uytterhoeven Date: Thu, 31 May 2012 20:39:21 +0000 (+0200) Subject: mtd/uclinux: Use generic __bss_stop instead of _ebss X-Git-Tag: v3.6-rc2~42^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=363737d66427c18edb321a06933ac999d9ce5d7f;p=pandora-kernel.git mtd/uclinux: Use generic __bss_stop instead of _ebss The standard (see BSS_SECTION() in and ) symbol for the end of BSS is __bss_stop. This allows to remove all local declarations that have been added to several architectures just to please CONFIG_MTD_UCLINUX. Signed-off-by: Geert Uytterhoeven Acked-by: Paul Mundt Acked-by: Mike Frysinger Acked-by: Michal Simek Acked-by: Greg Ungerer --- Reading git-diff-tree failed