ar71xx: fix an unused variable warning
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx_main.c
index e228fd0..de7f9b5 100644 (file)
@@ -739,13 +739,8 @@ static void ag71xx_tx_timeout(struct net_device *dev)
 static void ag71xx_restart_work_func(struct work_struct *work)
 {
        struct ag71xx *ag = container_of(work, struct ag71xx, restart_work);
-       struct ag71xx_platform_data *pdata = ag71xx_get_pdata(ag);
 
        ag71xx_stop(ag->dev);
-
-       if (pdata->is_ar724x)
-               ag71xx_hw_init(ag);
-
        ag71xx_open(ag->dev);
 }
 
This page took 0.022783 seconds and 4 git commands to generate.