On Mon, 2005-06-27 at 10:00 -0500, Brian King wrote: > Mark Haverkamp wrote: > > > @@ -867,6 +876,9 @@ static struct pci_driver aac_pci_driver > > .id_table = aac_pci_tbl, > > .probe = aac_probe_one, > > .remove = __devexit_p(aac_remove_one), > > + .driver = { > > + .shutdown = aac_shutdown, > > + }, > > }; > > Sorry to nitpick, but there is a shutdown function pointer in the > pci_driver struct now (not just in the device_driver struct) that all > drivers should probably be migrating to. OK, thanks. I had just used another driver for a model. Mark. > > -- Mark Haverkamp <markh@xxxxxxxx> - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html