linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: amd: a2065: Kill Sun LANCE relics
@ 2020-01-12 16:32 Geert Uytterhoeven
  2020-01-13  0:22 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-01-12 16:32 UTC (permalink / raw)
  To: David S . Miller; +Cc: netdev, linux-m68k, Geert Uytterhoeven

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

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 drivers/net/ethernet/amd/a2065.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/ethernet/amd/a2065.c b/drivers/net/ethernet/amd/a2065.c
index 212fe72a190bcca6..1b025a33b4642f8b 100644
--- a/drivers/net/ethernet/amd/a2065.c
+++ b/drivers/net/ethernet/amd/a2065.c
@@ -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;
 };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: amd: a2065: Kill Sun LANCE relics
  2020-01-12 16:32 [PATCH] net: amd: a2065: Kill Sun LANCE relics Geert Uytterhoeven
@ 2020-01-13  0:22 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2020-01-13  0:22 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: David S . Miller, netdev, linux-m68k

On Sun, 12 Jan 2020 17:32:11 +0100, Geert Uytterhoeven wrote:
> Remove unused fields, copied from the Sun LANCE driver eons ago.
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Applied to net-next, thank you!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-13  0:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-12 16:32 [PATCH] net: amd: a2065: Kill Sun LANCE relics Geert Uytterhoeven
2020-01-13  0:22 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).