[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPtuhTgRpCNBVc5u5Us05wT1tNyAqUM0sAAhyXox8ccA53vr4w@mail.gmail.com>
Date: Wed, 21 Mar 2012 14:10:47 -0700
From: Mike Turquette <mturquette@...aro.org>
To: Gerard Snitselaar <dev@...tselaar.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] drivers/clk: add prompt for menuconfig entry
On Mon, Mar 19, 2012 at 11:33 AM, Gerard Snitselaar <dev@...tselaar.org> wrote:
> Building next-20120319 gives the following warning:
>
> drivers/clk/Kconfig:22: warning: menuconfig statement without prompt
>
> Signed-off-by: Gerard Snitselaar <dev@...tselaar.org>
Hello Gerard,
Thanks for the patch! This issue was resolved in the following thread:
http://article.gmane.org/gmane.linux.kernel.next/21493
Regards,
Mike
> ---
> drivers/clk/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig
> index 82bcfbd..d857235 100644
> --- a/drivers/clk/Kconfig
> +++ b/drivers/clk/Kconfig
> @@ -10,7 +10,7 @@ config HAVE_MACH_CLKDEV
> bool
>
> menuconfig COMMON_CLK
> - bool
> + bool "Use common clock framework"
> select HAVE_CLK_PREPARE
> ---help---
> The common clock framework is a single definition of struct
> --
> 1.7.7.6
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists