diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-12-23 16:05:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:00:56 -0500 |
commit | f704662fb7cd81bfdc441207e788860ae4685e95 (patch) | |
tree | 911f18e896b0836763b6f9f223305fa3bb80544d /net/mac80211 | |
parent | 1b507e7e538ee1c8a25e698911a44604d6be3954 (diff) |
mac80211: make rc_pid_fop_events static
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>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/rc80211_pid_debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_pid_debugfs.c b/net/mac80211/rc80211_pid_debugfs.c index 91818e4ff002..88b8dc9999bb 100644 --- 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, | |||
197 | 197 | ||
198 | #undef RC_PID_PRINT_BUF_SIZE | 198 | #undef RC_PID_PRINT_BUF_SIZE |
199 | 199 | ||
200 | struct file_operations rc_pid_fop_events = { | 200 | static struct file_operations rc_pid_fop_events = { |
201 | .owner = THIS_MODULE, | 201 | .owner = THIS_MODULE, |
202 | .read = rate_control_pid_events_read, | 202 | .read = rate_control_pid_events_read, |
203 | .poll = rate_control_pid_events_poll, | 203 | .poll = rate_control_pid_events_poll, |