aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rc80211_pid_debugfs.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-12-23 22:05:25 +0100
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:00:56 -0800
commitf704662fb7cd81bfdc441207e788860ae4685e95 (patch)
tree911f18e896b0836763b6f9f223305fa3bb80544d /net/mac80211/rc80211_pid_debugfs.c
parent1b507e7e538ee1c8a25e698911a44604d6be3954 (diff)
downloadkernel_samsung_smdk4412-f704662fb7cd81bfdc441207e788860ae4685e95.zip
kernel_samsung_smdk4412-f704662fb7cd81bfdc441207e788860ae4685e95.tar.gz
kernel_samsung_smdk4412-f704662fb7cd81bfdc441207e788860ae4685e95.tar.bz2
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/rc80211_pid_debugfs.c')
-rw-r--r--net/mac80211/rc80211_pid_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/rc80211_pid_debugfs.c b/net/mac80211/rc80211_pid_debugfs.c
index 91818e4..88b8dc9 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,
#undef RC_PID_PRINT_BUF_SIZE
-struct file_operations rc_pid_fop_events = {
+static struct file_operations rc_pid_fop_events = {
.owner = THIS_MODULE,
.read = rate_control_pid_events_read,
.poll = rate_control_pid_events_poll,