Skip to content

Commit f3d4039

Browse files
pebolledavem330
authored andcommitted
tokenring: delete last holdout of CONFIG_TR
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent fbbdb8f commit f3d4039

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/netdevice.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ static inline bool dev_xmit_complete(int rc)
144144
# else
145145
# define LL_MAX_HEADER 96
146146
# endif
147-
#elif IS_ENABLED(CONFIG_TR)
148-
# define LL_MAX_HEADER 48
149147
#else
150148
# define LL_MAX_HEADER 32
151149
#endif

0 commit comments

Comments
 (0)