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
180d7cbb
Commit
180d7cbb
authored
Feb 18, 2003
by
Rob Radez
Committed by
David S. Miller
Feb 18, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC] Fix compilation of sunsu.c and sunzilog.c
parent
7ef60396
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
drivers/serial/sunsu.c
drivers/serial/sunsu.c
+0
-1
drivers/serial/sunzilog.c
drivers/serial/sunzilog.c
+0
-1
No files found.
drivers/serial/sunsu.c
View file @
180d7cbb
...
...
@@ -525,7 +525,6 @@ static void receive_kbd_ms_chars(struct uart_sunsu_port *up, struct pt_regs *reg
up
->
kbd_id
=
0
;
return
;
}
kbd_pt_regs
=
regs
;
#ifdef CONFIG_SERIO
serio_interrupt
(
&
up
->
serio
,
ch
,
0
,
regs
);
#endif
...
...
drivers/serial/sunzilog.c
View file @
180d7cbb
...
...
@@ -301,7 +301,6 @@ static void sunzilog_kbdms_receive_chars(struct uart_sunzilog_port *up,
up
->
kbd_id
=
0
;
return
;
}
kbd_pt_regs
=
regs
;
#ifdef CONFIG_SERIO
serio_interrupt
(
&
up
->
serio
,
ch
,
0
,
regs
);
#endif
...
...
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