From ab3fd3b9a801a9faa2619e2e65207e736f859a6d Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 17 Sep 2018 23:31:36 +0200 Subject: backports: Remove unused parts This removes parts which were only used by subsystems which are not included in backports any more, for example media, bluetooth and Ethernet. The patches which are removed in this commit are not applied to the kernel tree anyway with the default configuration because non of the files get copied. The freezer, media, regulator and sound parts were only used by the already removed media drivers. The flow dissector file is not copied any more. Signed-off-by: Hauke Mehrtens Signed-off-by: Johannes Berg --- patches/0032-sriov_configure/igb_sriov_configure.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 patches/0032-sriov_configure/igb_sriov_configure.patch (limited to 'patches/0032-sriov_configure') diff --git a/patches/0032-sriov_configure/igb_sriov_configure.patch b/patches/0032-sriov_configure/igb_sriov_configure.patch deleted file mode 100644 index 77e5eac9..00000000 --- a/patches/0032-sriov_configure/igb_sriov_configure.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/drivers/net/ethernet/intel/igb/igb_main.c -+++ b/drivers/net/ethernet/intel/igb/igb_main.c -@@ -7682,6 +7682,7 @@ static int igb_sriov_reinit(struct pci_d - return 0; - } - -+#if LINUX_VERSION_IS_GEQ(3,8,0) - static int igb_pci_disable_sriov(struct pci_dev *dev) - { - int err = igb_disable_sriov(dev); -@@ -7691,6 +7692,7 @@ static int igb_pci_disable_sriov(struct - - return err; - } -+#endif /* LINUX_VERSION_IS_GEQ(3,8,0) */ - - static int igb_pci_enable_sriov(struct pci_dev *dev, int num_vfs) - { -- cgit v1.2.3