summaryrefslogtreecommitdiff
path: root/drivers/video
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-03-28 15:23:27 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:56:30 -0700
commit6be7be2c324c075caf05471632dfcf4dc1e6fe3f (patch)
tree82965b791f65f19d36affcc773c39eebe8b7d36e /drivers/video
parentf6b0c7fdfb8eda7655b426a1f69e78484f335210 (diff)
HACK t20.c move iomap.h
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/tegra/host/t20/t20.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/tegra/host/t20/t20.c b/drivers/video/tegra/host/t20/t20.c
index a4fcd7e01f49..ed39b0432b5d 100644
--- a/drivers/video/tegra/host/t20/t20.c
+++ b/drivers/video/tegra/host/t20/t20.c
@@ -22,7 +22,6 @@
#include <linux/nvhost_ioctl.h>
#include <mach/powergate.h>
-#include <mach/iomap.h>
#include "t20.h"
#include "gr2d/gr2d_t30.h"
@@ -37,6 +36,9 @@
#include "chip_support.h"
#include "class_ids.h"
+/* HACK! This needs to come from DT */
+#include "../../../../../arch/arm/mach-tegra/iomap.h"
+
#define NVMODMUTEX_2D_FULL (1)
#define NVMODMUTEX_2D_SIMPLE (2)
#define NVMODMUTEX_2D_SB_A (3)