summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Guiriec <s-guiriec@ti.com>2012-10-12 20:52:01 +0200
committerAndy Green <andy.green@linaro.org>2012-11-27 11:42:47 +0800
commit981b86b0c27ad5e73a9565b39fb70e52aee69a33 (patch)
tree318d47dc2a4a2e90f43789bdece5a290b4926fd9
parent1d20ab8765361ab140354ff40d141a1cdeac93ab (diff)
OMAPDSS: HDMI: Fix up compilation issue (hdmi.c)
Fix up build issue. Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
-rw-r--r--drivers/video/omap2/dss/hdmi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c
index 2184858c35f..7253061ee9d 100644
--- a/drivers/video/omap2/dss/hdmi.c
+++ b/drivers/video/omap2/dss/hdmi.c
@@ -38,6 +38,8 @@
#include <linux/of_gpio.h>
#include <video/omapdss.h>
+#include <plat/cpu.h>
+
#include "ti_hdmi.h"
#include "dss.h"
#include "dss_features.h"