summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-08-31 21:27:51 +0000
committerpeter <peter@FreeBSD.org>2000-08-31 21:27:51 +0000
commit28159a08e9091f700a49a40a21ada7612dcaed57 (patch)
tree074f71c9ecaf3fff0d97ece001a6297038b31c36 /sys/dev/pci
parentf5f42b593bf22df61a199504a951d8e6b6e15386 (diff)
downloadFreeBSD-src-28159a08e9091f700a49a40a21ada7612dcaed57.zip
FreeBSD-src-28159a08e9091f700a49a40a21ada7612dcaed57.tar.gz
Remove duplicate static definition of pci_devclass
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 0 insertions, 1 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);
OpenPOWER on IntegriCloud