Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 509dceef authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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

parents 1e9b51c2 14bfc987
Branches
Tags
No related merge requests found
......@@ -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);
......
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