net/at91_ether: drop board_data private struct member
No longer used after gpio phy interrupt support was removed from at91_ether. Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
2ea32eedc0
commit
4dda6f6d24
@@ -387,8 +387,6 @@ static int __init at91ether_probe(struct platform_device *pdev)
|
||||
lp = netdev_priv(dev);
|
||||
lp->pdev = pdev;
|
||||
lp->dev = dev;
|
||||
if (board_data)
|
||||
lp->board_data = *board_data;
|
||||
spin_lock_init(&lp->lock);
|
||||
|
||||
dev->base_addr = regs->start; /* physical base address */
|
||||
|
Reference in New Issue
Block a user