commit | b2839ed83f54d40870747ac8d655504dff63d1c5 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Mar 06 12:43:38 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Mar 06 12:43:38 2008 +0900 |
tree | f669365456d31613786b8f5d1576c64de92830bf | |
parent | 8b03c040e4efaaad3fc09f07f6af6e449205c75a [diff] [blame] |
sh: Fix up section mismatches. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/io_trapped.c b/arch/sh/kernel/io_trapped.c index 86a665d..39cd7f3 100644 --- a/arch/sh/kernel/io_trapped.c +++ b/arch/sh/kernel/io_trapped.c
@@ -32,7 +32,7 @@ #endif static DEFINE_SPINLOCK(trapped_lock); -int __init register_trapped_io(struct trapped_io *tiop) +int register_trapped_io(struct trapped_io *tiop) { struct resource *res; unsigned long len = 0, flags = 0;