bridge: Make bridge_device_type static
[project/netifd.git] / device.h
index f3ca95768edb0767d5972a6e303fb86eb7a0ff16..2af93bb16fad798d5bc8e719f09a7501c40f2046 100644 (file)
--- a/device.h
+++ b/device.h
@@ -226,7 +226,6 @@ struct device_hotplug_ops {
 
 extern const struct uci_blob_param_list device_attr_list;
 extern struct device_type simple_device_type;
-extern struct device_type bridge_device_type;
 extern struct device_type tunnel_device_type;
 
 void device_lock(void);