Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aedceb2a authored by Viresh Kumar's avatar Viresh Kumar Committed by Russell King
Browse files

ARM: 6000/1: removing compilation warning comming from <asm/irq.h>



irq.h is using struct pt_regs *. Due to this compilation
warning is comming. Removing this warning by adding declaration
of struct pt_regs.

Signed-off-by: default avatarViresh Kumar <viresh.kumar@st.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent c36207a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@

#ifndef __ASSEMBLY__
struct irqaction;
struct pt_regs;
extern void migrate_irqs(void);

extern void asm_do_IRQ(unsigned int, struct pt_regs *);