From: Tony Lindgren <tony@atomide.com>
To: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
jarkko.nikula@bitmer.com
Subject: Re: [PATCH RESEND] omap1: mux: add missing include
Date: Mon, 9 Apr 2012 11:02:54 -0700 [thread overview]
Message-ID: <20120409180253.GA6487@atomide.com> (raw)
In-Reply-To: <1333916610-7451-1-git-send-email-aaro.koskinen@iki.fi>
* Aaro Koskinen <aaro.koskinen@iki.fi> [120408 13:26]:
> Fix the following build breakage in v3.4-rc2:
>
> arch/arm/mach-omap1/mux.c:89:1: error: 'FUNC_MUX_CTRL_9' undeclared here (not in a function)
> arch/arm/mach-omap1/mux.c:89:1: error: 'PULL_DWN_CTRL_2' undeclared here (not in a function)
> arch/arm/mach-omap1/mux.c:93:1: error: 'FUNC_MUX_CTRL_C' undeclared here (not in a function)
>
> etc.
>
> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
> ---
> arch/arm/mach-omap1/mux.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap1/mux.c b/arch/arm/mach-omap1/mux.c
> index 087dba0..e9cc52d 100644
> --- a/arch/arm/mach-omap1/mux.c
> +++ b/arch/arm/mach-omap1/mux.c
> @@ -27,6 +27,7 @@
> #include <linux/io.h>
> #include <linux/spinlock.h>
>
> +#include <mach/hardware.h>
>
> #include <plat/mux.h>
>
Thanks for the repost, looks like I missed this one earlier.
Applying to fixes.
Tony
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH RESEND] omap1: mux: add missing include
Date: Mon, 9 Apr 2012 11:02:54 -0700 [thread overview]
Message-ID: <20120409180253.GA6487@atomide.com> (raw)
In-Reply-To: <1333916610-7451-1-git-send-email-aaro.koskinen@iki.fi>
* Aaro Koskinen <aaro.koskinen@iki.fi> [120408 13:26]:
> Fix the following build breakage in v3.4-rc2:
>
> arch/arm/mach-omap1/mux.c:89:1: error: 'FUNC_MUX_CTRL_9' undeclared here (not in a function)
> arch/arm/mach-omap1/mux.c:89:1: error: 'PULL_DWN_CTRL_2' undeclared here (not in a function)
> arch/arm/mach-omap1/mux.c:93:1: error: 'FUNC_MUX_CTRL_C' undeclared here (not in a function)
>
> etc.
>
> Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
> ---
> arch/arm/mach-omap1/mux.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap1/mux.c b/arch/arm/mach-omap1/mux.c
> index 087dba0..e9cc52d 100644
> --- a/arch/arm/mach-omap1/mux.c
> +++ b/arch/arm/mach-omap1/mux.c
> @@ -27,6 +27,7 @@
> #include <linux/io.h>
> #include <linux/spinlock.h>
>
> +#include <mach/hardware.h>
>
> #include <plat/mux.h>
>
Thanks for the repost, looks like I missed this one earlier.
Applying to fixes.
Tony
next prev parent reply other threads:[~2012-04-09 18:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-08 20:23 [PATCH RESEND] omap1: mux: add missing include Aaro Koskinen
2012-04-08 20:23 ` Aaro Koskinen
2012-04-09 18:02 ` Tony Lindgren [this message]
2012-04-09 18:02 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120409180253.GA6487@atomide.com \
--to=tony@atomide.com \
--cc=aaro.koskinen@iki.fi \
--cc=jarkko.nikula@bitmer.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.