mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
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>
This commit is contained in:
parent
cbd19d0949
commit
2412643a9b
@ -118,10 +118,6 @@ struct lance_private {
|
||||
int auto_select; /* cable-selection by carrier */
|
||||
unsigned short busmaster_regval;
|
||||
|
||||
#ifdef CONFIG_SUNLANCE
|
||||
struct Linux_SBus_DMA *ledma; /* if set this points to ledma and arch=4m */
|
||||
int burst_sizes; /* ledma SBus burst sizes */
|
||||
#endif
|
||||
struct timer_list multicast_timer;
|
||||
struct net_device *dev;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user