mac80211: update to wireless-testing 2014-01-23
[openwrt.git] / package / kernel / mac80211 / patches / 071-remove-DMI_EXACT_MATCH.patch
1 --- a/backport-include/linux/mod_devicetable.h
2 +++ b/backport-include/linux/mod_devicetable.h
3 @@ -2,10 +2,6 @@
4  #define __BACKPORT_MOD_DEVICETABLE_H
5  #include_next <linux/mod_devicetable.h>
6  
7 -#if LINUX_VERSION_CODE < KERNEL_VERSION(3,11,0)
8 -#define DMI_EXACT_MATCH(a, b)  DMI_MATCH(DMI_PRODUCT_NAME, "BACKPORT_IGNORE")
9 -#endif
10 -
11  #ifndef HID_BUS_ANY
12  #define HID_BUS_ANY                            0xffff
13  #endif