diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2017-10-06 18:19:24 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2017-10-06 21:41:01 +0300 |
commit | 878e832ade6fc315e6ea59d95824bbb0430c6e8d (patch) | |
tree | 4bc44ffb9e3edd0c66f021980cbd06e0da0d22ec /include/linux/acct.h | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) | |
download | linux-878e832ade6fc315e6ea59d95824bbb0430c6e8d.tar.xz |
acct.h: get rid of detritus
unused forward declarations of structs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/acct.h')
-rw-r--r-- | include/linux/acct.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/acct.h b/include/linux/acct.h index dccc2d4fe7de..3912a45b8c89 100644 --- a/include/linux/acct.h +++ b/include/linux/acct.h @@ -19,9 +19,6 @@ #ifdef CONFIG_BSD_PROCESS_ACCT -struct vfsmount; -struct super_block; -struct pacct_struct; struct pid_namespace; extern int acct_parm[]; /* for sysctl */ extern void acct_collect(long exitcode, int group_dead); |