summaryrefslogtreecommitdiffstats
path: root/include/miidev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/miidev.h')
-rw-r--r--include/miidev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/miidev.h b/include/miidev.h
index 6f653d9f01..21727effce 100644
--- a/include/miidev.h
+++ b/include/miidev.h
@@ -33,6 +33,7 @@
struct mii_device {
struct device_d dev;
+ struct device_d *parent;
int address; /* The address the phy has on the bus */
int (*read) (struct mii_device *dev, int addr, int reg);