소스 검색

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