summaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-09-03 21:43:24 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:45:36 -0700
commit2268683075e741190919217a72fcf13eb174dc57 (patch)
tree39b67231d4cd7ff046c2d8883fbeb1dca7fec8d2 /drivers/hwmon
parentf2958225a6495f772696a44d8ec3b10ef6dc0153 (diff)
ARM: tegra: Use <linux/clk/tegra.h> instead of <mach/clk.h>
So that the upstream common clk infrastructure can live side by side. Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Change-Id: I0fe0ef8cd207d27b707821eed838c75b8ec04025
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/tegra-tsensor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/tegra-tsensor.c b/drivers/hwmon/tegra-tsensor.c
index 0e0d265dda5e..ab2c92ad0d05 100644
--- a/drivers/hwmon/tegra-tsensor.c
+++ b/drivers/hwmon/tegra-tsensor.c
@@ -30,8 +30,8 @@
#include <linux/regulator/consumer.h>
#include <linux/delay.h>
#include <linux/module.h>
+#include <linux/clk/tegra.h>
-#include <mach/clk.h>
#include <mach/tsensor.h>
#include <mach/tegra_fuse.h>