diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-08-31 21:27:51 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-08-31 21:27:51 +0000 |
| commit | 54613737b473eac63427477a7ddabd0c9c72b99f (patch) | |
| tree | a05a870b639f29ab7ecede1400db589e7811ecd6 /sys/dev/pci | |
| parent | cc2e9757903bfa4ce71b4975128ef1782a723d1d (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index b31667c360a31..64f86b82b627c 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); |
