[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091123195439.8184.70167.stgit@dev.haskins.net>
Date: Mon, 23 Nov 2009 14:54:39 -0500
From: Gregory Haskins <ghaskins@...ell.com>
To: linux-next@...r.kernel.org
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
alacrityvm-devel@...ts.sourceforge.net
Subject: [-next PATCH 2/4] venet: add missing ethtool include
It's sloppy to use the facility without officially including its header
file.
Signed-off-by: Gregory Haskins <ghaskins@...ell.com>
---
drivers/net/vbus-enet.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/vbus-enet.c b/drivers/net/vbus-enet.c
index 29b388f..25c6bea 100644
--- a/drivers/net/vbus-enet.c
+++ b/drivers/net/vbus-enet.c
@@ -22,6 +22,7 @@
#include <linux/in.h>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
+#include <linux/ethtool.h>
#include <linux/ip.h>
#include <linux/tcp.h>
#include <linux/skbuff.h>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists