Re: [PATCH] exynos-rng: Depend on ARCH_EXYNOS

From: Stephen Boyd
Date: Mon Aug 27 2012 - 17:19:31 EST


On 8/27/2012 2:02 PM, Jeff Mahoney wrote:
> The exynos-rng device is only found on Samsung EXYNOS devices but has
> dependencies that allow it to be built on other architectures. This
> can result in build failures on powerpc due to a missing clk_devm_get.
>
> This patch makes it depend on ARCH_EXYNOS.

Hmm the point of making it not depend on ARCH_EXYNOS was so that it
would get more build coverage. Is it devm_clk_get() that's missing? I
believe Mark Brown sent some patches that move devm_clk_get() to common
code so that we don't have these failures[1]. Can you try that patch?

[1] https://lkml.org/lkml/2012/6/5/186

--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/