Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f704662f authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

mac80211: make rc_pid_fop_events static

parent 1b507e7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,