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>
|
||
|---|---|---|
| .. | ||
| ethernet-defines.h | ||
| ethernet-mdio.c | ||
| ethernet-mdio.h | ||
| ethernet-mem.c | ||
| ethernet-mem.h | ||
| ethernet-rgmii.c | ||
| ethernet-rx.c | ||
| ethernet-rx.h | ||
| ethernet-sgmii.c | ||
| ethernet-spi.c | ||
| ethernet-tx.c | ||
| ethernet-tx.h | ||
| ethernet-util.h | ||
| ethernet.c | ||
| Kconfig | ||
| Makefile | ||
| octeon-ethernet.h | ||