Commit be21534d authored by Dave Jones's avatar Dave Jones

[PATCH] Make various bits of synclink static

parent 02071378
...@@ -875,22 +875,22 @@ static int mgsl_loopmode_send_done( struct mgsl_struct * info ); ...@@ -875,22 +875,22 @@ static int mgsl_loopmode_send_done( struct mgsl_struct * info );
* Global linked list of SyncLink devices * Global linked list of SyncLink devices
*/ */
struct mgsl_struct *mgsl_device_list; 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 * Set this param to non-zero to load eax with the
* .text section address and breakpoint on module load. * .text section address and breakpoint on module load.
* This is useful for use with gdb and add-symbol-file command. * 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 * Driver major number, defaults to zero to get auto
* assigned major number. May be forced as module parameter. * 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. * Array of user specified options for ISA adapters.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment