aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2011-05-02 15:01:28 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2011-05-02 15:01:28 +0000
commit8d43fea45f9f1bafb90402093998c614f3e3a8ea (patch)
tree7164c16b695961726d43ea51c9fe6d533de9d78f /sys/dev/cardbus
parent282211ea8b405dada7d2534b37dc55a969d11dca (diff)
downloadsrc-8d43fea45f9f1bafb90402093998c614f3e3a8ea.tar.gz
src-8d43fea45f9f1bafb90402093998c614f3e3a8ea.zip
Don't explicitly list pci_write_ivar() for bus_write_ivar, the method is
already inherited from the PCI bus driver.
Notes
Notes: svn path=/head/; revision=221327
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/cardbus.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c
index 6edf183c8bef..39d20b5cc1bd 100644
--- a/sys/dev/cardbus/cardbus.c
+++ b/sys/dev/cardbus/cardbus.c
@@ -317,7 +317,6 @@ static device_method_t cardbus_methods[] = {
/* Bus interface */
DEVMETHOD(bus_read_ivar, cardbus_read_ivar),
- DEVMETHOD(bus_write_ivar, pci_write_ivar),
DEVMETHOD(bus_driver_added, cardbus_driver_added),
/* Card Interface */