diff options
author | Arnd Bergmann <[email protected]> | 2023-05-16 17:30:57 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2023-05-26 13:31:31 +0200 |
commit | 30955b4afc2bbea9046c60df994297fac5edc02c (patch) | |
tree | 67280458121fba80ec4508d1338c240b8c16f280 /drivers/fpga/fpga-bridge.c | |
parent | 44c026a73be8038f03dbdeef028b642880cf1511 (diff) |
ARM: davinci: fix davinci_cpufreq_init() declaration
The davinci_cpufreq_init() declaration is only seen by its caller
but not the definition:
drivers/cpufreq/davinci-cpufreq.c:153:12: error: no previous prototype for 'davinci_cpufreq_init'
Move it into the platform_data header that is already used an
interface between the two places.
Acked-by: Bartosz Golaszewski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions