clk: tegra: Fix missing prototype for tegra210_clk_register_emc()
authorThierry Reding <treding@nvidia.com>
Mon, 22 Jun 2020 06:08:26 +0000 (08:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Oct 2020 06:02:51 +0000 (08:02 +0200)
commitec9002ead04bb94e78c94e78bed9bb794c14dc31
treefc8452d9529b7ac6cf275f227671066492c9e476
parentef3f3611b4620846690a3ab6dad047de3ecf4be7
clk: tegra: Fix missing prototype for tegra210_clk_register_emc()

[ Upstream commit 2f878d04218c8b26f6d0ab26955ca6b03848a1ad ]

Include the Tegra driver's clk.h to pull in the prototype definition for
this function so that compilers don't warn about it being missing.

Fixes: 0ac65fc946d3 ("clk: tegra: Implement Tegra210 EMC clock")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/tegra/clk-tegra210-emc.c