Skip to content

Commit

Permalink
includecheck fix: drivers/scsi, libfcoe.c
Browse files Browse the repository at this point in the history
fix the following 'make includecheck' warning:

  drivers/scsi/fcoe/libfcoe.c: linux/netdevice.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Cc: James Bottomley <[email protected]>
Cc: Sam Ravnborg <[email protected]>
LKML-Reference: <[email protected]>
  • Loading branch information
jaswinderrajput committed Sep 20, 2009
1 parent fcf9892 commit 39558c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <linux/ethtool.h>
#include <linux/if_ether.h>
#include <linux/if_vlan.h>
#include <linux/netdevice.h>
#include <linux/errno.h>
#include <linux/bitops.h>
#include <net/rtnetlink.h>
Expand Down

0 comments on commit 39558c8

Please sign in to comment.