diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-08-26 18:30:27 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-08-26 18:30:27 +0000 |
| commit | 2ccfc93222e6fe8d3d8c9b2dfd0457894435896b (patch) | |
| tree | 25e5c3839278cc7a285fd6f225368af6e6443f9b /sys/dev/pci | |
| parent | 277ffe6e6c41ec215a24df729152058a526f9d69 (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 96553cf70d30..71ff827fb57d 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -128,7 +128,6 @@ static driver_t pci_driver = { devclass_t pci_devclass; DRIVER_MODULE(pci, pcib, pci_driver, pci_devclass, pci_modevent, 0); -DRIVER_MODULE(pci, acpi_pcib, pci_driver, pci_devclass, pci_modevent, 0); MODULE_VERSION(pci, 1); static char *pci_vendordata; |
