bridge: Make bridge_device_type static
[project/netifd.git] / bridge.c
index 98e237b394d86c39f86aeeb0ff9d91374afdf46c..8e6c9a61e6300837ff2f39f8f379f176c4f14aa7 100644 (file)
--- a/bridge.c
+++ b/bridge.c
@@ -80,7 +80,7 @@ static void bridge_dump_info(struct device *dev, struct blob_buf *b);
 enum dev_change_type
 bridge_reload(struct device *dev, struct blob_attr *attr);
 
-struct device_type bridge_device_type = {
+static struct device_type bridge_device_type = {
        .name = "bridge",
        .config_params = &bridge_attr_list,