aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2005-10-30 10:10:13 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-10-30 10:10:13 +0000
commit9e1d98c5d8613d917004a193d4f989a3544d8fef (patch)
tree6f442dfb7b5153e4d305db212a372ba8c4d01580 /drivers/mmc
parentMerge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 (diff)
downloadlinux-dev-9e1d98c5d8613d917004a193d4f989a3544d8fef.tar.xz
linux-dev-9e1d98c5d8613d917004a193d4f989a3544d8fef.zip
[MMC] pxamci doesn't need to include asm/irq.h
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/pxamci.c1
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 @@
#include <asm/dma.h>
#include <asm/io.h>
-#include <asm/irq.h>
#include <asm/scatterlist.h>
#include <asm/sizes.h>