diff options
| author | Philipp Zabel <philipp.zabel@gmail.com> | 2008-06-30 13:08:11 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-07-07 08:23:38 -0400 |
| commit | f1b23586c1f50d4c5684e56395140ec1cd8b688d (patch) | |
| tree | 5ab9012f7e038cd23aecffd6e7cc189ae474ae3a | |
| parent | 9f17f2874834f4cdbe48cc05676d8f7558793204 (diff) | |
[ARM] 5135/1: pxa: drop superfluous asm/arch/pxa2xx-gpio.h includes
Both i2c-pxa.c and irq.c still include pxa2xx-gpio.h although is is not
needed anymore.
Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-pxa/irq.c | 1 | ||||
| -rw-r--r-- | drivers/i2c/busses/i2c-pxa.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/irq.c b/arch/arm/mach-pxa/irq.c index a9a0c3fab159..fbff557bb225 100644 --- a/arch/arm/mach-pxa/irq.c +++ b/arch/arm/mach-pxa/irq.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | #include <asm/irq.h> | 21 | #include <asm/irq.h> |
| 22 | #include <asm/mach/irq.h> | 22 | #include <asm/mach/irq.h> |
| 23 | #include <asm/arch/pxa-regs.h> | 23 | #include <asm/arch/pxa-regs.h> |
| 24 | #include <asm/arch/pxa2xx-gpio.h> | ||
| 25 | 24 | ||
| 26 | #include "generic.h" | 25 | #include "generic.h" |
| 27 | 26 | ||
diff --git a/drivers/i2c/busses/i2c-pxa.c b/drivers/i2c/busses/i2c-pxa.c index eb69fbadc9cb..eb26d2aca8b4 100644 --- a/drivers/i2c/busses/i2c-pxa.c +++ b/drivers/i2c/busses/i2c-pxa.c | |||
| @@ -39,7 +39,6 @@ | |||
| 39 | #include <asm/io.h> | 39 | #include <asm/io.h> |
| 40 | #include <asm/arch/i2c.h> | 40 | #include <asm/arch/i2c.h> |
| 41 | #include <asm/arch/pxa-regs.h> | 41 | #include <asm/arch/pxa-regs.h> |
| 42 | #include <asm/arch/pxa2xx-gpio.h> | ||
| 43 | 42 | ||
| 44 | struct pxa_i2c { | 43 | struct pxa_i2c { |
| 45 | spinlock_t lock; | 44 | spinlock_t lock; |
