Re: [PATCH 2/2] ide: add __init/__exit macros todrivers/ide/scc_pata.c

From: David Miller
Date: Fri Jan 08 2010 - 03:13:01 EST


From: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx>
Date: Tue, 5 Jan 2010 19:39:07 +0100

> - ide_pci_unregister_driver(&scc_pci_driver);
> + pci_unregister_driver(&scc_pci_driver);

As a side note I can't figure out how this driver can currently even
build without errors before this patch.

ide_pci_unregister_driver() isn't even defined anywhere these days.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/