diff options
Diffstat (limited to 'net/wireless/reg.c')
| -rw-r--r-- | net/wireless/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 47be6163381c..d83480b6efde 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c | |||
| @@ -109,7 +109,7 @@ static struct regulatory_request core_request_world = { | |||
| 109 | * protected by RTNL (and can be accessed with RCU protection) | 109 | * protected by RTNL (and can be accessed with RCU protection) |
| 110 | */ | 110 | */ |
| 111 | static struct regulatory_request __rcu *last_request = | 111 | static struct regulatory_request __rcu *last_request = |
| 112 | (void __rcu *)&core_request_world; | 112 | (void __force __rcu *)&core_request_world; |
| 113 | 113 | ||
| 114 | /* To trigger userspace events */ | 114 | /* To trigger userspace events */ |
| 115 | static struct platform_device *reg_pdev; | 115 | static struct platform_device *reg_pdev; |
