summaryrefslogtreecommitdiffstats
path: root/arch/sh/boards/mach-cayman/setup.c
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2011-01-07 03:02:15 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-01-11 12:47:45 +0900
commit95d210ce6b23ec8916f97ec0cc7eb4d5fa80e0b3 (patch)
treecff7518c0314539b142056ac5fc27741eb5c221b /arch/sh/boards/mach-cayman/setup.c
parent144cd59687fd69e806411391e1ab044473bb5f72 (diff)
downloadop-kernel-dev-95d210ce6b23ec8916f97ec0cc7eb4d5fa80e0b3.zip
op-kernel-dev-95d210ce6b23ec8916f97ec0cc7eb4d5fa80e0b3.tar.gz
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-cayman/setup.c')
-rw-r--r--arch/sh/boards/mach-cayman/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/mach-cayman/setup.c b/arch/sh/boards/mach-cayman/setup.c
index 7e8216a..e89e8e1 100644
--- a/arch/sh/boards/mach-cayman/setup.c
+++ b/arch/sh/boards/mach-cayman/setup.c
@@ -165,7 +165,7 @@ static int __init smsc_superio_setup(void)
return 0;
}
-__initcall(smsc_superio_setup);
+device_initcall(smsc_superio_setup);
static void __iomem *cayman_ioport_map(unsigned long port, unsigned int len)
{
OpenPOWER on IntegriCloud