X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fsh%2Fkernel%2Fio_trapped.c;h=39cd7f3aec7bc34b2139a272c497b2bbf8141276;hb=6f74b1849bf04432c4a2fe21f594136e5b9d1fad;hp=86a665d92201ef67ca91349da2bf46d4717edf45;hpb=f6866fecd6fd8e44a6715da09844a4fd1b8484da;p=linux-2.6-omap-h63xx.git diff --git a/arch/sh/kernel/io_trapped.c b/arch/sh/kernel/io_trapped.c index 86a665d9220..39cd7f3aec7 100644 --- a/arch/sh/kernel/io_trapped.c +++ b/arch/sh/kernel/io_trapped.c @@ -32,7 +32,7 @@ EXPORT_SYMBOL_GPL(trapped_mem); #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;