Skip to content

Commit 1521ca5

Browse files
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
1 parent 1a31d63 commit 1521ca5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/clk/sunxi-ng/ccu-sun6i-rtc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#include <linux/module.h>
1010
#include <linux/of_device.h>
1111

12+
#include <linux/clk/sunxi-ng.h>
13+
1214
#include "ccu_common.h"
1315

1416
#include "ccu_div.h"

0 commit comments

Comments
 (0)