spi: pxa2xx: Remove needless includes
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 23 Mar 2015 12:07:47 +0000 (14:07 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 23 Mar 2015 16:43:19 +0000 (09:43 -0700)
commit22d1b94d4b04878a6d1514a21af04699bd27e0ce
tree66be33cacbbb016bc98eac294677315ce6da89b5
parentc517d838eb7d07bbe9507871fab3931deccff539
spi: pxa2xx: Remove needless includes

These asm/io.h, asm/irq.h and asm/delay.h are needless since they are
already included by linux/io.h via drivers/spi/spi-pxa2xx.h,
linux/interrupt.h and linux/delay.h.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c