diff options
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r-- | include/net/sch_generic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index b0e9108a4e18..6b3829480b3a 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h | |||
@@ -144,7 +144,7 @@ struct tcf_proto | |||
144 | void *root; | 144 | void *root; |
145 | int (*classify)(struct sk_buff*, struct tcf_proto*, | 145 | int (*classify)(struct sk_buff*, struct tcf_proto*, |
146 | struct tcf_result *); | 146 | struct tcf_result *); |
147 | u32 protocol; | 147 | __be16 protocol; |
148 | 148 | ||
149 | /* All the rest */ | 149 | /* All the rest */ |
150 | u32 prio; | 150 | u32 prio; |