aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-03-09 13:25:34 +0000
committerWarner Losh <imp@FreeBSD.org>2009-03-09 13:25:34 +0000
commitaa11a83ce3c3ebb7e63a2f487fbc26c83dfbd996 (patch)
treee3c9a805f53daae9dea3898ec1ebc7dc87fafd72 /sys/dev/puc
parent155a83e87ada23dc65476957d310cdf309a16c7b (diff)
downloadsrc-aa11a83ce3c3ebb7e63a2f487fbc26c83dfbd996.tar.gz
src-aa11a83ce3c3ebb7e63a2f487fbc26c83dfbd996.zip
remove now-redunant cardbus attachment lines.
Notes
Notes: svn path=/head/; revision=189576
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/puc_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c
index a846b74195e9..9a05b66cc522 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);