69eb1596b4
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:
|
||
---|---|---|
.. | ||
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 |