linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] kernel/kallsyms.c: make some code static
@ 2005-01-21 10:07 Adrian Bunk
  2005-01-30 22:27 ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2005-01-21 10:07 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

This patch makes some needlessly global code static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

diffstat output:
 kernel/kallsyms.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


This patch was already sent on:
- 12 Dec 2004

--- linux-2.6.10-rc2-mm4-full/kernel/kallsyms.c.old	2004-12-12 02:56:23.000000000 +0100
+++ linux-2.6.10-rc2-mm4-full/kernel/kallsyms.c	2004-12-12 02:56:45.000000000 +0100
@@ -326,7 +326,7 @@
 	return 0;
 }
 
-struct seq_operations kallsyms_op = {
+static struct seq_operations kallsyms_op = {
 	.start = s_start,
 	.next = s_next,
 	.stop = s_stop,
@@ -368,7 +368,7 @@
 	.release = kallsyms_release,
 };
 
-int __init kallsyms_init(void)
+static int __init kallsyms_init(void)
 {
 	struct proc_dir_entry *entry;
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6 patch] kernel/kallsyms.c: make some code static
  2005-01-21 10:07 [2.6 patch] kernel/kallsyms.c: make some code static Adrian Bunk
@ 2005-01-30 22:27 ` Sam Ravnborg
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2005-01-30 22:27 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Andrew Morton, linux-kernel

On Fri, Jan 21, 2005 at 11:07:47AM +0100, Adrian Bunk wrote:
> This patch makes some needlessly global code static.

Applied,

	Sam

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [2.6 patch] kernel/kallsyms.c: make some code static
@ 2004-12-12 19:41 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2004-12-12 19:41 UTC (permalink / raw)
  To: linux-kernel

The patch below makes some needlessly global code static.


diffstat output:
 kernel/kallsyms.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.10-rc2-mm4-full/kernel/kallsyms.c.old	2004-12-12 02:56:23.000000000 +0100
+++ linux-2.6.10-rc2-mm4-full/kernel/kallsyms.c	2004-12-12 02:56:45.000000000 +0100
@@ -326,7 +326,7 @@
 	return 0;
 }
 
-struct seq_operations kallsyms_op = {
+static struct seq_operations kallsyms_op = {
 	.start = s_start,
 	.next = s_next,
 	.stop = s_stop,
@@ -368,7 +368,7 @@
 	.release = kallsyms_release,
 };
 
-int __init kallsyms_init(void)
+static int __init kallsyms_init(void)
 {
 	struct proc_dir_entry *entry;
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-01-30 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-21 10:07 [2.6 patch] kernel/kallsyms.c: make some code static Adrian Bunk
2005-01-30 22:27 ` Sam Ravnborg
  -- strict thread matches above, loose matches on Subject: below --
2004-12-12 19:41 Adrian Bunk

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).