linux/arch/arm/mach-shmobile/include/mach
Arnd Bergmann b3796d9208 ARM: shmobile: mark shmobile_init_late as __init
Patch 35f2b0bd59 "ARM: shmobile: Move definition of shmobile_init_late()
to header" moved the definition of the shmobile_init_late function, but
dropped the __init annotation, which is now causing warnings because
the function calls shmobile_suspend_init, which is also marked init.

Without this patch, building kota2_defconfig results in:

WARNING: vmlinux.o(.text+0xb7c8): Section mismatch in reference from the function shmobile_init_late() to the function .init.text:shmobile_suspend_init()
The function shmobile_init_late() references
the function __init shmobile_suspend_init().
This is often because shmobile_init_late lacks a __init
annotation or the annotation of shmobile_suspend_init is wrong.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Cc: Magnus Damm <damm@opensource.se>
Cc: Simon Horman <horms@verge.net.au>
2012-10-09 17:27:01 +02:00
..
clkdev.h
common.h ARM: shmobile: mark shmobile_init_late as __init 2012-10-09 17:27:01 +02:00
dma-register.h ARM: shmobile: add common DMAEngine definitions 2012-06-30 15:03:16 +02:00
dma.h
emev2.h ARM: SoC: convert shmobile SMP to SMP operations 2012-09-14 11:14:58 +02:00
hardware.h
head-ap4evb.txt
head-mackerel.txt
intc.h ARM: mach-shmobile: Introduce INTC_IRQ_PINS_16H 2012-04-11 12:11:48 +02:00
irqs.h ARM: mach-shmobile: Use 0x3400 as INTCS vector offset 2012-04-11 12:11:49 +02:00
memory.h
mmc-ap4eb.h
mmc-mackerel.h
mmc.h
pm-rmobile.h ARM: shmobile: Rework adding devices to PM domains on Mackerel 2012-09-04 01:45:00 +02:00
r8a7740.h ARM: shmobile: Move r8a7740's PM domain objects to a table 2012-09-04 01:44:57 +02:00
r8a7779.h Power management updates for 3.7-rc1 2012-10-02 18:32:35 -07:00
sdhi-sh7372.h
sdhi.h
sh73a0.h ARM: SoC: convert shmobile SMP to SMP operations 2012-09-14 11:14:58 +02:00
sh7367.h
sh7372.h ARM: shmobile: Add A4S cpuidle state on sh7372 2012-09-04 01:46:17 +02:00
sh7377.h
system.h Disintegrate and delete asm/system.h 2012-03-28 15:58:21 -07:00
timex.h
uncompress.h
zboot_macros.h
zboot.h