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 3d770f5564b8..01bc530fbfcb 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -411,9 +411,6 @@ extern int __kernel_text_address(unsigned long addr); | |||
411 | extern int kernel_text_address(unsigned long addr); | 411 | extern int kernel_text_address(unsigned long addr); |
412 | extern int func_ptr_is_kernel_text(void *ptr); | 412 | extern int func_ptr_is_kernel_text(void *ptr); |
413 | 413 | ||
414 | struct pid; | ||
415 | extern struct pid *session_of_pgrp(struct pid *pgrp); | ||
416 | |||
417 | unsigned long int_sqrt(unsigned long); | 414 | unsigned long int_sqrt(unsigned long); |
418 | 415 | ||
419 | extern void bust_spinlocks(int yes); | 416 | extern void bust_spinlocks(int yes); |