aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2012-02-07 11:07:24 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2012-02-13 10:00:37 +0000
commitd5de63f5f84d7def5e25a90e44234c58003876c1 (patch)
tree0ca68720b7ec89b3aa146dcee3a4791d438abc10 /tools/perf/scripts/python/export-to-postgresql.py
parentARM: omap: fix section mismatch warning in mux.c (diff)
downloadlinux-dev-d5de63f5f84d7def5e25a90e44234c58003876c1.tar.xz
linux-dev-d5de63f5f84d7def5e25a90e44234c58003876c1.zip
ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init()
Found by review. omap4_sdp4430_wifi_mux_init() is called by an __init marked function, and only calls omap_mux_init_gpio() and omap_mux_init_signal() which are both also an __init marked functions. The only reason this doesn't issue a warning is because the compiler inlines omap4_sdp4430_wifi_mux_init() into omap4_sdp4430_wifi_init(). So, lets add the __init annotation to ensure this remains safe should the compiler choose not to inline. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions