summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2011-09-30 09:37:16 -0700
committerSimon Glass <sjg@chromium.org>2011-10-04 14:21:51 -0700
commitb037b1f0db6bdc9a7bc0ef6ec78da10646bb3292 (patch)
treef9d67b5f08271f6e6c11dbfcbf03ce86fbd8596f /drivers/mmc
parent0d2d1c620059157c364ab4fabc938b4a1ec14780 (diff)
tegra: Make clk_rst.h a common file
This is needed by both T2x and T3x. BUG=chromium-os:19004 TEST=build and boot on seaboard Change-Id: Idc12f106caaaf7601de8e66d8440840375eb9c42 Reviewed-on: http://gerrit.chromium.org/gerrit/8637 Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/tegra2_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/tegra2_mmc.c b/drivers/mmc/tegra2_mmc.c
index 9a43887d85d..2953a5d4338 100644
--- a/drivers/mmc/tegra2_mmc.c
+++ b/drivers/mmc/tegra2_mmc.c
@@ -24,7 +24,7 @@
#include <linux/ctype.h>
#include <mmc.h>
#include <asm/io.h>
-#include <asm/arch/clk_rst.h>
+#include <asm/arch-tegra/clk_rst.h>
#include <asm/arch/clock.h>
#include <asm/arch/gpio.h>
#include <malloc.h>