diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2017-08-18 23:29:52 +0200 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2017-08-18 23:29:52 +0200 |
| commit | f2970be50a15013a910fb556e5b9c9131e8c1bee (patch) | |
| tree | 9a976e09dac9368ac965e52c259f2fd6b03bce57 /include | |
| parent | 9da95d8f5b37a3d6a5ef6142fa16a96cc004109d (diff) | |
| parent | 27a0342ac162bf2ba30c288cfb7b72eabed38d8b (diff) | |
Merge tag 'tegra-for-4.14-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/drivers
Pull "soc/tegra: Changes for v4.14-rc1" from Thierry Reding:
Contains a fix for unbalanced reference counting of device tree nodes in
the PMC-based generic power domains code.
A second change moves the SoC device registration code from its old
location in arch/arm/mach-tegra to drivers/soc/tegra so that it can be
shared between 32-bit and 64-bit ARM Tegra SoCs.
* tag 'tegra-for-4.14-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
soc/tegra: Register SoC device
soc/tegra: Fix bad of_node_put() in powergate init
Diffstat (limited to 'include')
| -rw-r--r-- | include/soc/tegra/fuse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h index b4c9219e7f95..9b6ea0c72117 100644 --- a/include/soc/tegra/fuse.h +++ b/include/soc/tegra/fuse.h @@ -65,6 +65,8 @@ int tegra_fuse_readl(unsigned long offset, u32 *value); extern struct tegra_sku_info tegra_sku_info; +struct device *tegra_soc_device_register(void); + #endif /* __ASSEMBLY__ */ #endif /* __SOC_TEGRA_FUSE_H__ */ |
