projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d8846
)
[PATCH] ieee80211: fix sparse warning about missing "static"
author
Johannes Berg
<johannes@sipsolutions.net>
Wed, 4 Jan 2006 19:58:10 +0000
(20:58 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 17 Feb 2006 15:41:34 +0000
(10:41 -0500)
This patch adds a missing "static" on a variable (sparse complaint)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_module.c
patch
|
blob
|
history
diff --git
a/net/ieee80211/ieee80211_module.c
b/net/ieee80211/ieee80211_module.c
index 5f67c684afc24643e3d3eaee23482b05c9eabdb4..2cb84d84f67136f08dd1c847893ee223ddbc6882 100644
(file)
--- a/
net/ieee80211/ieee80211_module.c
+++ b/
net/ieee80211/ieee80211_module.c
@@
-213,7
+213,7
@@
void free_ieee80211(struct net_device *dev)
static int debug = 0;
u32 ieee80211_debug_level = 0;
-struct proc_dir_entry *ieee80211_proc = NULL;
+st
atic st
ruct proc_dir_entry *ieee80211_proc = NULL;
static int show_debug_level(char *page, char **start, off_t offset,
int count, int *eof, void *data)