exynos9810: kernel/drivers: remove samsung freecess

This commit is contained in:
Dylan Neve 2022-12-23 15:34:36 +03:00 committed by xxmustafacooTR
parent 1272e07f87
commit 2ffda2a073
No known key found for this signature in database
GPG key ID: 520B6FE385CBF5C9
8 changed files with 0 additions and 1035 deletions

View file

@ -46,9 +46,6 @@
#include <asm/siginfo.h>
#include <asm/cacheflush.h>
#include "audit.h" /* audit_signal_info() */
#ifdef CONFIG_SAMSUNG_FREECESS
#include <linux/freecess.h>
#endif
/*
* SLAB caches for signal bits.
@ -1208,12 +1205,6 @@ int do_send_sig_info(int sig, struct siginfo *info, struct task_struct *p,
unsigned long flags;
int ret = -ESRCH;
#ifdef CONFIG_SAMSUNG_FREECESS
if ((sig == SIGKILL || sig == SIGTERM || sig == SIGABRT || sig == SIGQUIT))
sig_report(current, p);
#endif
if (lock_task_sighand(p, &flags)) {
ret = send_signal(sig, info, p, group);
unlock_task_sighand(p, &flags);