[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <50AB52F7.9000301@ti.com>
Date: Tue, 20 Nov 2012 10:52:55 +0100
From: Peter Ujfalusi <peter.ujfalusi@...com>
To: Constantine Shulyupin <const@...eLinux.com>
CC: <paul@...an.com>, Tony Lindgren <tony@...mide.com>,
Russell King <linux@....linux.org.uk>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-omap@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] fix compilation error in cm_common.c
On 11/20/2012 10:25 AM, Constantine Shulyupin wrote:
> From: Constantine Shulyupin <const@...eLinux.com>
>
> Added required linux/errno.h
>
> Signed-off-by: Constantine Shulyupin <const@...eLinux.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
--
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