diff options
| -rw-r--r-- | include/linux/netdevice.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 56e3e066527..1dbb02c9894 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  |