aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/fuse.c2
-rw-r--r--arch/arm/mach-tegra/fuse.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/fuse.c b/arch/arm/mach-tegra/fuse.c
index e2dd342e0b33..027f2b2d1788 100644
--- a/arch/arm/mach-tegra/fuse.c
+++ b/arch/arm/mach-tegra/fuse.c
@@ -33,7 +33,7 @@
33int tegra_sku_id; 33int tegra_sku_id;
34int tegra_cpu_process_id; 34int tegra_cpu_process_id;
35int tegra_core_process_id; 35int tegra_core_process_id;
36static int tegra_chip_id; 36int tegra_chip_id;
37enum tegra_revision tegra_revision; 37enum tegra_revision tegra_revision;
38 38
39/* The BCT to use at boot is specified by board straps that can be read 39/* The BCT to use at boot is specified by board straps that can be read
diff --git a/arch/arm/mach-tegra/fuse.h b/arch/arm/mach-tegra/fuse.h
index c55457281eed..d2107b2cb85a 100644
--- a/arch/arm/mach-tegra/fuse.h
+++ b/arch/arm/mach-tegra/fuse.h
@@ -41,6 +41,7 @@ enum tegra_revision {
41extern int tegra_sku_id; 41extern int tegra_sku_id;
42extern int tegra_cpu_process_id; 42extern int tegra_cpu_process_id;
43extern int tegra_core_process_id; 43extern int tegra_core_process_id;
44extern int tegra_chip_id;
44extern enum tegra_revision tegra_revision; 45extern enum tegra_revision tegra_revision;
45 46
46extern int tegra_bct_strapping; 47extern int tegra_bct_strapping;