projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcf9892
)
includecheck fix: drivers/scsi, libfcoe.c
author
Jaswinder Singh Rajput
<
[email protected]
>
Sun, 20 Sep 2009 09:50:55 +0000
(15:20 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Sun, 20 Sep 2009 10:31:02 +0000
(16:01 +0530)
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: <
1247066936
[email protected]
>
drivers/scsi/fcoe/libfcoe.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/fcoe/libfcoe.c
b/drivers/scsi/fcoe/libfcoe.c
index 62a4c202607202fa81f9229b215d4f0ed5fad3b6..11ae5c94608b212a6af423454d7aa9de3deaf976 100644
(file)
--- a/
drivers/scsi/fcoe/libfcoe.c
+++ b/
drivers/scsi/fcoe/libfcoe.c
@@
-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>