Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: actions: include header to fix missing prototype

Include the header with prototype of owl_sps_set_pg to fix:

drivers/soc/actions/owl-sps-helper.c:16:5: warning: no previous prototype for 'owl_sps_set_pg' [-Wmissing-prototypes]

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Manivannan Sadhasivam
bc383257 9123e3a7

+1
+1
drivers/soc/actions/owl-sps-helper.c
··· 10 10 11 11 #include <linux/delay.h> 12 12 #include <linux/io.h> 13 + #include <linux/soc/actions/owl-sps.h> 13 14 14 15 #define OWL_SPS_PG_CTL 0x0 15 16