1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-20 06:28:12 +02:00

ar71xx: fix an unused variable warning

SVN-Revision: 27700
This commit is contained in:
Felix Fietkau 2011-07-20 12:04:20 +00:00
parent 49b905a2cf
commit 255dcaa3a6

@ -739,7 +739,6 @@ 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);
ag71xx_open(ag->dev);