summaryrefslogtreecommitdiff
path: root/drivers/hwmon/tegra-tsensor.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-04-01 16:58:52 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:56:34 -0700
commitf8a53525e52e8bdd37cc1b0f497adf85db6eb558 (patch)
tree80afb874e1ccfc44e86c7cab264f483e1027fb2a /drivers/hwmon/tegra-tsensor.c
parentf28f693539d5005e2036069e7ea254ce2df4cf91 (diff)
HACK: tegra-tsensor.c: iomap.h move
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/hwmon/tegra-tsensor.c')
-rw-r--r--drivers/hwmon/tegra-tsensor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hwmon/tegra-tsensor.c b/drivers/hwmon/tegra-tsensor.c
index a9b40cbbafd9..0a1bcaf137df 100644
--- a/drivers/hwmon/tegra-tsensor.c
+++ b/drivers/hwmon/tegra-tsensor.c
@@ -35,7 +35,8 @@
#include <mach/tsensor.h>
#include <mach/tegra_fuse.h>
-#include "../../../arch/arm/mach-tegra/iomap.h"
+/* HACK: These need to come from DT */
+#include "../../arch/arm/mach-tegra/iomap.h"
/* macro to enable tsensor hw reset */
/* FIXME: till tsensor temperature is reliable this should be 0 */