ide: unregister idepnp driver on unload
authorTejun Heo <htejun@gmail.com>
Sat, 27 Jan 2007 12:47:02 +0000 (13:47 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Sat, 27 Jan 2007 12:47:02 +0000 (13:47 +0100)
idepnp driver is registered as a pnp driver on ide init but doesn't
get unregistered on ide unload causing driver list corruption and
eventually oops.  Fix it.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

No differences found