From: Paulius Zaleckas Date: Thu, 17 Jul 2008 16:10:20 +0000 (+0300) Subject: [ARM] i.MX: remove set_imx_fb_info() export X-Git-Tag: v2.6.27-rc2~72^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7098e31404a25f70f82aa7513e7f5893763576b;p=pandora-kernel.git [ARM] i.MX: remove set_imx_fb_info() export Remove not needed export and fix warning: WARNING: vmlinux.o(__ksymtab+0x400): Section mismatch in reference from the variable __ksymtab_set_imx_fb_info to the function .init.text:set_imx_fb_info() The symbol set_imx_fb_info is exported and annotated __init Fix this by removing the __init annotation of set_imx_fb_info or drop the export. Signed-off-by: Paulius Zaleckas Signed-off-by: Sascha Hauer --- Reading git-diff-tree failed