mtd/drivers/mtd/maps pci.c,1.1,1.2

David Woodhouse dwmw2 at infradead.org
Fri Jan 24 08:11:46 EST 2003


Update of /home/cvs/mtd/drivers/mtd/maps
In directory phoenix.infradead.org:/tmp/cvs-serv21717

Modified Files:
	pci.c 
Log Message:
__devexit_p


Index: pci.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/maps/pci.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pci.c	27 Sep 2001 20:28:45 -0000	1.1
+++ pci.c	24 Jan 2003 13:11:43 -0000	1.2
@@ -361,7 +361,7 @@
 static struct pci_driver mtd_pci_driver = {
 	name:		"MTD PCI",
 	probe:		mtd_pci_probe,
-	remove:		mtd_pci_remove,
+	remove:		__devexit_p(mtd_pci_remove),
 	id_table:	mtd_pci_ids,
 };
 





More information about the linux-mtd-cvs mailing list