aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index ef7fa1131145..42f1bc7eaeb0 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -350,6 +350,7 @@ struct phy_device {
350 struct phy_c45_device_ids c45_ids; 350 struct phy_c45_device_ids c45_ids;
351 bool is_c45; 351 bool is_c45;
352 bool is_internal; 352 bool is_internal;
353 bool has_fixups;
353 354
354 enum phy_state state; 355 enum phy_state state;
355 356