Skip to content

Commit

Permalink
spi: omap-uwire: Remove needless include asm/irq.h
Browse files Browse the repository at this point in the history
asm/irq.h is already included by linux/interrupt.h.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Jarkko Nikula authored and Mark Brown committed Mar 23, 2015
1 parent c517d83 commit d4f9dcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/spi/spi-omap-uwire.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
#include <linux/module.h>
#include <linux/io.h>

#include <asm/irq.h>
#include <mach/hardware.h>
#include <asm/mach-types.h>

Expand Down

0 comments on commit d4f9dcd

Please sign in to comment.