diff options
author | Arnaud Patard <arnaud.patard@rtp-net.org> | 2007-05-05 15:12:17 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-05 21:09:41 +0100 |
commit | c4b5bd4b101a8da1fb24a072adde276547462b43 (patch) | |
tree | 7b11c0598cb74da6cbf64d63b449ccd210a9ea06 /arch/arm/mach-s3c2410/mach-qt2410.c | |
parent | 56fca7cc337752e3d31e107db050f7fff2402e7d (diff) | |
download | blackbird-obmc-linux-c4b5bd4b101a8da1fb24a072adde276547462b43.tar.gz blackbird-obmc-linux-c4b5bd4b101a8da1fb24a072adde276547462b43.zip |
[ARM] 4358/1: S3C24XX: mach-qt2410.c: remove linux/mmc/protocol.h header
linux/mmc/protocol.h header is gone, thus breaking the build of the
mach-qt2410.c file. As this header is not used, I'm removing it. The
right headers may still be added later if needed.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-s3c2410/mach-qt2410.c')
-rw-r--r-- | arch/arm/mach-s3c2410/mach-qt2410.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/mach-qt2410.c b/arch/arm/mach-s3c2410/mach-qt2410.c index caf6778472d3..9cc4253d7bbc 100644 --- a/arch/arm/mach-s3c2410/mach-qt2410.c +++ b/arch/arm/mach-s3c2410/mach-qt2410.c @@ -29,7 +29,6 @@ #include <linux/init.h> #include <linux/platform_device.h> #include <linux/serial_core.h> -#include <linux/mmc/protocol.h> #include <linux/spi/spi.h> #include <linux/spi/spi_bitbang.h> |