diff options
| author | Chanwoo Choi <cw00.choi@samsung.com> | 2020-12-07 10:25:03 +0900 |
|---|---|---|
| committer | Chanwoo Choi <cw00.choi@samsung.com> | 2020-12-07 10:25:03 +0900 |
| commit | afd589c703119429f7a4e81a6539aec4e0b1386b (patch) | |
| tree | b8f494ba975b19194e39a7e9579ed8ea1faefeda /include | |
| parent | 98fd9972ed60d26915227a8c7febbd86e262a96b (diff) | |
| parent | 245157a31e91aec7f5b621ed26c0a8370b1c8a64 (diff) | |
Merge tag 'tegra-soc-clk-drivers-5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-mem-ctrl into devfreq-next
Tegra SoC and clock controller changes for v5.11
Export symbols and add stubs necessary for upcoming modified Tegra
memory controller drivers (touching also devfreq and interconnect).
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/tegra/fuse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index c702bd2911bc..78cbc787a4dc 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -56,7 +56,11 @@ u32 tegra_read_straps(void); u32 tegra_read_ram_code(void); int tegra_fuse_readl(unsigned long offset, u32 *value); +#ifdef CONFIG_ARCH_TEGRA extern struct tegra_sku_info tegra_sku_info; +#else +static struct tegra_sku_info tegra_sku_info __maybe_unused; +#endif struct device *tegra_soc_device_register(void); |
