Commit e2d0ee22 authored by Thierry Reding's avatar Thierry Reding

soc/tegra: fuse: Fix Tegra234-only builds

The tegra30_fuse_read() symbol is used on Tegra234, so make sure it's
available.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 854d128b
......@@ -37,7 +37,8 @@
defined(CONFIG_ARCH_TEGRA_132_SOC) || \
defined(CONFIG_ARCH_TEGRA_210_SOC) || \
defined(CONFIG_ARCH_TEGRA_186_SOC) || \
defined(CONFIG_ARCH_TEGRA_194_SOC)
defined(CONFIG_ARCH_TEGRA_194_SOC) || \
defined(CONFIG_ARCH_TEGRA_234_SOC)
static u32 tegra30_fuse_read_early(struct tegra_fuse *fuse, unsigned int offset)
{
if (WARN_ON(!fuse->base))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment