From: Arnd Bergmann Date: Sat, 14 Apr 2012 16:25:04 +0000 (-0600) Subject: misc: do not mark exported functions __devexit X-Git-Tag: v3.5-rc1~148^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed0d579cb19e00acda762bad0d526477833c4e7;p=pandora-kernel.git misc: do not mark exported functions __devexit No symbol can be exported when the section is discarded - the only solution I could think of is not to mark symbols as __devexit when they are exported. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed