summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_hdmiphy.c
diff options
context:
space:
mode:
authorSachin Kamat2013-08-14 13:08:01 +0200
committerInki Dae2013-09-05 06:43:43 +0200
commit3f1c781d9354b3856ba7de64104659a2e2033fd4 (patch)
treef057601f85137fcdeeb69c03d96a41b01ce14557 /drivers/gpu/drm/exynos/exynos_hdmiphy.c
parentdrm/exynos: Remove redundant NULL check in exynos_drm_buf (diff)
downloadkernel-qcow2-linux-3f1c781d9354b3856ba7de64104659a2e2033fd4.tar.gz
kernel-qcow2-linux-3f1c781d9354b3856ba7de64104659a2e2033fd4.tar.xz
kernel-qcow2-linux-3f1c781d9354b3856ba7de64104659a2e2033fd4.zip
drm/exynos: Add missing of.h header include
Add of.h explicitly for of_* APIs. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_hdmiphy.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_hdmiphy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_hdmiphy.c b/drivers/gpu/drm/exynos/exynos_hdmiphy.c
index 6e320ae9afed..6021996d3530 100644
--- a/drivers/gpu/drm/exynos/exynos_hdmiphy.c
+++ b/drivers/gpu/drm/exynos/exynos_hdmiphy.c
@@ -15,6 +15,7 @@
#include <linux/kernel.h>
#include <linux/i2c.h>
+#include <linux/of.h>
#include "exynos_drm_drv.h"
#include "exynos_hdmi.h"