|
@@ -19,7 +19,6 @@
|
|
|
#define __PHY_H
|
|
|
|
|
|
#include <linux/spinlock.h>
|
|
|
-#include <linux/device.h>
|
|
|
#include <linux/ethtool.h>
|
|
|
#include <linux/mii.h>
|
|
|
#include <linux/timer.h>
|
|
@@ -88,6 +87,9 @@ typedef enum {
|
|
|
IEEE 802.3ae clause 45 addressing mode used by 10GIGE phy chips. */
|
|
|
#define MII_ADDR_C45 (1<<30)
|
|
|
|
|
|
+struct device;
|
|
|
+struct sk_buff;
|
|
|
+
|
|
|
/*
|
|
|
* The Bus class for PHYs. Devices which provide access to
|
|
|
* PHYs should register using this structure
|
|
@@ -241,7 +243,6 @@ enum phy_state {
|
|
|
PHY_RESUMING
|
|
|
};
|
|
|
|
|
|
-struct sk_buff;
|
|
|
|
|
|
/* phy_device: An instance of a PHY
|
|
|
*
|