summaryrefslogtreecommitdiffstats
path: root/include/soc
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-03-23 14:44:08 +0100
committerThierry Reding <treding@nvidia.com>2015-07-16 10:38:29 +0200
commit03b3f4c8b76180ba5bd800c57a7efdb142c2341d (patch)
tree75c2f5eee4c37fc2f1a86cd22961b75b707cec2e /include/soc
parent0dc5a0d836751099f2e08deec28f56ec881925dd (diff)
downloadlinux-0-day-03b3f4c8b76180ba5bd800c57a7efdb142c2341d.tar.gz
linux-0-day-03b3f4c8b76180ba5bd800c57a7efdb142c2341d.tar.xz
soc/tegra: fuse: Rename core_* to soc_*
There's a mixture of core_* and soc_* prefixes for variables storing information related to the VDD_CORE rail. Choose one (soc_*) and use it more consistently. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/soc')
-rw-r--r--include/soc/tegra/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h
index 4a0eb02d2cba8..961b821b6a46d 100644
--- a/include/soc/tegra/fuse.h
+++ b/include/soc/tegra/fuse.h
@@ -48,7 +48,7 @@ struct tegra_sku_info {
int cpu_speedo_id;
int cpu_speedo_value;
int cpu_iddq_value;
- int core_process_id;
+ int soc_process_id;
int soc_speedo_id;
int soc_speedo_value;
int gpu_process_id;