Re: [PATCH] net: b43legacy: fix compile error

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Monday, October 25, 2010 - 8:51 am

Le lundi 25 octobre 2010 à 10:32 -0500, Larry Finger a écrit :

Well, x86_64 must include cache.h, this is probably why I missed it in
my build tests.

I wonder also why #include <net/dst.h> is needed at all in this
driver...

diff --git a/drivers/net/wireless/b43legacy/xmit.c
b/drivers/net/wireless/b43legacy/xmit.c
index 7d177d9..a261aec 100644
--- a/drivers/net/wireless/b43legacy/xmit.c
+++ b/drivers/net/wireless/b43legacy/xmit.c
@@ -28,8 +28,6 @@
 
 */
 
-#include <net/dst.h>
-
 #include "xmit.h"
 #include "phy.h"
 #include "dma.h"



--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] net: b43legacy: fix compile error, Arnd Hannemann, (Mon Oct 25, 7:41 am)
Re: [PATCH] net: b43legacy: fix compile error, Larry Finger, (Mon Oct 25, 8:32 am)
Re: [PATCH] net: b43legacy: fix compile error, Eric Dumazet, (Mon Oct 25, 8:51 am)
Re: [PATCH] net: b43legacy: fix compile error, Larry Finger, (Mon Oct 25, 11:11 am)
Re: [PATCH] net: b43legacy: fix compile error, Arnd Hannemann, (Mon Oct 25, 11:26 am)
Re: [PATCH] net: b43legacy: fix compile error, Larry Finger, (Mon Oct 25, 11:36 am)
Re: [PATCH] net: b43legacy: fix compile error, Arnd Hannemann, (Mon Oct 25, 11:44 am)
Re: [PATCH] net: b43legacy: fix compile error, Larry Finger, (Mon Oct 25, 11:59 am)
Re: [PATCH] net: b43legacy: fix compile error, Eric Dumazet, (Mon Oct 25, 12:56 pm)