Skip to content

Commit f1466cd

Browse files
committed
Merge tag 'actions-drivers-fixes-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions into arm/fixes
Actions Semi drivers fixes for v5.9 - Fix the missing prototype warning in owl-sps-helper driver by including owl-sps header * tag 'actions-drivers-fixes-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions: soc: actions: include header to fix missing prototype Link: https://lore.kernel.org/r/20200922114559.GD11251@Mani-XPS-13-9360 Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 6cd1901 + bc38325 commit f1466cd

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)