There is some code for the mdio driver in backports, but it does not get build on any kernel, just remove it till someone wants to make it work. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/mdio.h | 17 ----------------- copy-list | 3 --- 2 files changed, 20 deletions(-) delete mode 100644 backport/backport-include/linux/mdio.h diff --git a/backport/backport-include/linux/mdio.h b/backport/backport-include/linux/mdio.h deleted file mode 100644 index 888bfee..0000000 --- a/backport/backport-include/linux/mdio.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __BACKPORT_LINUX_MDIO_H -#define __BACKPORT_LINUX_MDIO_H -#include_next <linux/mdio.h> -#include <linux/version.h> - -#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31) -#define mdio45_probe LINUX_BACKPORT(mdio45_probe) -#define mdio_set_flag LINUX_BACKPORT(mdio_set_flag) -#define mdio45_links_ok LINUX_BACKPORT(mdio45_links_ok) -#define mdio45_nway_restart LINUX_BACKPORT(mdio45_nway_restart) - -#define mdio45_ethtool_gset_npage LINUX_BACKPORT(mdio45_ethtool_gset_npage) -#define mdio45_ethtool_spauseparam_an LINUX_BACKPORT(mdio45_ethtool_spauseparam_an) -#define mdio_mii_ioctl LINUX_BACKPORT(mdio_mii_ioctl) -#endif - -#endif /* __BACKPORT_LINUX_MDIO_H */ diff --git a/copy-list b/copy-list index 5b9ad1e..4a1afeb 100644 --- a/copy-list +++ b/copy-list @@ -90,9 +90,6 @@ drivers/bluetooth/ # Ethernet drivers drivers/net/ethernet/Kconfig drivers/net/ethernet/Makefile -drivers/net/mdio.c -include/linux/mdio.h -include/uapi/linux/mdio.h drivers/net/ethernet/atheros/ -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html