Re: [PATCH 2/2] soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependency

2018-12-10 Thread Kevin Hilman
Corentin Labbe writes: > This patchs adds a missing dependency on REGMAP_MMIO. > This cause the following build failure on SPARC: > drivers/soc/amlogic/meson-clk-measure.o: In function `meson_msr_probe': > meson-clk-measure.c:(.text+0xc4): undefined reference to > `__devm_regmap_init_mmio_clk'

[PATCH 2/2] soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependency

2018-12-10 Thread Corentin Labbe
This patchs adds a missing dependency on REGMAP_MMIO. This cause the following build failure on SPARC: drivers/soc/amlogic/meson-clk-measure.o: In function `meson_msr_probe': meson-clk-measure.c:(.text+0xc4): undefined reference to `__devm_regmap_init_mmio_clk' Signed-off-by: Corentin Labbe ---