projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b507e7
)
mac80211: make rc_pid_fop_events static
author
Johannes Berg
<johannes@sipsolutions.net>
Sun, 23 Dec 2007 21:05:25 +0000
(22:05 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:00:56 +0000
(15:00 -0800)
No need to not be.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Stefano Brivio <stefano.brivio@polimi.it>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/rc80211_pid_debugfs.c
patch
|
blob
|
history
diff --git
a/net/mac80211/rc80211_pid_debugfs.c
b/net/mac80211/rc80211_pid_debugfs.c
index 91818e4ff002dbc295f907f9460ea53865e97ec0..88b8dc9999bbdb34546a8e1365ff86979858c678 100644
(file)
--- a/
net/mac80211/rc80211_pid_debugfs.c
+++ b/
net/mac80211/rc80211_pid_debugfs.c
@@
-197,7
+197,7
@@
static ssize_t rate_control_pid_events_read(struct file *file, char __user *buf,
#undef RC_PID_PRINT_BUF_SIZE
-struct file_operations rc_pid_fop_events = {
+st
atic st
ruct file_operations rc_pid_fop_events = {
.owner = THIS_MODULE,
.read = rate_control_pid_events_read,
.poll = rate_control_pid_events_poll,