diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2016-09-23 15:08:17 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-26 11:51:19 +0200 |
commit | 92889eca62fcd5b72d7c54101c35ff6d6d477c40 (patch) | |
tree | 0ca2aba1b6bbc24035df147bf51dc4b131c69eae /device.h | |
parent | fe6ad84c7120a1000c9dcd3cabdc6249b36414a6 (diff) |
device: Move the different device type registrations to the device type file
While at it; make device_types static if only used in the device type file
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |