summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/core_marvel.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2017-08-24 08:59:36 -0700
committerMatt Turner <mattst88@gmail.com>2017-08-29 12:01:55 -0700
commit69f0678239b9f45652e1914efa20a397b3acac7a (patch)
treefbed24f52c038bf71dceff5bb1bf058b3297bf3f /arch/alpha/kernel/core_marvel.c
parent4f61e0781b701f5eb4f0e186d361c4104659001e (diff)
downloadlinux-stable-69f0678239b9f45652e1914efa20a397b3acac7a.tar.gz
linux-stable-69f0678239b9f45652e1914efa20a397b3acac7a.tar.bz2
linux-stable-69f0678239b9f45652e1914efa20a397b3acac7a.zip
alpha: Fix section mismatches
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/kernel/core_marvel.c')
-rw-r--r--arch/alpha/kernel/core_marvel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/alpha/kernel/core_marvel.c b/arch/alpha/kernel/core_marvel.c
index db72356714c1..03ff832b1cb4 100644
--- a/arch/alpha/kernel/core_marvel.c
+++ b/arch/alpha/kernel/core_marvel.c
@@ -351,7 +351,7 @@ marvel_init_io7(struct io7 *io7)
}
}
-void
+void __init
marvel_io7_present(gct6_node *node)
{
int pe;
@@ -406,7 +406,7 @@ marvel_find_console_vga_hose(void)
#endif
}
-gct6_search_struct gct_wanted_node_list[] = {
+gct6_search_struct gct_wanted_node_list[] __initdata = {
{ GCT_TYPE_HOSE, GCT_SUBTYPE_IO_PORT_MODULE, marvel_io7_present },
{ 0, 0, NULL }
};