diff mbox

drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c

Message ID 20140805131143.GA29685@ttmp-linux
State Awaiting Upstream, archived
Delegated to: David Miller
Headers show

Commit Message

Lucas Tanure Aug. 5, 2014, 1:11 p.m. UTC
Fix missing include in intel i40e driver. Without this include linux next
tree won't compile.

Signed-off-by: Lucas Tanure <tanure@linux.com>
---
 drivers/net/ethernet/intel/i40e/i40e_fcoe.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Kirsher, Jeffrey T Aug. 5, 2014, 9:27 p.m. UTC | #1
On Tue, 2014-08-05 at 10:11 -0300, Lucas Tanure wrote:
> Fix missing include in intel i40e driver. Without this include linux
> next
> tree won't compile.
> 
> Signed-off-by: Lucas Tanure <tanure@linux.com>
> ---
>  drivers/net/ethernet/intel/i40e/i40e_fcoe.c | 1 +
>  1 file changed, 1 insertion(+)

Interesting that linux-next does not compile, yet Dave's net-next tree
does and that is with allmodconfig.  Anyway, I will add your patch to my
queue, thanks Lucas.
David Miller Aug. 5, 2014, 11:45 p.m. UTC | #2
From: Lucas Tanure <tanure@linux.com>
Date: Tue, 5 Aug 2014 10:11:43 -0300

> Fix missing include in intel i40e driver. Without this include linux next
> tree won't compile.
> 
> Signed-off-by: Lucas Tanure <tanure@linux.com>

Applied, thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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"