Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752666Ab2KTJxJ (ORCPT ); Tue, 20 Nov 2012 04:53:09 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:56933 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751798Ab2KTJxG (ORCPT ); Tue, 20 Nov 2012 04:53:06 -0500 Message-ID: <50AB52F7.9000301@ti.com> Date: Tue, 20 Nov 2012 10:52:55 +0100 From: Peter Ujfalusi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121105 Thunderbird/16.0.1 MIME-Version: 1.0 To: Constantine Shulyupin CC: , Tony Lindgren , Russell King , , , Subject: Re: [PATCH] fix compilation error in cm_common.c References: <1353403553-13525-1-git-send-email-const@MakeLinux.com> In-Reply-To: <1353403553-13525-1-git-send-email-const@MakeLinux.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 36 On 11/20/2012 10:25 AM, Constantine Shulyupin wrote: > From: Constantine Shulyupin > > Added required linux/errno.h > > Signed-off-by: Constantine Shulyupin 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 > #include > +#include > > #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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/