From 750eb9ec8f8ac3b7ebc0aa33aaecdd9de9a85d1d Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 24 Nov 2013 19:12:43 +0100 Subject: backports: remove eeprom_93cx6.h header Upstream commit: 6b7c0a75c11776b3a07df11c2132f4ea34bec0e7 The driver is not included in backports and we should use the in kernel headers. Signed-off-by: Hauke Mehrtens --- 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 00000000..3385a3fb --- /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 + +#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 4a1afebf..beff328d 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 -- cgit v1.2.3