]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sgiioc4: Disable module unload
authorJeremy Higdon <jeremy@sgi.com>
Sat, 25 Nov 2006 19:09:33 +0000 (11:09 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 25 Nov 2006 21:28:34 +0000 (13:28 -0800)
commitcd8df4c2623c0b6e579fca21b76f9497d95bde35
tree5ae62b93aa82a366e2d32d1125e7a7a1eec6225f
parent8c203f6f4fcf48dc8acf9c67462f8010159fa867
[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 <jeremy@sgi.com>
Acked-by: "Bartlomiej Zolnierkiewicz" <bzolnier@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/ide/pci/sgiioc4.c