From: Arnd Bergmann Date: Fri, 10 Apr 2015 22:03:19 +0000 (+0200) Subject: staging: sm750: remove incorrect __exit annotation X-Git-Tag: omap-for-v4.2/soc-pt1-take2~6^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb6ce8b28d97f39c591e94322e3ad28ff22649b2;p=pandora-kernel.git staging: sm750: remove incorrect __exit annotation The lynxfb_pci_remove function is used as the 'remove' callback of the driver, and must not be discarded: lynxfb_pci_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o This removes the extraneous annotation. Signed-off-by: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed