[stable] [PATCH] ARM: SMDK6410: Fix build with WM1190 disabled and WM1192 enabled

Greg KH greg at kroah.com
Fri Jan 21 14:15:07 EST 2011


On Fri, Jan 21, 2011 at 05:27:09PM +0000, Mark Brown wrote:
> Avoid relying on implicit inclusion of machine.h
> 
> Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com>
> Cc: stable at kernel.org
> ---
>  arch/arm/mach-s3c64xx/mach-smdk6410.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c
> index c8a84be..e7b40ba 100644
> --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c
> +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c
> @@ -28,6 +28,7 @@
>  #include <linux/delay.h>
>  #include <linux/smsc911x.h>
>  #include <linux/regulator/fixed.h>
> +#include <linux/regulator/machine.h>

Why is this a -stable patch?  Is the build broken somehow right now in a
released kernel without this patch?

confused,

greg k-h



More information about the linux-arm-kernel mailing list