diff options
author | André Hentschel <nerv@dawncrow.de> | 2013-02-09 22:20:57 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-09 23:26:27 -0500 |
commit | 59dc7a9cc2b0f58a28003274415133928b4cadd1 (patch) | |
tree | b017fbcfbc112ad68baef512211f1edb814aa76e | |
parent | 13fba955b5b91675e26d3e3abcb2dab42c535791 (diff) |
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>
-rw-r--r-- | arch/arm/mach-omap2/drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/drm.c b/arch/arm/mach-omap2/drm.c index ab8a0e64c5f7..289e8cfb594c 100644 --- a/arch/arm/mach-omap2/drm.c +++ b/arch/arm/mach-omap2/drm.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include "omap_device.h" | 28 | #include "omap_device.h" |
29 | #include "omap_hwmod.h" | 29 | #include "omap_hwmod.h" |
30 | #include "soc.h" | ||
30 | 31 | ||
31 | #if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE) | 32 | #if defined(CONFIG_DRM_OMAP) || (CONFIG_DRM_OMAP_MODULE) |
32 | 33 | ||