[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver core...
[deliverable/linux.git] / drivers / message / fusion / mptspi.c
index 5f9a61b85b3b6c3b0c65c1f0581f21fe09769b22..e0c0ee5bc9662386e73c79af9ceded98d9623a72 100644 (file)
@@ -419,9 +419,7 @@ static struct pci_driver mptspi_driver = {
        .id_table       = mptspi_pci_table,
        .probe          = mptspi_probe,
        .remove         = __devexit_p(mptscsih_remove),
-       .driver         = {
-               .shutdown = mptscsih_shutdown,
-        },
+       .shutdown       = mptscsih_shutdown,
 #ifdef CONFIG_PM
        .suspend        = mptscsih_suspend,
        .resume         = mptscsih_resume,
This page took 0.025054 seconds and 5 git commands to generate.