summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra_emc_therm.c
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2014-02-19 11:01:14 -0800
committerBo Yan <byan@nvidia.com>2014-03-13 17:25:02 -0700
commit5088e585c93c4731b7543720c790d2a85a58a429 (patch)
tree41bdd6344d98382f7f1f6a1c596be4e07af881cf /arch/arm/mach-tegra/tegra_emc_therm.c
parente5f0426501d1d4a1a408d2186201f5ac6ed0f4f5 (diff)
platform: tegra: emc: Move EMC header
Move the core EMC header to a common location. This allows different sources to include it without the annoying "../../" type stuff. Change-Id: I57d2d35e1961eca23d7dd69c2634e8e9af52d4b1 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: http://git-master/r/376787 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/tegra_emc_therm.c')
-rw-r--r--arch/arm/mach-tegra/tegra_emc_therm.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/tegra_emc_therm.c b/arch/arm/mach-tegra/tegra_emc_therm.c
index b10201ef0fa8..1b2a5acf3da3 100644
--- a/arch/arm/mach-tegra/tegra_emc_therm.c
+++ b/arch/arm/mach-tegra/tegra_emc_therm.c
@@ -1,7 +1,5 @@
/*
- * arch/arm/mach-tegra/therm-dram.c
- *
- * Copyright (C) 2013 NVIDIA Corporation. All rights reserved.
+ * Copyright (C) 2013-2014 NVIDIA Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -26,7 +24,7 @@
#include <linux/timer.h>
#include <linux/atomic.h>
-#include "tegra_emc.h"
+#include <mach/tegra_emc.h>
#define TEGRA_DRAM_THERM_MAX_STATE 1