Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
be21534d
Commit
be21534d
authored
Nov 25, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Make various bits of synclink static
parent
02071378
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/char/synclink.c
drivers/char/synclink.c
+4
-4
No files found.
drivers/char/synclink.c
View file @
be21534d
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment