summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-05-02 15:01:28 +0000
committerjhb <jhb@FreeBSD.org>2011-05-02 15:01:28 +0000
commit4637eb873ed91fdfa989263cd662f382a4cc3e0e (patch)
tree7164c16b695961726d43ea51c9fe6d533de9d78f /sys/dev/cardbus
parent6c7b49083897c9d46a26647ac05ca040226ee933 (diff)
downloadFreeBSD-src-4637eb873ed91fdfa989263cd662f382a4cc3e0e.zip
FreeBSD-src-4637eb873ed91fdfa989263cd662f382a4cc3e0e.tar.gz
Don't explicitly list pci_write_ivar() for bus_write_ivar, the method is
already inherited from the PCI bus driver.
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 6edf183..39d20b5 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 */
OpenPOWER on IntegriCloud