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)
committerThierry Reding <treding@nvidia.com>
Mon, 21 Sep 2020 12:09:10 +0000 (14:09 +0200)
commit2f878d04218c8b26f6d0ab26955ca6b03848a1ad
tree738fb6f0423d66fff0e8b782bc9ba4485e287a3c
parent5105660ee80862b85f7769626d0f936c18ce1885
clk: tegra: Fix missing prototype for tegra210_clk_register_emc()

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>
drivers/clk/tegra/clk-tegra210-emc.c