]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 13 Dec 2006 08:33:53 +0000 (00:33 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 13 Dec 2006 17:05:47 +0000 (09:05 -0800)
commitd78437245aa3842e8eeaef2709753ac485465652
tree42ca5c01dcf10553c984be9b87bc3aa20984e15a
parent39f07223d400330b9e08aae4c77a391f2418023e
[PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit.

i2o_exec_exit and i2o_driver_exit were marked as __exit which is a bug
because both are invoked from __init and __exit functions.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/message/i2o/core.h
drivers/message/i2o/driver.c
drivers/message/i2o/exec-osm.c