提交 9261b43e 编写于 作者: T Thierry Reding 提交者: Arnd Bergmann

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: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NThierry Reding <treding@nvidia.com>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 226cff48
......@@ -364,5 +364,5 @@ static int __init tegra_init_soc(void)
return 0;
}
device_initcall(tegra_init_soc)
device_initcall(tegra_init_soc);
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册