Skip to content

Commit

Permalink
net: fix warning of versioncheck
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Shan Wei authored and davem330 committed Jul 7, 2011
1 parent aec2731 commit fa917ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/net/bnx2x/bnx2x_sp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* Written by: Vladislav Zolotarov
*
*/
#include <linux/version.h>
#include <linux/module.h>
#include <linux/crc32.h>
#include <linux/netdevice.h>
Expand Down
1 change: 0 additions & 1 deletion drivers/net/caif/caif_hsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit fa917ff

Please sign in to comment.