39747761246ffe142bcefc46b9d45ae46a6495f8
[openwrt/openwrt.git] / package / kernel / mac80211 / patches / build / 090-bcma-otp.patch
1 --- /dev/null
2 +++ b/backport-include/linux/bcma/bcma_driver_chipcommon.h
3 @@ -0,0 +1,10 @@
4 +#ifndef __BACKPORT_BCMA_DRIVER_CHIPCOMMON_H
5 +#define __BACKPORT_BCMA_DRIVER_CHIPCOMMON_H
6 +
7 +#include_next <linux/bcma/bcma_driver_chipcommon.h>
8 +
9 +#ifndef BCMA_CC_SROM_CONTROL_OTP_PRESENT
10 +#define BCMA_CC_SROM_CONTROL_OTP_PRESENT 0x00000020
11 +#endif
12 +
13 +#endif