/* Completion for vswitchd to notify the ioctl that the operation
* completed. */
-DECLARE_COMPLETION(dp_act_done);
+static DECLARE_COMPLETION(dp_act_done);
/* Time to wait for vswitchd to respond to a datapath action (in
* milliseconds) */
/* Positive errno as a result of a datapath action. Calls that make
* use of this variable are serialized by the br_ioctl_mutex. */
-int dp_act_err;
+static int dp_act_err;
int brc_send_dp_add_del(const char *dp_name, int add);
int brc_send_port_add_del(struct net_device *dev, struct net_device *port,