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)
commitaedceb2a490bae56f9d7e80be480421e1cf22ce0
tree0855627045430a837b2d84496ff3d9e6e32d990b
parentc36207a4624f15020f2918324405c1c88a5d4cbc
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: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/irq.h