All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
@ 2014-08-05 13:11 ` Lucas Tanure
  0 siblings, 0 replies; 8+ messages in thread
From: Lucas Tanure @ 2014-08-05 13:11 UTC (permalink / raw)
  To: kernelnewbies

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(+)

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"
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
@ 2014-08-05 13:11 ` Lucas Tanure
  0 siblings, 0 replies; 8+ messages in thread
From: Lucas Tanure @ 2014-08-05 13:11 UTC (permalink / raw)
  To: Jeff Kirsher, Jesse Brandeburg
  Cc: Bruce Allan, Carolyn Wyborny, Greg Rose, e1000-devel, netdev,
	linux-kernel, kernelnewbies

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(+)

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"
-- 
2.0.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
@ 2014-08-05 13:11 ` Lucas Tanure
  0 siblings, 0 replies; 8+ messages in thread
From: Lucas Tanure @ 2014-08-05 13:11 UTC (permalink / raw)
  To: Jeff Kirsher, Jesse Brandeburg
  Cc: kernelnewbies, e1000-devel, netdev, Bruce Allan, linux-kernel

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(+)

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"
-- 
2.0.0


------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
  2014-08-05 13:11 ` Lucas Tanure
@ 2014-08-05 21:27   ` Jeff Kirsher
  -1 siblings, 0 replies; 8+ messages in thread
From: Jeff Kirsher @ 2014-08-05 21:27 UTC (permalink / raw)
  To: kernelnewbies

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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140805/315bc8b3/attachment-0001.bin 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
@ 2014-08-05 21:27   ` Jeff Kirsher
  0 siblings, 0 replies; 8+ messages in thread
From: Jeff Kirsher @ 2014-08-05 21:27 UTC (permalink / raw)
  To: Lucas Tanure
  Cc: Jesse Brandeburg, Bruce Allan, Carolyn Wyborny, Greg Rose,
	e1000-devel, netdev, linux-kernel, kernelnewbies

[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

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.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
  2014-08-05 13:11 ` Lucas Tanure
  (?)
@ 2014-08-05 23:45   ` David Miller
  -1 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2014-08-05 23:45 UTC (permalink / raw)
  To: kernelnewbies

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
@ 2014-08-05 23:45   ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2014-08-05 23:45 UTC (permalink / raw)
  To: tanure
  Cc: jeffrey.t.kirsher, jesse.brandeburg, bruce.w.allan,
	carolyn.wyborny, gregory.v.rose, e1000-devel, netdev,
	linux-kernel, kernelnewbies

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.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c
@ 2014-08-05 23:45   ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2014-08-05 23:45 UTC (permalink / raw)
  To: tanure
  Cc: kernelnewbies, e1000-devel, netdev, bruce.w.allan,
	jesse.brandeburg, linux-kernel

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.

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel&#174; Ethernet, visit http://communities.intel.com/community/wired

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-08-05 23:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 13:11 [PATCH] drivers: net: ethernet: intel: i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.c Lucas Tanure
2014-08-05 13:11 ` Lucas Tanure
2014-08-05 13:11 ` Lucas Tanure
2014-08-05 21:27 ` Jeff Kirsher
2014-08-05 21:27   ` Jeff Kirsher
2014-08-05 23:45 ` David Miller
2014-08-05 23:45   ` David Miller
2014-08-05 23:45   ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.