projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d31e23a
)
ARM: iop: make iop_handle_irq() static
author
Ard Biesheuvel
<ardb@kernel.org>
Mon, 24 Jan 2022 19:55:10 +0000
(20:55 +0100)
committer
Ard Biesheuvel
<ardb@kernel.org>
Tue, 25 Jan 2022 08:53:52 +0000
(09:53 +0100)
The build bots complain about iop_handle_irq() not being declared so
let's make it static instead.
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/arm/mach-iop32x/irq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-iop32x/irq.c
b/arch/arm/mach-iop32x/irq.c
index
b820839
..
6dca7e9
100644
(file)
--- a/
arch/arm/mach-iop32x/irq.c
+++ b/
arch/arm/mach-iop32x/irq.c
@@
-59,7
+59,7
@@
struct irq_chip ext_chip = {
.irq_unmask = iop32x_irq_unmask,
};
-void iop_handle_irq(struct pt_regs *regs)
+
static
void iop_handle_irq(struct pt_regs *regs)
{
u32 mask;