diff options
Diffstat (limited to 'src/drivers/net/prism2_plx.c')
-rw-r--r-- | src/drivers/net/prism2_plx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/prism2_plx.c b/src/drivers/net/prism2_plx.c index b5e3755f..a10eef29 100644 --- a/src/drivers/net/prism2_plx.c +++ b/src/drivers/net/prism2_plx.c @@ -48,7 +48,6 @@ static int prism2_find_plx ( hfa384x_t *hw, struct pci_device *p ) iobase &= PCI_BASE_ADDRESS_IO_MASK; /* Fill out hw structure */ - hw->membase = attr_mem; hw->iobase = iobase; printf ( "PLX9052 has local config registers at %#x\n", plx_lcr ); printf ( "Prism2 has attribute memory at %#x and I/O base at %#x\n", attr_mem, iobase ); |