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
..
2012-03-08 10:50:35 -08:00
2012-03-22 20:22:30 -07:00
2012-03-16 23:13:20 -07:00
2012-03-24 10:41:37 -07:00
2012-03-07 13:56:37 -05:00
2012-03-24 12:20:25 -07:00
2012-03-08 02:16:24 -03:00
2012-03-16 09:28:05 +11:00
2012-03-27 16:03:32 -07:00
2012-03-27 16:47:35 -07:00
2012-03-23 17:56:39 -07:00
2012-03-05 09:20:08 +01:00
2012-03-22 18:15:32 -07:00
2012-03-27 16:03:32 -07:00
2012-03-27 18:17:02 -07:00
2012-03-24 10:41:37 -07:00
2012-03-22 20:31:15 -07:00
2012-03-27 18:17:02 -07:00
2012-03-24 10:08:39 -07:00
2012-03-23 14:39:09 -07:00
2012-03-16 13:36:04 -07:00
2012-03-23 10:02:20 +01:00
2012-03-27 16:47:35 -07:00
2012-03-20 21:48:17 +08:00
2012-03-21 17:54:54 -07:00
2012-03-22 12:38:04 -07:00
2012-03-27 18:17:02 -07:00
2012-03-23 14:15:07 -07:00
2012-03-20 21:04:47 -07:00
2012-03-27 16:27:28 -07:00
2012-03-21 10:30:03 -07:00
2012-03-22 12:29:50 -07:00
2012-03-23 14:39:09 -07:00
2012-03-20 21:48:19 +08:00
2012-02-27 12:12:18 -08:00
2012-03-27 18:17:02 -07:00
2012-03-27 16:47:35 -07:00
2012-03-27 16:41:24 -07:00
2012-03-27 18:29:53 -07:00
2012-03-27 18:17:02 -07:00
2012-03-06 15:16:23 -05:00
2012-03-23 17:30:49 -07:00
2012-03-20 21:29:37 -04:00
2012-03-23 14:02:12 -07:00
2012-03-23 14:02:12 -07:00
2012-03-27 18:17:02 -07:00
2012-03-12 22:49:03 +01:00
2012-03-23 14:02:12 -07:00
2012-03-24 10:41:37 -07:00
2012-03-05 15:49:43 -08:00
2012-03-17 01:41:43 -07:00
2012-03-15 17:03:03 -07:00
2012-03-27 16:41:24 -07:00
2012-03-06 19:14:44 +02:00
2012-03-04 13:43:41 +02:00
2012-03-27 18:17:02 -07:00
2012-03-27 18:36:38 -07:00
2012-03-27 18:17:02 -07:00
2012-03-29 00:28:19 +09:00
2012-03-27 16:03:32 -07:00
2012-03-20 21:04:47 -07:00
2012-03-24 10:24:31 -07:00
2012-03-22 12:38:04 -07:00
2012-03-28 14:26:05 +09:00
2012-03-27 18:17:02 -07:00
2012-03-23 16:58:34 -07:00
2012-03-23 14:46:48 -04:00
2012-03-27 18:17:02 -07:00
2012-03-01 09:28:41 +10:30
2012-03-08 11:15:33 -08:00
2012-03-27 16:47:35 -07:00
2012-03-24 12:20:25 -07:00
2012-03-27 16:30:09 -07:00
2012-03-27 16:30:09 -07:00