mach-pcm037_eet: Fix section mismatch for eet_init_devices()
authorAlberto Panizzo <maramaopercheseimorto@gmail.com>
Mon, 1 Nov 2010 17:00:03 +0000 (18:00 +0100)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 2 Nov 2010 07:49:40 +0000 (08:49 +0100)
commitf0573e6db1d1e637e20011f40264b2f5b5880587
treee37207bff2b140e9a67b8a66dd5c134061c98edb
parentc8ddb2713c624f432fa5fe3c7ecffcdda46ea0d4
mach-pcm037_eet: Fix section mismatch for eet_init_devices()

This function should be marked as __init because it is used only
in the init phase.

This fix the compiler warning:
 LD      arch/arm/mach-mx3/built-in.o
 WARNING: arch/arm/mach-mx3/built-in.o(.text+0x1328): Section mismatch in reference from the function eet_init_devices() to the (unknown reference) .init.rodata:(unknown)
 The function eet_init_devices() references
 the (unknown reference) __initconst (unknown).
 This is often because eet_init_devices lacks a __initconst
 annotation or the annotation of (unknown) is wrong.

Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/mach-pcm037_eet.c