mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
282211ea8b
commit
8d43fea45f
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue