From: Johannes Berg Date: Sun, 23 Dec 2007 21:05:25 +0000 (+0100) Subject: mac80211: make rc_pid_fop_events static X-Git-Tag: v2.6.25-rc1~1162^2~849 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f704662fb7cd81bfdc441207e788860ae4685e95;p=linux-2.6 mac80211: make rc_pid_fop_events static No need to not be. Signed-off-by: Johannes Berg Acked-by: Stefano Brivio Signed-off-by: John W. Linville Signed-off-by: David S. Miller --- diff --git a/net/mac80211/rc80211_pid_debugfs.c b/net/mac80211/rc80211_pid_debugfs.c index 91818e4ff0..88b8dc9999 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,