From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761038Ab3BJDLr (ORCPT ); Sat, 9 Feb 2013 22:11:47 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:20495 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756944Ab3BJDLp (ORCPT ); Sat, 9 Feb 2013 22:11:45 -0500 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/TnoNaya9Yx2+T/TwTbbsn Date: Sat, 9 Feb 2013 19:11:39 -0800 From: Tony Lindgren To: =?utf-8?B?QW5kcsOp?= Hentschel Cc: linux@arm.linux.org.uk, linux-omap@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm: Include soc.h to fix compiling Message-ID: <20130210031139.GD4801@atomide.com> References: <5112DC75.8070806@dawncrow.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5112DC75.8070806@dawncrow.de> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * André Hentschel [130206 14:46]: > I needed this when compiling for pandaboard at commit: 0944c0a03465718909ba8e800a5230528aeabafb > > Signed-off-by: André Hentschel From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= > From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= > Date: Wed, 6 Feb 2013 23:16:20 +0100 > Subject: [PATCH] arm: Include soc.h to fix compiling Thanks, applying into omap-for-v3.9/multiplatform-fixes with the comments fixed up a bit. Tony > --- > arch/arm/mach-omap2/drm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-omap2/drm.c b/arch/arm/mach-omap2/drm.c > index 4c7566c..b4faf96 100644 > --- a/arch/arm/mach-omap2/drm.c > +++ b/arch/arm/mach-omap2/drm.c > @@ -27,6 +27,7 @@ > > #include "omap_device.h" > #include "omap_hwmod.h" > +#include "soc.h" > > #if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE) > > -- > 1.8.0 > > Best Regards, André Hentschel