mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| 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 | ||
| octeon-ethernet.h | ||