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
a3632439
Commit
a3632439
authored
Oct 05, 2004
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SERIAL] Fix warning and remove mach-types.h include
- s3c2410 doesn't use mach-types.h - remove unused 'ret' variable
parent
b9ae68e4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
drivers/serial/amba-pl011.c
drivers/serial/amba-pl011.c
+0
-1
drivers/serial/s3c2410.c
drivers/serial/s3c2410.c
+0
-2
No files found.
drivers/serial/amba-pl011.c
View file @
a3632439
...
...
@@ -696,7 +696,6 @@ static int __init pl011_console_setup(struct console *co, char *options)
int
bits
=
8
;
int
parity
=
'n'
;
int
flow
=
'n'
;
int
ret
;
/*
* Check whether an invalid uart number has been specified, and
...
...
drivers/serial/s3c2410.c
View file @
a3632439
...
...
@@ -26,8 +26,6 @@
#include <asm/hardware.h>
#include <asm/arch/regs-serial.h>
#include <asm/mach-types.h>
#if 0
#include <asm/debug-ll.h>
#define dbg(x...) llprintk(x)
...
...
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