On Fri, Dec 22, 2017 at 09:29:38AM +0100, Marek Szyprowski wrote: > Hi, > > On 2017-12-22 09:24, Herbert Xu wrote: > >On Mon, Dec 04, 2017 at 01:53:50PM +0100, Łukasz Stelmach wrote: > >>Add support for True Random Number Generator found in Samsung Exynos > >>5250+ SoCs. > >> > >>Signed-off-by: Łukasz Stelmach <l.stelmach@xxxxxxxxxxx> > >This doesn't build for me: > > > > CC [M] drivers/char/hw_random/exynos-trng.o > >../drivers/char/hw_random/exynos-trng.c:230:1: error: \u2018exynos_rng_dt_match\u2019 undeclared here (not in a function) > >../drivers/char/hw_random/exynos-trng.c:230:1: error: \u2018__mod_of__exynos_rng_dt_match_device_table\u2019 aliased to undefined symbol \u2018exynos_rng_dt_match\u2019 > >make[2]: *** [drivers/char/hw_random/exynos-trng.o] Error 1 > >make[1]: *** [_module_drivers/char/hw_random] Error 2 > > This looks like a missing dependency on "OF" when "COMPILE_TEST" is > selected. Actually it looks like a typo. The variable is actually called exynos_trng_dt_match as opposed to exynos_rng_dt_match. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html