summaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki2006-10-03 17:18:28 +0200
committerJeff Garzik2006-12-02 06:11:55 +0100
commit13df29f69749a61b5209d52b71fcbf7300e5d6fb (patch)
treeb504f310983ed02dea77d6e4d6e815e44405bf39 /include/linux/phy.h
parent[PATCH] 2.6.18: sb1250-mac: Broadcom PHY support (diff)
downloadkernel-qcow2-linux-13df29f69749a61b5209d52b71fcbf7300e5d6fb.tar.gz
kernel-qcow2-linux-13df29f69749a61b5209d52b71fcbf7300e5d6fb.tar.xz
kernel-qcow2-linux-13df29f69749a61b5209d52b71fcbf7300e5d6fb.zip
[PATCH] 2.6.18: sb1250-mac: Missing inclusions from <linux/phy.h>
The <linux/phy.h> uses some types and macros defined in <linux/ethtool.h>, <linux/mii.h>, <linux/timer.h> and <linux/workqueue.h>, but fails to include these headers. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> patch-mips-2.6.18-20060920-include-phy-16 Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/linux/phy.h')
-rw-r--r--include/linux/phy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index 9447a57ee8a9..ce8bc80b3c86 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -20,6 +20,10 @@
#include <linux/spinlock.h>
#include <linux/device.h>
+#include <linux/ethtool.h>
+#include <linux/mii.h>
+#include <linux/timer.h>
+#include <linux/workqueue.h>
#define PHY_BASIC_FEATURES (SUPPORTED_10baseT_Half | \
SUPPORTED_10baseT_Full | \