[PATCH trivial] security: remove unused forwards

From: Hugh Dickins
Date: Sat Jun 28 2008 - 19:56:31 EST


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: Hugh Dickins <hugh@xxxxxxxxxxx>
---

include/linux/security.h | 2 --
1 file changed, 2 deletions(-)

--- linux-next/include/linux/security.h 2008-06-27 13:39:19.000000000 +0100
+++ linux/include/linux/security.h 2008-06-27 14:08:00.000000000 +0100
@@ -101,9 +101,7 @@ extern unsigned long mmap_min_addr;
#define LSM_SETID_FS 8

/* forward declares to avoid warnings */
-struct nfsctl_arg;
struct sched_param;
-struct swap_info_struct;
struct request_sock;

/* bprm_apply_creds unsafe reasons */
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/