summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeetesh Burman <jburman@nvidia.com>2015-06-18 11:19:27 +0530
committerWinnie Hsu <whsu@nvidia.com>2015-06-18 15:06:09 -0700
commitc733bffbc54e150312334ea74a5e741e04767720 (patch)
tree4c8d8e0a4ca3b225fa35d40a7fb6ab84cab030f2 /include
parentf4b7cea52cbb840d56154ab41772964773a728f1 (diff)
Revert "mmc: tegra: select fixed tap hole margin values"
This reverts commit 8eadba170693964dc30b1e6ab0a80df012858bc0. Signed-off-by: Jeetesh Burman <jburman@nvidia.com> Change-Id: Icd990d1e9c8df4c66c46e7e29a03cc6233e206bd Reviewed-on: http://git-master/r/759473 GVS: Gerrit_Virtual_Submit Reviewed-by: Winnie Hsu <whsu@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/tegra-fuse.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/tegra-fuse.h b/include/linux/tegra-fuse.h
index 3d72db36f5c5..0d2b9c967bce 100644
--- a/include/linux/tegra-fuse.h
+++ b/include/linux/tegra-fuse.h
@@ -51,14 +51,6 @@ int tegra_cpu_process_id(void);
int tegra_core_process_id(void);
int tegra_gpu_process_id(void);
int tegra_get_age(void);
-#if defined(CONFIG_ARCH_TEGRA_12x_SOC) && !defined(CONFIG_ARCH_TEGRA_13x_SOC)
-bool tegra_is_soc_automotive_speedo(void);
-#else
-static inline bool tegra_is_soc_automotive_speedo(void)
-{
- return 0;
-}
-#endif
int tegra_package_id(void);
int tegra_cpu_speedo_id(void);