Quellcode durchsuchen

ARM: OMAP2+: Include soc.h to drm.c to fix compiling

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>
André Hentschel vor 12 Jahren
Ursprung
Commit
59dc7a9cc2
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      arch/arm/mach-omap2/drm.c

+ 1 - 0
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)