Ver código fonte

net: fix warning of versioncheck

net-next-2.6/drivers/net/bnx2x/bnx2x_sp.c: 19 linux/version.h not needed.
net-next-2.6/drivers/net/caif/caif_hsi.c: 9 linux/version.h not needed.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Shan Wei 14 anos atrás
pai
commit
fa917ff739
2 arquivos alterados com 0 adições e 2 exclusões
  1. 0 1
      drivers/net/bnx2x/bnx2x_sp.c
  2. 0 1
      drivers/net/caif/caif_hsi.c

+ 0 - 1
drivers/net/bnx2x/bnx2x_sp.c

@@ -16,7 +16,6 @@
  * Written by: Vladislav Zolotarov
  *
  */
-#include <linux/version.h>
 #include <linux/module.h>
 #include <linux/crc32.h>
 #include <linux/netdevice.h>

+ 0 - 1
drivers/net/caif/caif_hsi.c

@@ -6,7 +6,6 @@
  * License terms: GNU General Public License (GPL) version 2.
  */
 
-#include <linux/version.h>
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/device.h>