aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r--include/linux/kernel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 233ea8107038..5449d2f4a1ef 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -416,9 +416,6 @@ extern int __kernel_text_address(unsigned long addr);
416extern int kernel_text_address(unsigned long addr); 416extern int kernel_text_address(unsigned long addr);
417extern int func_ptr_is_kernel_text(void *ptr); 417extern int func_ptr_is_kernel_text(void *ptr);
418 418
419struct pid;
420extern struct pid *session_of_pgrp(struct pid *pgrp);
421
422unsigned long int_sqrt(unsigned long); 419unsigned long int_sqrt(unsigned long);
423 420
424extern void bust_spinlocks(int yes); 421extern void bust_spinlocks(int yes);