Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -325,7 +325,7 @@ extern struct class *tty_class;
 *	go away
 *	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)
	if (tty)
		kref_get(&tty->kref);
		kref_get(&tty->kref);