]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] janitor: add static to comx
authorRandy Dunlap <rddunlap@osdl.org>
Sat, 6 Sep 2003 07:34:10 +0000 (00:34 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Sat, 6 Sep 2003 07:34:10 +0000 (00:34 -0700)
From: Daniele Bellucci <bellucda@tiscali.it>

add 'static' to a function

drivers/net/wan/comx-hw-munich.c

index 911862ed940a48168442a89d05ada3475746e76d..a3a0f400e5a59bc3657d1016be3159818f71bf6d 100644 (file)
@@ -2823,7 +2823,7 @@ static struct comx_hardware pcicomhw =
 
 /* Module management */
 
-int __init init_mister(void)
+static int __init init_mister(void)
 {
     printk(VERSIONSTR);
     comx_register_hardware(&slicecomhw);