1
0
Fork 0

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>
hifive-unleashed-5.1
André Hentschel 2013-02-09 19:20:57 -08:00 committed by Olof Johansson
parent 13fba955b5
commit 59dc7a9cc2
1 changed files with 1 additions and 0 deletions

View 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)