]> git.neil.brown.name Git - history.git/commitdiff
[ATM]: Fix IPHASE driver build.
authorAdrian Bunk <bunk@fs.tum.de>
Mon, 31 Mar 2003 05:39:35 +0000 (21:39 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Mon, 31 Mar 2003 05:39:35 +0000 (21:39 -0800)
drivers/atm/iphase.c

index 8a0fe8cbeee198e0d9dd5c5dc376283e54289b74..269af5dd557a69f2d76d6d2e06cc198996348ba1 100644 (file)
@@ -3281,7 +3281,7 @@ static struct pci_driver ia_driver = {
        .name =         DEV_LABEL,
        .id_table =     ia_pci_tbl,
        .probe =        ia_init_one,
-       .remove =       ia_remove_one,
+       .remove =       __devexit_p(ia_remove_one),
 };
 
 static int __init ia_module_init(void)