commit | 69eb1596b4df8ca834ba6f9a3df40f78943f6dca | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Feb 17 15:32:23 2017 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 08 09:45:07 2017 +0100 |
tree | 969100e0ad591ac3a2f2456fd5570bbc781ff4a3 | |
parent | b3bd0f2849f4480fc4f40bb954d27e58f4f0786b [diff] |
staging: octeon: remove unused variable A cleanup patch left one local variable without a reference: drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' [-Wunused-variable] This removes the declaration too. Fixes: 66812da3a689 ("staging: octeon: Use net_device_stats from struct net_device") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>