diff options
author | imp <imp@FreeBSD.org> | 2009-03-09 13:25:34 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-03-09 13:25:34 +0000 |
commit | 7cf1a355094d235ae80c0de87177c1c42afc66ac (patch) | |
tree | e3c9a805f53daae9dea3898ec1ebc7dc87fafd72 /sys/dev/puc/puc_pci.c | |
parent | ed87bed6c08e16cc297b17a1c7dcf1ee49ee24f8 (diff) | |
download | FreeBSD-src-7cf1a355094d235ae80c0de87177c1c42afc66ac.zip FreeBSD-src-7cf1a355094d235ae80c0de87177c1c42afc66ac.tar.gz |
remove now-redunant cardbus attachment lines.
Diffstat (limited to 'sys/dev/puc/puc_pci.c')
-rw-r--r-- | sys/dev/puc/puc_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index a846b74..9a05b66 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -144,4 +144,3 @@ static driver_t puc_pci_driver = { }; DRIVER_MODULE(puc, pci, puc_pci_driver, puc_devclass, 0, 0); -DRIVER_MODULE(puc, cardbus, puc_pci_driver, puc_devclass, 0, 0); |