clk: sunxi-ng: sun6i-rtc: include clk/sunxi-ng.h
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 20 Mar 2022 21:09:04 +0000 (22:09 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 25 Mar 2022 10:36:29 +0000 (11:36 +0100)
commit1521ca5b9f93e3d8c9782ac10a42bc5c3a3ba370
tree3dfba85110f4dbc275626c79afa5aad56f6aff36
parent1a31d63632553a54af6c0c3c5b5930e931a94ee4
clk: sunxi-ng: sun6i-rtc: include clk/sunxi-ng.h

This solves:
>> drivers/clk/sunxi-ng/ccu-sun6i-rtc.c:334:5: warning: no previous prototype for 'sun6i_rtc_ccu_probe' [-Wmissing-prototypes]
     334 | int sun6i_rtc_ccu_probe(struct device *dev, void __iomem *reg)
         |     ^~~~~~~~~~~~~~~~~~~

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://lore.kernel.org/r/20220320210905.6606-1-alexandre.belloni@bootlin.com
drivers/clk/sunxi-ng/ccu-sun6i-rtc.c