Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203254
b: refs/heads/master
c: 2fcc9f7
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and John W. Linville committed Jun 18, 2010
1 parent 91cac62 commit 2a66818
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f884e3879b7a098565e963e771cb342b67b1f5cd
refs/heads/master: 2fcc9f731b598a6c70dca277776c66c9cf9d7a3b
4 changes: 2 additions & 2 deletions trunk/net/wireless/reg.c
Original file line number Diff line number Diff line change
Expand Up @@ -2630,7 +2630,7 @@ void reg_device_remove(struct wiphy *wiphy)
mutex_unlock(&reg_mutex);
}

int regulatory_init(void)
int __init regulatory_init(void)
{
int err = 0;

Expand Down Expand Up @@ -2676,7 +2676,7 @@ int regulatory_init(void)
return 0;
}

void regulatory_exit(void)
void /* __init_or_exit */ regulatory_exit(void)
{
struct regulatory_request *reg_request, *tmp;
struct reg_beacon *reg_beacon, *btmp;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/wireless/reg.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ int regulatory_hint_user(const char *alpha2);

void reg_device_remove(struct wiphy *wiphy);

int regulatory_init(void);
int __init regulatory_init(void);
void regulatory_exit(void);

int set_regdom(const struct ieee80211_regdomain *rd);
Expand Down

0 comments on commit 2a66818

Please sign in to comment.