commit | 9261b43e70b79106deca8f734a5217134ce68f3d | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Wed Aug 23 11:25:09 2017 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Wed Aug 23 11:54:27 2017 +0200 |
tree | 2ad83b690d363d1155ace333360ecd8d6702f51c | |
parent | 226cff485c803ac0f3a6bc52b9b638eb2c41181c [diff] |
soc/tegra: fuse: Add missing semi-colon Commit 8a46828e623c ("soc/tegra: Register SoC device") added a new initcall, but forgot to terminate the line with a semi-colon. Some recent versions of GCC seem to report this as an error. Fixes: 8a46828e623c ("soc/tegra: Register SoC device") Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>