* [PATCH] tokenring: delete last holdout of CONFIG_TR
@ 2013-03-27 20:52 Paul Bolle
2013-03-28 3:25 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Paul Bolle @ 2013-03-27 20:52 UTC (permalink / raw)
To: David S. Miller; +Cc: Paul Gortmaker, netdev, linux-kernel
Tokenring support was deleted in v3.5. One last holdout of the macro
CONFIG_TR escaped that fate. Until now.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Untested.
include/linux/netdevice.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index b3d00fa..05d142f 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -144,8 +144,6 @@ static inline bool dev_xmit_complete(int rc)
# else
# define LL_MAX_HEADER 96
# endif
-#elif IS_ENABLED(CONFIG_TR)
-# define LL_MAX_HEADER 48
#else
# define LL_MAX_HEADER 32
#endif
--
1.7.11.7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-28 3:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 20:52 [PATCH] tokenring: delete last holdout of CONFIG_TR Paul Bolle
2013-03-28 3:25 ` David Miller
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).