Commit 9b3e43a7 authored by Hugh Dickins's avatar Hugh Dickins Committed by Linus Torvalds

security: remove unused forwards

Why would linux/security.h need forward declarations for nfsctl_arg and
swap_info_struct?  It's hard to imagine: remove them.
Signed-off-by: default avatarHugh Dickins <hugh@veritas.com>
Acked-by: default avatarJames Morris <jmorris@namei.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 84aaa7ab
...@@ -102,9 +102,7 @@ extern unsigned long mmap_min_addr; ...@@ -102,9 +102,7 @@ extern unsigned long mmap_min_addr;
#define LSM_SETID_FS 8 #define LSM_SETID_FS 8
/* forward declares to avoid warnings */ /* forward declares to avoid warnings */
struct nfsctl_arg;
struct sched_param; struct sched_param;
struct swap_info_struct;
struct request_sock; struct request_sock;
/* bprm_apply_creds unsafe reasons */ /* bprm_apply_creds unsafe reasons */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment