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>
This commit is contained in:
André Hentschel 2013-02-09 19:20:57 -08:00 коммит произвёл Olof Johansson
Родитель 13fba955b5
Коммит 59dc7a9cc2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -27,6 +27,7 @@
#include "omap_device.h"
#include "omap_hwmod.h"
#include "soc.h"
#if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE)