* [net 1/6] i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
[not found] <1407832707-26034-1-git-send-email-jeffrey.t.kirsher@intel.com>
@ 2014-08-12 8:38 ` Jeff Kirsher
0 siblings, 0 replies; only message in thread
From: Jeff Kirsher @ 2014-08-12 8:38 UTC (permalink / raw)
To: davem
Cc: Lucas Tanure, netdev, nhorman, sassmann, rdunlap, sfr, linux-next,
Jeff Kirsher
From: Lucas Tanure <tanure@linux.com>
Fix missing include in Intel i40e driver. Without this include linux next
tree won't compile.
Signed-off-by: Lucas Tanure <tanure@linux.com>
Tested-by: Jim Young <jamesx.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
drivers/net/ethernet/intel/i40e/i40e_fcoe.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/ethernet/intel/i40e/i40e_fcoe.c b/drivers/net/ethernet/intel/i40e/i40e_fcoe.c
index 6938fc1..5d01db1 100644
--- a/drivers/net/ethernet/intel/i40e/i40e_fcoe.c
+++ b/drivers/net/ethernet/intel/i40e/i40e_fcoe.c
@@ -33,6 +33,7 @@
#include <scsi/fc/fc_fcoe.h>
#include <scsi/libfc.h>
#include <scsi/libfcoe.h>
+#include <uapi/linux/dcbnl.h>
#include "i40e.h"
#include "i40e_fcoe.h"
--
1.9.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-12 8:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1407832707-26034-1-git-send-email-jeffrey.t.kirsher@intel.com>
2014-08-12 8:38 ` [net 1/6] i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c Jeff Kirsher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).