Russell King
e3958fe05d
ARM: omap: fix section mismatch error for omap_4430sdp_display_init()
...
WARNING: arch/arm/mach-omap2/built-in.o(.text+0xb798): Section mismatch in reference from the function omap_4430sdp_display_init() to the function .init.text:omap_display_init()
The function omap_4430sdp_display_init() references
the function __init omap_display_init().
This is often because omap_4430sdp_display_init lacks a __init
annotation or the annotation of omap_display_init is wrong.
Fix this by adding __init to omap_4430sdp_display_init().
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-02-13 10:00:38 +00:00
..
2012-01-16 14:34:54 -08:00
2012-01-23 10:20:05 +00:00
2012-01-23 14:50:30 -08:00
2012-02-02 17:37:42 +00:00
2012-02-03 15:58:46 +00:00
2012-01-25 11:07:40 +00:00
2012-01-20 17:22:50 +01:00
2012-02-04 11:38:20 -08:00
2012-01-07 11:51:28 +00:00
2012-01-11 18:50:26 -08:00
2012-01-27 22:29:09 +05:30
2012-01-11 18:50:26 -08:00
2012-01-07 11:51:28 +00:00
2012-01-17 18:40:24 -08:00
2012-01-23 10:20:05 +00:00
2012-01-11 18:50:26 -08:00
2011-11-26 19:21:29 -05:00
2012-01-07 11:51:28 +00:00
2012-01-23 10:20:05 +00:00
2012-01-28 13:27:10 -08:00
2012-01-11 18:50:26 -08:00
2012-01-11 18:50:26 -08:00
2012-01-07 11:51:28 +00:00
2012-01-07 11:51:28 +00:00
2012-01-11 18:50:26 -08:00
2012-01-11 18:50:26 -08:00
2012-01-11 18:50:26 -08:00
2012-01-11 18:50:26 -08:00
2012-01-11 18:50:26 -08:00
2012-01-07 12:03:30 -08:00
2012-01-09 16:16:29 +00:00
2012-01-23 10:20:05 +00:00
2012-01-11 18:50:26 -08:00
2012-01-09 14:44:15 -08:00
2012-01-07 11:51:28 +00:00
2012-01-07 11:51:28 +00:00
2012-01-09 14:38:51 -08:00
2012-02-13 10:00:38 +00:00
2012-01-11 18:50:26 -08:00
2012-01-16 22:45:42 -08:00
2012-01-07 11:51:28 +00:00
2012-01-07 11:51:28 +00:00
2012-01-19 17:19:18 +00:00
2012-01-25 09:24:36 +00:00
2012-01-07 11:51:28 +00:00
2012-01-16 22:46:19 -08:00
2012-01-09 14:28:38 -08:00
2012-01-09 14:28:38 -08:00
2012-01-09 14:30:28 -08:00
2012-01-09 14:37:41 -08:00
2012-01-07 12:03:30 -08:00
2012-01-09 14:39:22 -08:00
2012-01-09 14:30:28 -08:00
2012-01-09 14:30:28 -08:00
2012-01-26 21:06:54 +00:00
2012-01-07 11:51:28 +00:00
2012-02-04 10:54:26 -08:00
2012-01-07 11:51:28 +00:00
2012-01-07 11:51:28 +00:00
2012-01-12 08:00:30 -08:00
2012-01-10 10:19:57 -08:00
2012-01-28 13:27:10 -08:00
2012-01-11 18:50:26 -08:00
2012-01-23 10:20:05 +00:00
2011-11-26 19:21:29 -05:00
2012-01-13 15:00:22 +00:00
2012-01-07 11:51:28 +00:00
2012-02-02 17:37:41 +00:00
2011-12-13 08:52:02 +00:00
2011-12-23 11:58:34 +01:00
2012-01-11 18:50:26 -08:00
2012-01-28 13:21:54 -08:00
2012-01-17 18:40:24 -08:00
2012-01-13 15:02:35 +00:00
2012-01-09 14:38:51 -08:00
2011-11-23 20:47:41 +00:00
2012-01-13 15:00:22 +00:00
2012-01-07 12:03:30 -08:00
2012-01-17 18:55:56 -08:00
2012-01-07 11:51:28 +00:00
2012-01-23 10:20:05 +00:00
2011-12-23 22:58:10 +00:00
2011-10-31 19:30:48 -04:00
2012-01-23 10:20:05 +00:00
2011-12-01 12:34:21 +00:00
2012-01-23 14:50:30 -08:00