2007-12-23 21:05:30

by Johannes Berg

[permalink] [raw]
Subject: [PATCH] mac80211: make rc_pid_fop_events static

No need to not be.

Signed-off-by: Johannes Berg <[email protected]>
---
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,




2007-12-28 20:05:47

by Stefano Brivio

[permalink] [raw]
Subject: Re: [PATCH] mac80211: make rc_pid_fop_events static

On Sun, 23 Dec 2007 22:05:25 +0100
Johannes Berg <[email protected]> wrote:

> No need to not be.
>
> Signed-off-by: Johannes Berg <[email protected]>

Acked-by: Stefano Brivio <[email protected]>


--
Ciao
Stefano