summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/dc/dsi.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2012-06-12 13:44:15 +0300
committerSimone Willett <swillett@nvidia.com>2012-06-14 16:39:59 -0700
commit0e70f3c988b4d13c4c7d323428d444acbfb3f847 (patch)
tree5f32dd78c07acf267bb5b6f5b90eeab3037354b9 /drivers/video/tegra/dc/dsi.c
parentf2dd85f69f329f372db29d2e20d71f7e0e0f85bb (diff)
video: tegra: dc: Move #includes from dc_priv.h
Move #include directives for nvhost headers from dc_priv.h to the source files that need the #includes. This allows #including dc_priv.h without access to all nvhost headers. Also adds nvhost to the #include path of dc to allow making dev.h a stub in a later commit. Bug 982965 Change-Id: Icfe7084d295f57926195b178174f81047eb01187 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/108225 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/dc/dsi.c')
-rw-r--r--drivers/video/tegra/dc/dsi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/tegra/dc/dsi.c b/drivers/video/tegra/dc/dsi.c
index 0ea3947176fe..26301abe4222 100644
--- a/drivers/video/tegra/dc/dsi.c
+++ b/drivers/video/tegra/dc/dsi.c
@@ -36,6 +36,8 @@
#include "dc_reg.h"
#include "dc_priv.h"
+#include "host1x/host1x.h"
+#include "host1x/host1x_syncpt.h"
#include "dsi_regs.h"
#include "dsi.h"