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:
7bfac9e
)
tty: Correct inline types for tty_driver_kref_get()
author
Adrian Bunk
<bunk@kernel.org>
Tue, 7 Apr 2009 15:48:07 +0000
(16:48 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:44:04 +0000
(08:44 -0700)
tty_driver_kref_get() should be static inline and not extern inline
(the latter even changed it's semantics in gcc >= 4.3).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found