commit | 509dceef6470442d8c7b8a43ec34125205840b3c | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Nov 26 01:58:05 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Nov 26 01:58:05 2008 +0100 |
tree | b02f0a55bf98aa5e7d44698cc80e23a01a41edef | |
parent | 1e9b51c28312f7334394aa30be56ff52c2b65b7e [diff] | |
parent | 14bfc987e395797dfe03e915e8b4c7fc9e5078e4 [diff] |
Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer' into tracing/core
diff --git a/include/linux/tty.h b/include/linux/tty.h index 3b8121d..eaec37c 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h
@@ -325,7 +325,7 @@ * 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);