Don't explicitly list pci_write_ivar() for bus_write_ivar, the method is

already inherited from the PCI bus driver.
This commit is contained in:
John Baldwin 2011-05-02 15:01:28 +00:00
parent 282211ea8b
commit 8d43fea45f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=221327

View File

@ -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 */