summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/include/mach/iomux-mx53.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-06-14 15:42:49 -0300
committerSascha Hauer <s.hauer@pengutronix.de>2011-07-26 09:14:45 +0200
commitea7aed6bfba3b0638de6f657ab831f1d94b97103 (patch)
tree2cc459995704dfffe6f36fb2683941d0ac54dd31 /arch/arm/plat-mxc/include/mach/iomux-mx53.h
parentc86566bbb214706c4820d93843fd4c77f4ecd082 (diff)
ARM: mach-imx/mx31ads: Fix section mismatches
Fix the following section mismatches: WARNING: vmlinux.o(.text+0x101cc): Section mismatch in reference from the function mxc_init_i2c() to the (unknown reference) .init.data:(unknown) The function mxc_init_i2c() references the (unknown reference) __initdata (unknown). This is often because mxc_init_i2c lacks a __initdata annotation or the annotation of (unknown) is wrong. WARNING: vmlinux.o(.text+0x101d8): Section mismatch in reference from the function mxc_init_i2c() to the variable .init.rodata:imx31_imx_i2c_data The function mxc_init_i2c() references the variable __initconst imx31_imx_i2c_data. This is often because mxc_init_i2c lacks a __initconst annotation or the annotation of imx31_imx_i2c_data is wrong. WARNING: vmlinux.o(.text+0x10200): Section mismatch in reference from the function mxc_init_audio() to the variable .init.rodata:imx31_imx_ssi_data The function mxc_init_audio() references the variable __initconst imx31_imx_ssi_data. This is often because mxc_init_audio lacks a __initconst annotation or the annotation of imx31_imx_ssi_data is wrong. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/iomux-mx53.h')
0 files changed, 0 insertions, 0 deletions