Skip to content

Commit 5e40c79

Browse files
committed
ARM: spear: include "pl080.h" for pl080_get_signal() prototype
pl080_get_signal() and pl080_put_signal() are declared in pl080.h and defined in pl080.c, but this file is missing an include of the header: arch/arm/mach-spear/pl080.c:27:5: error: no previous prototype for 'pl080_get_signal' arch/arm/mach-spear/pl080.c:62:6: error: no previous prototype for 'pl080_put_signal' Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://lore.kernel.org/r/20230516153109.514251-13-arnd@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 6475f4b commit 5e40c79

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/mach-spear/pl080.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <linux/spinlock_types.h>
1717
#include "spear.h"
1818
#include "misc_regs.h"
19+
#include "pl080.h"
1920

2021
static spinlock_t lock = __SPIN_LOCK_UNLOCKED(x);
2122

0 commit comments

Comments
 (0)