From: Ralf Baechle Date: Wed, 13 Dec 2006 08:33:53 +0000 (-0800) Subject: [PATCH] i2o_exec_exit and i2o_driver_exit should not be __exit. X-Git-Tag: v2.6.20-rc1~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78437245aa3842e8eeaef2709753ac485465652;p=pandora-kernel.git [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 Cc: Markus Lidel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed