From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH linux-next] ARM: OMAP2: Fix compillation error in cm_common Date: Mon, 12 Nov 2012 09:38:47 -0800 Message-ID: <20121112173847.GJ6801@atomide.com> References: <1352733428-27889-1-git-send-email-peter.ujfalusi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:37450 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753891Ab2KLRiw (ORCPT ); Mon, 12 Nov 2012 12:38:52 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Paul Walmsley Cc: Peter Ujfalusi , Stephen Rothwell , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org * Paul Walmsley [121112 08:27]: > Hi >=20 > On Mon, 12 Nov 2012, Peter Ujfalusi wrote: >=20 > > Fixes the following error: > > CC arch/arm/mach-omap2/cm_common.o > > arch/arm/mach-omap2/cm_common.c: In function =E2=80=98cm_register=E2= =80=99: > > arch/arm/mach-omap2/cm_common.c:42:11: error: =E2=80=98EINVAL=E2=80= =99 undeclared (first use in this function) > > arch/arm/mach-omap2/cm_common.c:42:11: note: each undeclared identi= fier is reported only once for each function it appears in > > arch/arm/mach-omap2/cm_common.c:45:11: error: =E2=80=98EEXIST=E2=80= =99 undeclared (first use in this function) > > arch/arm/mach-omap2/cm_common.c: In function =E2=80=98cm_unregister= =E2=80=99: > > arch/arm/mach-omap2/cm_common.c:66:11: error: =E2=80=98EINVAL=E2=80= =99 undeclared (first use in this function) > > make[1]: *** [arch/arm/mach-omap2/cm_common.o] Error 1 > > make: *** [arch/arm/mach-omap2] Error 2 > >=20 > > Signed-off-by: Peter Ujfalusi > > --- > >=20 > > Hi, > >=20 > > with today's linux-next the kernel build failed with the abive erro= r for OMAP. > >=20 > > Regards, > > Peter > >=20 > > arch/arm/mach-omap2/cm_common.c | 1 + > > 1 file changed, 1 insertion(+) > >=20 > > 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 @@ > > =20 > > #include > > #include > > +#include > > =20 > > #include "cm2xxx.h" > > #include "cm3xxx.h" > > --=20 > > 1.8.0 >=20 > Acked-by: Paul Walmsley >=20 > Thanks Peter. >=20 > Tony, how would you like to handle this one? I can queue it. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 12 Nov 2012 09:38:47 -0800 Subject: [PATCH linux-next] ARM: OMAP2: Fix compillation error in cm_common In-Reply-To: References: <1352733428-27889-1-git-send-email-peter.ujfalusi@ti.com> Message-ID: <20121112173847.GJ6801@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Paul Walmsley [121112 08:27]: > Hi > > On Mon, 12 Nov 2012, Peter Ujfalusi wrote: > > > Fixes the following error: > > CC arch/arm/mach-omap2/cm_common.o > > arch/arm/mach-omap2/cm_common.c: In function ?cm_register?: > > arch/arm/mach-omap2/cm_common.c:42:11: error: ?EINVAL? undeclared (first use in this function) > > arch/arm/mach-omap2/cm_common.c:42:11: note: each undeclared identifier is reported only once for each function it appears in > > arch/arm/mach-omap2/cm_common.c:45:11: error: ?EEXIST? undeclared (first use in this function) > > arch/arm/mach-omap2/cm_common.c: In function ?cm_unregister?: > > arch/arm/mach-omap2/cm_common.c:66:11: error: ?EINVAL? undeclared (first use in this function) > > make[1]: *** [arch/arm/mach-omap2/cm_common.o] Error 1 > > make: *** [arch/arm/mach-omap2] Error 2 > > > > Signed-off-by: Peter Ujfalusi > > --- > > > > Hi, > > > > with today's linux-next the kernel build failed with the abive error for OMAP. > > > > Regards, > > Peter > > > > 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" > > -- > > 1.8.0 > > Acked-by: Paul Walmsley > > Thanks Peter. > > Tony, how would you like to handle this one? I can queue it. Regards, Tony