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)
commitf786ddd285b4100909a013041d3eee1be9fac4db
treedef3e0438b223e20cb4cf412b5824e95b2a4181a
parent7bfac9ecf0585962fe13584f5cf526d8c8e76f17
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