Skip to content

Commit bc38325

Browse files
krzkMani-Sadhasivam
authored andcommitted
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>
1 parent 9123e3a commit bc38325

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/actions/owl-sps-helper.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
#include <linux/delay.h>
1212
#include <linux/io.h>
13+
#include <linux/soc/actions/owl-sps.h>
1314

1415
#define OWL_SPS_PG_CTL 0x0
1516

0 commit comments

Comments
 (0)