Commit 2412643a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Jakub Kicinski
Browse files

net: amd: a2065: Kill Sun LANCE relics



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

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent cbd19d09
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -118,10 +118,6 @@ struct lance_private {
	int auto_select;	      /* cable-selection by carrier */
	int auto_select;	      /* cable-selection by carrier */
	unsigned short busmaster_regval;
	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 timer_list         multicast_timer;
	struct net_device	  *dev;
	struct net_device	  *dev;
};
};