From: Jeremy Higdon Date: Sat, 25 Nov 2006 19:09:33 +0000 (-0800) Subject: [PATCH] sgiioc4: Disable module unload X-Git-Tag: v2.6.19~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1b26c32af51d0fd82754bc06b495dd03c2f2d58;p=pandora-kernel.git [PATCH] sgiioc4: Disable module unload This patch removes a module_exit function that sgiioc4 should not have had. It seems that the IDE layer doesn't support submodule unloading. sgiioc4 was the only driver in drivers/ide/pci that had an exit function. After an unload, the devices would stay around and the next attempt to reference would crash... Signed-off-by: Jeremy Higdon Acked-by: "Bartlomiej Zolnierkiewicz" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed