commit | f786ddd285b4100909a013041d3eee1be9fac4db | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Tue Apr 07 16:48:07 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 07 08:44:04 2009 -0700 |
tree | def3e0438b223e20cb4cf412b5824e95b2a4181a | |
parent | 7bfac9ecf0585962fe13584f5cf526d8c8e76f17 [diff] |
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>