diff options
Diffstat (limited to 'include/linux/kernel.h')
-rw-r--r-- | include/linux/kernel.h | 3 |
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); | |||
416 | extern int kernel_text_address(unsigned long addr); | 416 | extern int kernel_text_address(unsigned long addr); |
417 | extern int func_ptr_is_kernel_text(void *ptr); | 417 | extern int func_ptr_is_kernel_text(void *ptr); |
418 | 418 | ||
419 | struct pid; | ||
420 | extern struct pid *session_of_pgrp(struct pid *pgrp); | ||
421 | |||
422 | unsigned long int_sqrt(unsigned long); | 419 | unsigned long int_sqrt(unsigned long); |
423 | 420 | ||
424 | extern void bust_spinlocks(int yes); | 421 | extern void bust_spinlocks(int yes); |