diff options
| author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2015-03-23 08:07:47 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-03-23 12:43:19 -0400 |
| commit | 22d1b94d4b04878a6d1514a21af04699bd27e0ce (patch) | |
| tree | 66be33cacbbb016bc98eac294677315ce6da89b5 | |
| parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
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>
| -rw-r--r-- | drivers/spi/spi-pxa2xx.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/spi/spi-pxa2xx.c b/drivers/spi/spi-pxa2xx.c index 6f72ad01e041..74342d167324 100644 --- a/drivers/spi/spi-pxa2xx.c +++ b/drivers/spi/spi-pxa2xx.c | |||
| @@ -30,10 +30,6 @@ | |||
| 30 | #include <linux/pm_runtime.h> | 30 | #include <linux/pm_runtime.h> |
| 31 | #include <linux/acpi.h> | 31 | #include <linux/acpi.h> |
| 32 | 32 | ||
| 33 | #include <asm/io.h> | ||
| 34 | #include <asm/irq.h> | ||
| 35 | #include <asm/delay.h> | ||
| 36 | |||
| 37 | #include "spi-pxa2xx.h" | 33 | #include "spi-pxa2xx.h" |
| 38 | 34 | ||
| 39 | MODULE_AUTHOR("Stephen Street"); | 35 | MODULE_AUTHOR("Stephen Street"); |
