diff options
Diffstat (limited to 'include/linux/tc_act/tc_defact.h')
| -rw-r--r-- | include/linux/tc_act/tc_defact.h | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/tc_act/tc_defact.h b/include/linux/tc_act/tc_defact.h index 964f473af0f..6f65d07c7ce 100644 --- a/include/linux/tc_act/tc_defact.h +++ b/include/linux/tc_act/tc_defact.h @@ -3,13 +3,11 @@  #include <linux/pkt_cls.h> -struct tc_defact -{ +struct tc_defact {  	tc_gen;  }; -enum -{ +enum {  	TCA_DEF_UNSPEC,  	TCA_DEF_TM,  	TCA_DEF_PARMS,  |