summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2003-08-17 03:56:18 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-08-17 03:56:18 -0700
commit4bbe238c09fb53f8e8217cf084452d74eeebaaea (patch)
tree8e46202bc281ad271992f2b309976f72f620b021
parent3fd4a6458b91de92ce50d3b63146663c9200a074 (diff)
[PATCH] another ethtool_ops quickie
Let not my fingers type in haste. net/netsyms.c must include linux/ethtool.h, when exporting its symbols.
-rw-r--r--net/netsyms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netsyms.c b/net/netsyms.c
index 4070f91a3a49..a1b61a2af1c9 100644
--- a/net/netsyms.c
+++ b/net/netsyms.c
@@ -18,6 +18,7 @@
#include <linux/fcdevice.h>
#include <linux/ioport.h>
#include <linux/tty.h>
+#include <linux/ethtool.h>
#include <net/neighbour.h>
#include <net/snmp.h>
#include <net/dst.h>