ARM: 5945/1: ep93xx: include correct irq.h in core.c
authorHartley Sweeten <hartleys@visionengravers.com>
Thu, 18 Feb 2010 17:16:11 +0000 (18:16 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 18 Feb 2010 17:30:20 +0000 (17:30 +0000)
commit6bd4b382664d188daed8a48f7df88d188dcd95fa
tree9c2739d3274797a2e88439ba8d1ccdb0eb752097
parentdd2ac961e273c2ac9f58cfa13c9e566e4bdb3b13
ARM: 5945/1: ep93xx: include correct irq.h in core.c

Currently <asm/mach/irq.h> is included by core.c. This header
includes <linux/irq.h> and defines a number of internal functions.
These internal functions are not needed by this file. Change the
include so that we just get what is needed.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Ryan Mallon <ryan@bluewatersys.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/core.c