ARM: 6000/1: removing compilation warning comming from <asm/irq.h>
authorviresh kumar <viresh.kumar@st.com>
Mon, 29 Mar 2010 04:29:57 +0000 (05:29 +0100)
committerRussell 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>

No differences found