Commit 509dceef authored by Ingo Molnar's avatar Ingo Molnar

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

parents 1e9b51c2 14bfc987
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment