The driver is not included in backports and we should use the in kernel headers. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/backport-include/linux/eeprom_93cx6.h | 10 ++++++++++ copy-list | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 backport/backport-include/linux/eeprom_93cx6.h diff --git a/backport/backport-include/linux/eeprom_93cx6.h b/backport/backport-include/linux/eeprom_93cx6.h new file mode 100644 index 0000000..3385a3f --- /dev/null +++ b/backport/backport-include/linux/eeprom_93cx6.h @@ -0,0 +1,10 @@ +#ifndef _COMPAT_LINUX_EEPROM_93CX6_H +#define _COMPAT_LINUX_EEPROM_93CX6_H 1 + +#include_next <linux/eeprom_93cx6.h> + +#ifndef PCI_EEPROM_WIDTH_93C86 +#define PCI_EEPROM_WIDTH_93C86 8 +#endif /* PCI_EEPROM_WIDTH_93C86 */ + +#endif /* _COMPAT_LINUX_EEPROM_93CX6_H */ diff --git a/copy-list b/copy-list index 4a1afeb..beff328 100644 --- a/copy-list +++ b/copy-list @@ -19,7 +19,6 @@ drivers/net/wireless/Makefile include/linux/ieee80211.h include/linux/pci_ids.h -include/linux/eeprom_93cx6.h include/linux/ath9k_platform.h include/linux/wl12xx.h include/linux/rndis.h -- 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