summaryrefslogtreecommitdiff
path: root/drivers/ata
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/ata
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/ata')
-rw-r--r--drivers/ata/ahci-tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci-tegra.c b/drivers/ata/ahci-tegra.c
index 6f3011211f67..9b38245df362 100644
--- a/drivers/ata/ahci-tegra.c
+++ b/drivers/ata/ahci-tegra.c
@@ -45,7 +45,7 @@
#include "ahci.h"
#include <linux/clk.h>
-#include <mach/clk.h>
+#include <linux/clk/tegra.h>
#include <mach/iomap.h>
#include <mach/powergate.h>
#include <linux/platform_data/tegra_ahci.h>