jme: remove unused #include <version.h>

The file(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION.
  drivers/net/jme.c

This patch removes the said #include <version.h>.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Huang Weiyi 2008-10-12 21:08:58 -07:00 committed by David S. Miller
parent 14717f811b
commit 1947b36d8f
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
*
*/
#include <linux/version.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/pci.h>