diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2008-08-17 07:51:10 +0800 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-08-17 20:01:35 +0200 |
commit | fe7f962505892c7894c473cd78ade87767689c8d (patch) | |
tree | 0fbe921146f122827cf811d8d216b860aadab470 /drivers/mmc | |
parent | 87dd98037d2309efbbd5e769efb23d845c37dac7 (diff) |
sdricoh_cs: removed unused #include <version.h>
The drivers below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
drivers/mmc/host/sdricoh_cs.c
This patch removes the said #include <version.h>.
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdricoh_cs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdricoh_cs.c b/drivers/mmc/host/sdricoh_cs.c index f99e9f72162..1df44d966bd 100644 --- a/drivers/mmc/host/sdricoh_cs.c +++ b/drivers/mmc/host/sdricoh_cs.c @@ -29,7 +29,6 @@ #include <linux/pci.h> #include <linux/ioport.h> #include <linux/scatterlist.h> -#include <linux/version.h> #include <pcmcia/cs_types.h> #include <pcmcia/cs.h> |