From 58b82e6ca503aea3f67b4692f2c3196cb0a2ca2c Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 5 Feb 2022 17:14:17 +0000 Subject: realtek: drop support for Linux 5.4 Drop patches and files for Linux 5.4 now that we've been using 5.10 for a while and support for Linux 5.4 has gone out-of-sync. Signed-off-by: Daniel Golle --- .../703-include-linux-add-phy-ops-for-rtl838x.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch (limited to 'target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch') diff --git a/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch b/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch deleted file mode 100644 index 3682eb30a3..0000000000 --- a/target/linux/realtek/patches-5.4/703-include-linux-add-phy-ops-for-rtl838x.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/include/linux/phy.h -+++ b/include/linux/phy.h -@@ -645,6 +645,10 @@ struct phy_driver { - struct ethtool_tunable *tuna, - const void *data); - int (*set_loopback)(struct phy_device *dev, bool enable); -+ int (*get_port)(struct phy_device *dev); -+ int (*set_port)(struct phy_device *dev, int port); -+ int (*get_eee)(struct phy_device *dev, struct ethtool_eee *e); -+ int (*set_eee)(struct phy_device *dev, struct ethtool_eee *e); - }; - #define to_phy_driver(d) container_of(to_mdio_common_driver(d), \ - struct phy_driver, mdiodrv) -- cgit v1.2.3