ARM: OMAP2+: Include soc.h to drm.c to fix compiling
authorAndré Hentschel <nerv@dawncrow.de>
Sun, 10 Feb 2013 03:20:57 +0000 (19:20 -0800)
committerOlof Johansson <olof@lixom.net>
Sun, 10 Feb 2013 04:26:27 +0000 (20:26 -0800)
I needed this when compiling for pandaboard.

The reason this is needed is that we are now using
omap_initcalls to keep them multiplatform safe.

Signed-off-by: André Hentschel <nerv@dawncrow.de>
[tony@atomide.com: updated comments]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-omap2/drm.c

index ab8a0e64c5f7fa12e0be877588fd9eb5f0b1d57b..289e8cfb594cdab861dd51a112b025d7e994f15c 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "omap_device.h"
 #include "omap_hwmod.h"
+#include "soc.h"
 
 #if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE)