linux/arch/arm/mach-bcm
Arnd Bergmann 721e0205b0 ARM: bcm: mark bcm_kona_smc_init as __init
The bcm_kona_smc_init function references the bcm_kona_smc_ids variable
that is marked __initconst, so the function itself has to be __init
to avoid this build error:

WARNING: arch/arm/mach-bcm/built-in.o(.text+0x12c): Section mismatch in reference from the function bcm_kona_smc_init() to the (unknown reference) .init.rodata:(unknown)

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Christian Daudt <csd@broadcom.com>
2013-04-23 17:43:32 +02:00
..
bcm_kona_smc_asm.S ARM: bcm281xx: Add L2 cache enable code 2013-04-09 09:18:13 -07:00
bcm_kona_smc.c ARM: bcm: mark bcm_kona_smc_init as __init 2013-04-23 17:43:32 +02:00
bcm_kona_smc.h ARM: bcm281xx: Add L2 cache enable code 2013-04-09 09:18:13 -07:00
board_bcm.c ARM: bcm281xx: Add L2 cache enable code 2013-04-09 09:18:13 -07:00
Kconfig ARM: remove redundant 'select GENERIC_GPIO' 2013-01-22 00:01:50 -08:00
Makefile ARM: bcm281xx: Add L2 cache enable code 2013-04-09 09:18:13 -07:00