commit | 9e1d98c5d8613d917004a193d4f989a3544d8fef | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun Oct 30 10:10:13 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 30 10:10:13 2005 +0000 |
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>
diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c index 8eba373..d575e3a 100644 --- a/drivers/mmc/pxamci.c +++ b/drivers/mmc/pxamci.c
@@ -29,7 +29,6 @@ #include <asm/dma.h> #include <asm/io.h> -#include <asm/irq.h> #include <asm/scatterlist.h> #include <asm/sizes.h>