]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Correct inline types for tty_driver_kref_get()
authorAdrian Bunk <bunk@kernel.org>
Tue, 7 Apr 2009 15:48:07 +0000 (16:48 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2009 15:44:04 +0000 (08:44 -0700)
commit545b2f39bb07e548a319d23d6eb9b397b984abd4
treedef3e0438b223e20cb4cf412b5824e95b2a4181a
parentc2979fd4ac78ce0355f72a25e36d3220cb1f52b7
tty: Correct inline types for tty_driver_kref_get()

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>
include/linux/tty_driver.h