blob: 865a62d53fd27ac7886be48fcbc9d6f95d6ab7c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./drivers/net/wireless/brcm80211/brcmsmac/phy/phy_int.h
+++ ./drivers/net/wireless/brcm80211/brcmsmac/phy/phy_int.h
@@ -545,7 +545,7 @@
void (*carrsuppr)(struct brcms_phy *);
s32 (*rxsigpwr)(struct brcms_phy *, s32);
void (*detach)(struct brcms_phy *);
-};
+} __no_const;
struct brcms_phy {
struct brcms_phy_pub pubpi_ro;
|