switch: update for brcm47xx target
[openwrt.git] / package / switch / src / switch-core.c
index 2e53959..f5b248a 100644 (file)
@@ -394,7 +394,6 @@ switch_vlan_config *switch_parse_vlan(switch_driver *driver, char *buf)
 
 int switch_device_registered (char* device) {
        struct list_head *pos;
-       switch_driver *new;
 
        list_for_each(pos, &drivers.list) {
                if (strcmp(list_entry(pos, switch_driver, list)->interface, device) == 0) {
This page took 0.02023 seconds and 4 git commands to generate.