From: Nicholas Mc Guire Date: Sat, 6 Jun 2015 08:41:17 +0000 (+0200) Subject: wan: dscc4: fix build warning Wunused-but-set-variable X-Git-Tag: omap-for-v4.3/legacy-v2-signed~163^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5726d26b8147030c394964aabfb5d36140c08ef;p=pandora-kernel.git wan: dscc4: fix build warning Wunused-but-set-variable Fix: drivers/net/wan/dscc4.c: In function 'dscc4_open': drivers/net/wan/dscc4.c:1049:25: warning: variable 'ppriv' set but not used [-Wunused-but-set-variable] This has been in there unused since 1da177e4c3f (Linux-2.6.12-rc2) simply remove it. Signed-off-by: Nicholas Mc Guire Signed-off-by: David S. Miller --- Reading git-diff-tree failed