mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
dea56c781e
This fixes a W=1 build error:
arch/arm/mach-dove/common.c: In function ‘dove_clk_init’:
arch/arm/mach-dove/common.c:85:40: error: variable ‘gephy’ set but not used [-Werror=unused-but-set-variable]
85 | struct clk *xor0, *xor1, *ge, *gephy;
| ^~~~~
Fixes:
|
||
---|---|---|
.. | ||
bridge-regs.h | ||
cm-a510.c | ||
common.c | ||
common.h | ||
dove.h | ||
irq.c | ||
irqs.h | ||
Kconfig | ||
Makefile | ||
mpp.c | ||
mpp.h | ||
pcie.c | ||
pm.h |