diff options
Diffstat (limited to 'net/openvswitch/datapath.h')
-rw-r--r-- | net/openvswitch/datapath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index ab85c1cae255..1c6e9377436d 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h | |||
@@ -144,7 +144,7 @@ struct ovs_net { | |||
144 | bool xt_label; | 144 | bool xt_label; |
145 | }; | 145 | }; |
146 | 146 | ||
147 | extern int ovs_net_id; | 147 | extern unsigned int ovs_net_id; |
148 | void ovs_lock(void); | 148 | void ovs_lock(void); |
149 | void ovs_unlock(void); | 149 | void ovs_unlock(void); |
150 | 150 | ||