mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
Revert "ANDROID: GKI: signal: Export for __lock_task_sighand"
This reverts commit a719abf031.
The symbol exported was never used by any external modules, so remove
the unneeded export.
Bug: 158067689
Bug: 203756332
Cc: Abhilasha Rao <abhilasha.hv@samsung.corp-partner.google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I13b65fd0620faf08784dabc7130f199dfa5cf053
This commit is contained in:
committed by
Treehugger Robot
parent
7219ca326a
commit
3743e36578
@@ -1400,7 +1400,6 @@ struct sighand_struct *__lock_task_sighand(struct task_struct *tsk,
|
|||||||
|
|
||||||
return sighand;
|
return sighand;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(__lock_task_sighand);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* send signal info to all the members of a group
|
* send signal info to all the members of a group
|
||||||
|
|||||||
Reference in New Issue
Block a user