Re: [PATCH] soc: actions: include header to fix missing prototype

2020-09-21 Thread Manivannan Sadhasivam
On Sun, Sep 20, 2020 at 10:26:52PM +0200, Krzysztof Kozlowski wrote: > 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

[PATCH] soc: actions: include header to fix missing prototype

2020-09-20 Thread Krzysztof Kozlowski
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 --- drivers/soc/actions/owl-sps-helper.c | 1 + 1 file changed, 1 insertion(+)