mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
sysctl extern cleanup: acct
Extern declarations in sysctl.c should be moved to their own header file, and then include them in relavant .c files. Move acct_parm extern declaration to linux/acct.h Signed-off-by: Dave Young <hidave.darkstar@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
15485a4682
commit
c55b7c3e82
2 changed files with 4 additions and 4 deletions
|
@ -61,6 +61,9 @@
|
|||
#include <asm/stacktrace.h>
|
||||
#include <asm/io.h>
|
||||
#endif
|
||||
#ifdef CONFIG_BSD_PROCESS_ACCT
|
||||
#include <linux/acct.h>
|
||||
#endif
|
||||
#ifdef CONFIG_CHR_DEV_SG
|
||||
#include <scsi/sg.h>
|
||||
#endif
|
||||
|
@ -140,10 +143,6 @@ extern int sysctl_userprocess_debug;
|
|||
extern int spin_retry;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_BSD_PROCESS_ACCT
|
||||
extern int acct_parm[];
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_IA64
|
||||
extern int no_unaligned_warning;
|
||||
extern int unaligned_dump_stack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue