* [PATCH] mac80211: make rc_pid_fop_events static
@ 2007-12-23 21:05 Johannes Berg
2007-12-28 20:06 ` Stefano Brivio
0 siblings, 1 reply; 2+ messages in thread
From: Johannes Berg @ 2007-12-23 21:05 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless, Stefano Brivio, Mattias Nissler
No need to not be.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
net/mac80211/rc80211_pid_debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- everything.orig/net/mac80211/rc80211_pid_debugfs.c 2007-12-23 22:02:37.659083062 +0100
+++ everything/net/mac80211/rc80211_pid_debugfs.c 2007-12-23 22:02:40.109086697 +0100
@@ -197,7 +197,7 @@ static ssize_t rate_control_pid_events_r
#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,
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-12-28 20:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-23 21:05 [PATCH] mac80211: make rc_pid_fop_events static Johannes Berg
2007-12-28 20:06 ` Stefano Brivio
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).