mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 09:09:47 +02:00
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 | ||