patch-2.3.16 linux/drivers/isdn/icn/icn.c

Next file: linux/drivers/isdn/isdn_tty.c
Previous file: linux/drivers/isdn/hisax/teles3.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/isdn/icn/icn.c linux/drivers/isdn/icn/icn.c
@@ -1,4 +1,4 @@
-/* $Id: icn.c,v 1.58 1999/08/25 16:44:17 keil Exp $
+/* $Id: icn.c,v 1.59 1999/08/28 22:10:55 keil Exp $
 
  * ISDN low-level module for the ICN active ISDN-Card.
  *
@@ -19,6 +19,9 @@
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  * $Log: icn.c,v $
+ * Revision 1.59  1999/08/28 22:10:55  keil
+ * __setup function should be static
+ *
  * Revision 1.58  1999/08/25 16:44:17  keil
  * Support for new __setup function
  *
@@ -235,7 +238,7 @@
 #undef MAP_DEBUG
 
 static char
-*revision = "$Revision: 1.58 $";
+*revision = "$Revision: 1.59 $";
 
 static int icn_addcard(int, char *, char *);
 
@@ -1851,7 +1854,7 @@
 #else
 #ifdef COMPAT_HAS_NEW_SETUP
 #include <linux/init.h>
-int
+static int __init
 icn_setup(char *line)
 {
 	char *p, *str;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)