mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 21:20:04 +02:00
The bcm2835-unicam driver calls the clk_set_min_rate() function, which
is declared but not implemented on platforms that don't provide
COMMON_CLK. This causes linkage failures with some configurations.
Fix it by depending on COMMON_CLK. This only slightly restricts
compilation testing, but not usage of the driver as all platforms on
which the hardware can be found provide COMMON_CLK.
Fixes:
|
||
|---|---|---|
| .. | ||
| bcm2835-unicam-regs.h | ||
| bcm2835-unicam.c | ||
| Kconfig | ||
| Makefile | ||