git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
493671a
)
drivers: tty: Merge alloc_tty_struct and initialize_tty_struct
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Thu, 10 Jul 2014 19:01:22 +0000
(21:01 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 00:54:28 +0000
(17:54 -0700)
The two functions alloc_tty_struct and initialize_tty_struct are
always called together. Merge them into alloc_tty_struct, updating its
prototype and the only two callers of these functions.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found