diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2005-10-30 05:10:13 -0500 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-10-30 05:10:13 -0500 |
| commit | 9e1d98c5d8613d917004a193d4f989a3544d8fef (patch) | |
| tree | 6f442dfb7b5153e4d305db212a372ba8c4d01580 | |
| parent | 9f75e1eff3edb2bb07349b94c28f4f2a6c66ca43 (diff) | |
[MMC] pxamci doesn't need to include asm/irq.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | drivers/mmc/pxamci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c index 8eba373d42d7..d575e3a018bc 100644 --- a/drivers/mmc/pxamci.c +++ b/drivers/mmc/pxamci.c | |||
| @@ -29,7 +29,6 @@ | |||
| 29 | 29 | ||
| 30 | #include <asm/dma.h> | 30 | #include <asm/dma.h> |
| 31 | #include <asm/io.h> | 31 | #include <asm/io.h> |
| 32 | #include <asm/irq.h> | ||
| 33 | #include <asm/scatterlist.h> | 32 | #include <asm/scatterlist.h> |
| 34 | #include <asm/sizes.h> | 33 | #include <asm/sizes.h> |
| 35 | 34 | ||
