device: Move the different device type registrations to the device type file
[project/netifd.git] / device.h
index c669beb966f31f3d62864a4dc71f5784b00cdb90..f3ca95768edb0767d5972a6e303fb86eb7a0ff16 100644 (file)
--- a/device.h
+++ b/device.h
@@ -228,8 +228,6 @@ 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;
-extern struct device_type macvlan_device_type;
-extern struct device_type vlandev_device_type;
 
 void device_lock(void);
 void device_unlock(void);