From: Afzal Mohammed Date: Thu, 4 Oct 2012 08:31:57 +0000 (+0530) Subject: ARM: OMAP2+: gpmc: annotate exit sections properly X-Git-Tag: omap-for-v3.7-rc1/fixes-signed~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61687c611a1c4f7906d2f6f591da18d0b092ad34;p=pandora-kernel.git ARM: OMAP2+: gpmc: annotate exit sections properly compiler complained, `gpmc_remove' referenced in section `.data' of arch/arm/mach-omap2/built-in.o: defined in discarded section `.exit.text' of arch/arm/mach-omap2/built-in.o Annotate gpmc_remove function and dependents with __devexit. Reported-by: Tony Lindgren Signed-off-by: Afzal Mohammed Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed