Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: amd: a2065: Kill Sun LANCE relics

Remove unused fields, copied from the Sun LANCE driver eons ago.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Geert Uytterhoeven and committed by
Jakub Kicinski
2412643a cbd19d09

-4
-4
drivers/net/ethernet/amd/a2065.c
··· 118 118 int auto_select; /* cable-selection by carrier */ 119 119 unsigned short busmaster_regval; 120 120 121 - #ifdef CONFIG_SUNLANCE 122 - struct Linux_SBus_DMA *ledma; /* if set this points to ledma and arch=4m */ 123 - int burst_sizes; /* ledma SBus burst sizes */ 124 - #endif 125 121 struct timer_list multicast_timer; 126 122 struct net_device *dev; 127 123 };