Skip to content

Commit

Permalink
sdricoh_cs: removed unused #include <version.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Huang Weiyi authored and Pierre Ossman committed Aug 17, 2008
1 parent 87dd980 commit fe7f962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mmc/host/sdricoh_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fe7f962

Please sign in to comment.