From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Constantine Shulyupin <const@MakeLinux.com>
Cc: <paul@pwsan.com>, Tony Lindgren <tony@atomide.com>,
Russell King <linux@arm.linux.org.uk>,
<linux-arm-kernel@lists.infradead.org>,
<linux-omap@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] fix compilation error in cm_common.c
Date: Tue, 20 Nov 2012 10:52:55 +0100 [thread overview]
Message-ID: <50AB52F7.9000301@ti.com> (raw)
In-Reply-To: <1353403553-13525-1-git-send-email-const@MakeLinux.com>
On 11/20/2012 10:25 AM, Constantine Shulyupin wrote:
> From: Constantine Shulyupin <const@MakeLinux.com>
>
> Added required linux/errno.h
>
> Signed-off-by: Constantine Shulyupin <const@MakeLinux.com>
This supposed to be already fixed:
https://patchwork.kernel.org/patch/1728521/
> ---
> arch/arm/mach-omap2/cm_common.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-omap2/cm_common.c b/arch/arm/mach-omap2/cm_common.c
> index 3246cef..3fafc27 100644
> --- a/arch/arm/mach-omap2/cm_common.c
> +++ b/arch/arm/mach-omap2/cm_common.c
> @@ -13,6 +13,7 @@
>
> #include <linux/kernel.h>
> #include <linux/init.h>
> +#include <linux/errno.h>
>
> #include "cm2xxx.h"
> #include "cm3xxx.h"
>
--
Péter
prev parent reply other threads:[~2012-11-20 9:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-20 9:25 [PATCH] fix compilation error in cm_common.c Constantine Shulyupin
2012-11-20 9:52 ` Peter Ujfalusi [this message]
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=50AB52F7.9000301@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=const@MakeLinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=paul@pwsan.com \
--cc=tony@atomide.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox