staging: octeon: remove unused variable
authorArnd Bergmann <arnd@arndb.de>
Fri, 17 Feb 2017 14:32:23 +0000 (15:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Mar 2017 08:45:07 +0000 (09:45 +0100)
commit69eb1596b4df8ca834ba6f9a3df40f78943f6dca
tree969100e0ad591ac3a2f2456fd5570bbc781ff4a3
parentb3bd0f2849f4480fc4f40bb954d27e58f4f0786b
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>
drivers/staging/octeon/ethernet-rx.c