]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00176812-11 mx6 sabreauto: remove section mismatch warning
authorLily Zhang <r58066@freescale.com>
Fri, 9 Mar 2012 16:36:47 +0000 (00:36 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:15 +0000 (08:34 +0200)
commitafa96f17c0ad5d6707bff4a79716103b3c58edac
tree71668d0045f4e038f5f86a5451308833166ee345
parenta956364f81270a9636ce5c179215c563731a9df6
ENGR00176812-11 mx6 sabreauto: remove section mismatch warning

Remove the followinig section mismatch warning
WARNING: vmlinux.o(.text+0x1bdf8): Section mismatch in
reference from the function gpmi_nand_platform_init() to
the (unknown reference) .init.data:(unknown)
The function gpmi_nand_platform_init() references
the (unknown reference) __initdata (unknown).
This is often because gpmi_nand_platform_init lacks a __initdata
annotation or the annotation of (unknown) is wrong.

Signed-off-by: Lily Zhang <r58066@freescale.com>
arch/arm/mach-mx6/board-mx6q_sabreauto.c