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:
c36207a
)
ARM: 6000/1: removing compilation warning comming from <asm/irq.h>
author
viresh kumar
<viresh.kumar@st.com>
Mon, 29 Mar 2010 04:29:57 +0000
(
05:29
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 29 Mar 2010 16:33:31 +0000
(17:33 +0100)
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: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/irq.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/irq.h
b/arch/arm/include/asm/irq.h
index
328f14a
..
237282f
100644
(file)
--- a/
arch/arm/include/asm/irq.h
+++ b/
arch/arm/include/asm/irq.h
@@
-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 *);