* [PATCH] arm: Include soc.h to fix compiling
@ 2013-02-06 22:43 André Hentschel
2013-02-10 3:11 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: André Hentschel @ 2013-02-06 22:43 UTC (permalink / raw)
To: tony, linux, linux-omap; +Cc: linux-arch, linux-kernel
I needed this when compiling for pandaboard at commit: 0944c0a03465718909ba8e800a5230528aeabafb
Signed-off-by: André Hentschel <nerv@dawncrow.de>From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= <nerv@dawncrow.de>
From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= <nerv@dawncrow.de>
Date: Wed, 6 Feb 2013 23:16:20 +0100
Subject: [PATCH] arm: Include soc.h to fix compiling
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arm: Include soc.h to fix compiling
2013-02-06 22:43 [PATCH] arm: Include soc.h to fix compiling André Hentschel
@ 2013-02-10 3:11 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2013-02-10 3:11 UTC (permalink / raw)
To: André Hentschel; +Cc: linux, linux-omap, linux-arch, linux-kernel
* André Hentschel <nerv@dawncrow.de> [130206 14:46]:
> I needed this when compiling for pandaboard at commit: 0944c0a03465718909ba8e800a5230528aeabafb
>
> Signed-off-by: André Hentschel <nerv@dawncrow.de>From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= <nerv@dawncrow.de>
> From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= <nerv@dawncrow.de>
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-10 3:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-06 22:43 [PATCH] arm: Include soc.h to fix compiling André Hentschel
2013-02-10 3:11 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).