diff options
Diffstat (limited to 'include/arch/x86_64/linux/tc_act/tc_csum.h')
| -rw-r--r-- | include/arch/x86_64/linux/tc_act/tc_csum.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/arch/x86_64/linux/tc_act/tc_csum.h b/include/arch/x86_64/linux/tc_act/tc_csum.h index 6e55abf9..6751c8bf 100644 --- a/include/arch/x86_64/linux/tc_act/tc_csum.h +++ b/include/arch/x86_64/linux/tc_act/tc_csum.h @@ -5,13 +5,7 @@ #include <linux/types.h> #include <linux/pkt_cls.h> -enum { - TCA_CSUM_UNSPEC, - TCA_CSUM_PARMS, - TCA_CSUM_TM, - TCA_CSUM_PAD, - __TCA_CSUM_MAX -}; +enum { TCA_CSUM_UNSPEC, TCA_CSUM_PARMS, TCA_CSUM_TM, TCA_CSUM_PAD, __TCA_CSUM_MAX }; #define TCA_CSUM_MAX (__TCA_CSUM_MAX - 1) enum { |
