Commit eb420b6f authored by Marc Zyngier's avatar Marc Zyngier Committed by Linus Torvalds

EISA sysfs AIP update

Without it, unloading a module
leads to some unpleasant oops...
parent 5417f5ea
...@@ -114,7 +114,6 @@ int eisa_driver_register (struct eisa_driver *edrv) ...@@ -114,7 +114,6 @@ int eisa_driver_register (struct eisa_driver *edrv)
void eisa_driver_unregister (struct eisa_driver *edrv) void eisa_driver_unregister (struct eisa_driver *edrv)
{ {
bus_remove_driver (&edrv->driver);
driver_unregister (&edrv->driver); driver_unregister (&edrv->driver);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment