1
0
Fork 0

Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer' into tracing/core

hifive-unleashed-5.1
Ingo Molnar 2008-11-26 01:58:05 +01:00
commit 509dceef64
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ extern struct class *tty_class;
* go away
*/
extern inline struct tty_struct *tty_kref_get(struct tty_struct *tty)
static inline struct tty_struct *tty_kref_get(struct tty_struct *tty)
{
if (tty)
kref_get(&tty->kref);