soc/tegra: fuse: Add missing semi-colon
authorThierry Reding <treding@nvidia.com>
Wed, 23 Aug 2017 09:25:09 +0000 (11:25 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Aug 2017 09:54:27 +0000 (11:54 +0200)
commit9261b43e70b79106deca8f734a5217134ce68f3d
tree2ad83b690d363d1155ace333360ecd8d6702f51c
parent226cff485c803ac0f3a6bc52b9b638eb2c41181c
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>
drivers/soc/tegra/fuse/fuse-tegra.c