From: Adrian Bunk <bunk@stusta.de>

This patch makes resource_op static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/kernel/resource.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN kernel/resource.c~kernel-resourcec-make-resource_op-static kernel/resource.c
--- 25/kernel/resource.c~kernel-resourcec-make-resource_op-static	2005-01-25 21:23:23.324920240 -0800
+++ 25-akpm/kernel/resource.c	2005-01-25 21:23:23.327919784 -0800
@@ -91,7 +91,7 @@ static int r_show(struct seq_file *m, vo
 	return 0;
 }
 
-struct seq_operations resource_op = {
+static struct seq_operations resource_op = {
 	.start	= r_start,
 	.next	= r_next,
 	.stop	= r_stop,
_