projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd19d0
)
net: amd: a2065: Kill Sun LANCE relics
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Sun, 12 Jan 2020 16:32:11 +0000
(17:32 +0100)
committer
Jakub Kicinski
<kuba@kernel.org>
Mon, 13 Jan 2020 00:16:43 +0000
(16:16 -0800)
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>
drivers/net/ethernet/amd/a2065.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/amd/a2065.c
b/drivers/net/ethernet/amd/a2065.c
index
a3faf4f
..
0b1affe
100644
(file)
--- 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;
};