summaryrefslogtreecommitdiff
path: root/arch/sh/boards/mach-se/7206/setup.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-07 06:02:15 +0300
committerPaul Mundt <lethal@linux-sh.org>2011-01-11 06:47:45 +0300
commit95d210ce6b23ec8916f97ec0cc7eb4d5fa80e0b3 (patch)
treecff7518c0314539b142056ac5fc27741eb5c221b /arch/sh/boards/mach-se/7206/setup.c
parent144cd59687fd69e806411391e1ab044473bb5f72 (diff)
downloadlinux-95d210ce6b23ec8916f97ec0cc7eb4d5fa80e0b3.tar.xz
sh: Use device_initcall() instead of __initcall()
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-se/7206/setup.c')
-rw-r--r--arch/sh/boards/mach-se/7206/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-se/7206/setup.c b/arch/sh/boards/mach-se/7206/setup.c
index 33039e0dc568..8ab8330e3fd1 100644
--- a/arch/sh/boards/mach-se/7206/setup.c
+++ b/arch/sh/boards/mach-se/7206/setup.c
@@ -77,7 +77,7 @@ static int __init se7206_devices_setup(void)
{
return platform_add_devices(se7206_devices, ARRAY_SIZE(se7206_devices));
}
-__initcall(se7206_devices_setup);
+device_initcall(se7206_devices_setup);
static int se7206_mode_pins(void)
{