[ARM] i.MX: remove set_imx_fb_info() export
authorPaulius Zaleckas <paulius.zaleckas@teltonika.lt>
Thu, 17 Jul 2008 16:10:20 +0000 (19:10 +0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 28 Jul 2008 09:29:21 +0000 (11:29 +0200)
commitd7098e31404a25f70f82aa7513e7f5893763576b
treed5057a1b6603452d69a7c4f16786e083c82b46f2
parent2809fc06f2fc0aac180644cabf9330e50f015bbb
[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 <paulius.zaleckas@teltonika.lt>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/generic.c