diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-02-17 19:48:39 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-02-17 19:48:39 +0000 |
| commit | 29575b16f55c00ea3603739986fe9bca26e8fbf1 (patch) | |
| tree | 166a64c0c686d28451b641a1e878d631ed0cb73f /sys/dev | |
| parent | 180811460db051546709e804e80a59daa90535d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/cardbus/cardbus.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index e4fd8580a895c..2d265b6b3e736 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -692,10 +692,6 @@ cardbus_write_ivar(device_t cbdev, device_t child, int which, uintptr_t value) return(pci_write_ivar(cbdev, child, which, value)); } -/************************************************************************/ -/* Compatibility with PCI bus (XXX: Do we need this?) */ -/************************************************************************/ - static device_method_t cardbus_methods[] = { /* Device interface */ DEVMETHOD(device_probe, cardbus_probe), |
