Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Huang Weiyi and committed by
Pierre Ossman
fe7f9625 87dd9803

-1
-1
drivers/mmc/host/sdricoh_cs.c
··· 29 29 #include <linux/pci.h> 30 30 #include <linux/ioport.h> 31 31 #include <linux/scatterlist.h> 32 - #include <linux/version.h> 33 32 34 33 #include <pcmcia/cs_types.h> 35 34 #include <pcmcia/cs.h>