* [2.6 patch] drivers/net/pppoe.c: make a struct static
@ 2005-02-18 23:58 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-02-18 23:58 UTC (permalink / raw)
To: mostrows; +Cc: jgarzik, linux-net, linux-kernel
This patch makes a needlessly global struct static.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.11-rc3-mm2-full/drivers/net/pppoe.c.old 2005-02-16 18:07:09.000000000 +0100
+++ linux-2.6.11-rc3-mm2-full/drivers/net/pppoe.c 2005-02-16 18:07:23.000000000 +0100
@@ -1059,7 +1059,7 @@
read_unlock_bh(&pppoe_hash_lock);
}
-struct seq_operations pppoe_seq_ops = {
+static struct seq_operations pppoe_seq_ops = {
.start = pppoe_seq_start,
.next = pppoe_seq_next,
.stop = pppoe_seq_stop,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-02-18 23:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-18 23:58 [2.6 patch] drivers/net/pppoe.c: make a struct static Adrian Bunk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.