mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Merge branches 'tracing/hw-branch-tracing' and 'tracing/branch-tracer' into tracing/core
This commit is contained in:
commit
509dceef64
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue