aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 2ae8711bfba1..3b74c4bf2934 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1112,10 +1112,6 @@ static inline int sas_ss_flags(unsigned long sp)
1112 : on_sig_stack(sp) ? SS_ONSTACK : 0); 1112 : on_sig_stack(sp) ? SS_ONSTACK : 0);
1113} 1113}
1114 1114
1115
1116/* code is in security.c or kernel/sys.c if !SECURITY */
1117extern int capable(int cap);
1118
1119/* 1115/*
1120 * Routines for handling mm_structs 1116 * Routines for handling mm_structs
1121 */ 1117 */