![]() When CONFIG_OF is disabled, we get a harmless warning about the
newly added variable:
drivers/net/ethernet/cadence/macb_main.c:48:39: error: 'mgmt' defined but not used [-Werror=unused-variable]
static struct sifive_fu540_macb_mgmt *mgmt;
Move the variable closer to its use inside of the #ifdef.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
macb.h | ||
macb_main.c | ||
macb_pci.c | ||
macb_ptp.c |