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
nexedi
linux
Commits
091ad0b3
Commit
091ad0b3
authored
Mar 09, 2004
by
Pat Gefre
Committed by
David Mosberger
Mar 09, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ia64: minor cleanups for SN2 console driver
parent
335a564e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
drivers/char/sn_serial.c
drivers/char/sn_serial.c
+1
-2
No files found.
drivers/char/sn_serial.c
View file @
091ad0b3
...
...
@@ -104,7 +104,6 @@ struct sn_sal_ops {
static
struct
sn_sal_ops
*
sn_func
;
/* Prototypes */
int
__init
sn_sal_serial_console_init
(
void
);
static
int
snt_hw_puts
(
const
char
*
,
int
);
static
int
snt_poll_getc
(
void
);
static
int
snt_poll_input_pending
(
void
);
...
...
@@ -1011,7 +1010,7 @@ static struct console sal_console = {
.
index
=
-
1
};
int
__init
static
int
__init
sn_sal_serial_console_init
(
void
)
{
if
(
ia64_platform_is
(
"sn2"
))
{
...
...
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