]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Make various bits of synclink static
authorDave Jones <davej@codemonkey.org.uk>
Mon, 25 Nov 2002 10:40:12 +0000 (02:40 -0800)
committerDave Jones <davej@codemonkey.org.uk>
Mon, 25 Nov 2002 10:40:12 +0000 (02:40 -0800)
drivers/char/synclink.c

index 7425fc136b7f034c1f7bfb2e82af74af393c8bc5..2d8b6e20cb04534af92c86bbd15ca77323116114 100644 (file)
@@ -875,22 +875,22 @@ static int mgsl_loopmode_send_done( struct mgsl_struct * info );
  * Global linked list of SyncLink devices
  */
 struct mgsl_struct *mgsl_device_list;
-int mgsl_device_count;
+static int mgsl_device_count;
 
 /*
  * Set this param to non-zero to load eax with the
  * .text section address and breakpoint on module load.
  * This is useful for use with gdb and add-symbol-file command.
  */
-int break_on_load;
+static int break_on_load;
 
 /*
  * Driver major number, defaults to zero to get auto
  * assigned major number. May be forced as module parameter.
  */
-int ttymajor;
+static int ttymajor;
 
-int cuamajor;
+static int cuamajor;
 
 /*
  * Array of user specified options for ISA adapters.