diff options
author | peter <peter@FreeBSD.org> | 2000-08-31 21:27:51 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-08-31 21:27:51 +0000 |
commit | 28159a08e9091f700a49a40a21ada7612dcaed57 (patch) | |
tree | 074f71c9ecaf3fff0d97ece001a6297038b31c36 | |
parent | f5f42b593bf22df61a199504a951d8e6b6e15386 (diff) | |
download | FreeBSD-src-28159a08e9091f700a49a40a21ada7612dcaed57.zip FreeBSD-src-28159a08e9091f700a49a40a21ada7612dcaed57.tar.gz |
Remove duplicate static definition of pci_devclass
-rw-r--r-- | sys/dev/pci/pci.c | 1 | ||||
-rw-r--r-- | sys/pci/pci.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index b31667c..64f86b8 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1400,5 +1400,4 @@ static driver_t pci_driver = { pci_methods, 1, /* no softc */ }; -static devclass_t pci_devclass; DRIVER_MODULE(pci, pcib, pci_driver, pci_devclass, pci_modevent, 0); diff --git a/sys/pci/pci.c b/sys/pci/pci.c index b31667c..64f86b8 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1400,5 +1400,4 @@ static driver_t pci_driver = { pci_methods, 1, /* no softc */ }; -static devclass_t pci_devclass; DRIVER_MODULE(pci, pcib, pci_driver, pci_devclass, pci_modevent, 0); |