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. -- Brian King eServer Storage I/O IBM Linux Technology Center - : 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