[PATCH] reduce MAX_NR_ZONES: remove display of counters for unconfigured zones
[powerpc.git] / net / sched / sch_generic.c
index 0834c2e..6f91518 100644 (file)
@@ -238,9 +238,7 @@ void __netdev_watchdog_up(struct net_device *dev)
 
 static void dev_watchdog_up(struct net_device *dev)
 {
-       netif_tx_lock_bh(dev);
        __netdev_watchdog_up(dev);
-       netif_tx_unlock_bh(dev);
 }
 
 static void dev_watchdog_down(struct net_device *dev)