mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08:00
Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer' into tracing/core
This commit is contained in:
commit
509dceef64
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user