Author: hselasky
Date: Fri Jan 2 08:57:36 2015
New Revision: 276531
URL: https://svnweb.freebsd.org/changeset/base/276531
Log:
Remove duplicate pci_driver class declaration.
Modified:
head/sys/dev/xen/pci/xen_pci.c
Modified: head/sys/dev/xen/pci/xen_pci.c
==============================================================================
--- head/sys/dev/xen/pci/xen_pci.c Fri Jan 2 08:42:44 2015
(r276530)
+++ head/sys/dev/xen/pci/xen_pci.c Fri Jan 2 08:57:36 2015
(r276531)
@@ -72,7 +72,6 @@ static device_method_t xen_pci_methods[]
static devclass_t pci_devclass;
-DECLARE_CLASS(pci_driver);
DEFINE_CLASS_1(pci, xen_pci_driver, xen_pci_methods, sizeof(struct pci_softc),
pci_driver);
DRIVER_MODULE(xen_pci, pcib, xen_pci_driver, pci_devclass, 0, 0);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"