From: Hauke Mehrtens Date: Sun, 24 Nov 2013 18:12:43 +0000 (+0100) Subject: backports: remove eeprom_93cx6.h header X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6b7c0a75c11776b3a07df11c2132f4ea34bec0e7;p=openwrt%2Fstaging%2Fblogic.git backports: remove eeprom_93cx6.h header The driver is not included in backports and we should use the in kernel headers. Signed-off-by: Hauke Mehrtens --- diff --git a/backport/backport-include/linux/eeprom_93cx6.h b/backport/backport-include/linux/eeprom_93cx6.h new file mode 100644 index 000000000000..3385a3fb92ee --- /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 4a1afebff396..beff328d117e 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