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
ba1eedb6
Commit
ba1eedb6
authored
Jan 09, 2003
by
Russell King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SERIAL] Fix build errors caused in previous cset.
parent
077746a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
drivers/serial/core.c
drivers/serial/core.c
+0
-7
include/linux/serial_core.h
include/linux/serial_core.h
+1
-1
No files found.
drivers/serial/core.c
View file @
ba1eedb6
...
...
@@ -380,12 +380,6 @@ uart_get_baud_rate(struct uart_port *port, struct termios *termios,
EXPORT_SYMBOL
(
uart_get_baud_rate
);
static
inline
unsigned
int
uart_calculate_quot
(
struct
uart_port
*
port
,
unsigned
int
baud
)
{
return
quot
;
}
/**
* uart_get_divisor - return uart clock divisor
* @port: uart_port structure describing the port.
...
...
@@ -429,7 +423,6 @@ uart_change_speed(struct uart_info *info, struct termios *old_termios)
struct
tty_struct
*
tty
=
info
->
tty
;
struct
uart_port
*
port
=
info
->
port
;
struct
termios
*
termios
;
unsigned
int
quot
;
/*
* If we have no tty, termios, or the port does not exist,
...
...
include/linux/serial_core.h
View file @
ba1eedb6
...
...
@@ -280,7 +280,7 @@ void uart_write_wakeup(struct uart_port *port);
*/
void
uart_update_timeout
(
struct
uart_port
*
port
,
unsigned
int
cflag
,
unsigned
int
quot
);
unsigned
int
uart_get_baud_rate
(
struct
uart_port
*
port
,
struct
termios
*
termios
unsigned
int
uart_get_baud_rate
(
struct
uart_port
*
port
,
struct
termios
*
termios
,
struct
termios
*
old
,
unsigned
int
min
,
unsigned
int
max
);
unsigned
int
uart_get_divisor
(
struct
uart_port
*
port
,
struct
termios
*
termios
,
...
...
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