瀏覽代碼

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

Ingo Molnar 16 年之前
父節點
當前提交
509dceef64
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/tty.h

+ 1 - 1
include/linux/tty.h

@@ -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);