linux-stable/drivers/sh/intc
Paul Mundt b448d6adf7 sh: intc: Fix up section mismatch for intc_ack_data
intc_ack_data is flagged as __init when it shouldn't be, causing section
mismatches in non-init paths like intc_set_ack_handle():

WARNING: drivers/built-in.o(.text+0x5d760):
Section mismatch in reference from the function
intc_set_ack_handle() to the function .init.text:intc_ack_data()
The function intc_set_ack_handle()
references the function __init intc_ack_data().
This is often because intc_set_ack_handle lacks a __init
annotation or the annotation of intc_ack_data is wrong.

Reported-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2012-03-29 00:28:19 +09:00
..
access.c
balancing.c
chip.c sh: intc: optimize intc IRQ lookup 2012-01-24 17:41:55 +09:00
core.c sh: intc: optimize intc IRQ lookup 2012-01-24 17:41:55 +09:00
dynamic.c sh: Add module.h to arch/sh specific files as required. 2011-10-31 19:31:04 -04:00
handle.c sh: intc: Fix up section mismatch for intc_ack_data 2012-03-29 00:28:19 +09:00
internals.h sh: intc: optimize intc IRQ lookup 2012-01-24 17:41:55 +09:00
Kconfig
Makefile
userimask.c sh: intc - convert sysdev_class to a regular subsystem 2011-12-21 15:09:52 -08:00
virq-debugfs.c
virq.c drivers/sh: Add export.h for EXPORT_SYMBOL to intc/virq.c 2011-10-31 19:31:58 -04:00