]> Git Repo - linux.git/commitdiff
LSM: SafeSetID: remove unused include
authorMicah Morton <[email protected]>
Wed, 30 Jan 2019 15:56:43 +0000 (07:56 -0800)
committerJames Morris <[email protected]>
Wed, 30 Jan 2019 20:29:53 +0000 (12:29 -0800)
The include for asm/syscall.h was needed in a prior version of lsm.c
that checked return values of syscall_get_nr, but since we did away with
that part of the code this include is no longer necessary. Take out this
include since it breaks builds for certain architectures. We no longer
have any arch-specific code in SafeSetID.

Signed-off-by: Micah Morton <[email protected]>
Signed-off-by: James Morris <[email protected]>
security/safesetid/lsm.c

index 282a242beb861caa50bec1af029a545412b9812d..cecd38e2ac805ceee48feb12633199d8185e89db 100644 (file)
@@ -14,7 +14,6 @@
 
 #define pr_fmt(fmt) "SafeSetID: " fmt
 
-#include <asm/syscall.h>
 #include <linux/hashtable.h>
 #include <linux/lsm_hooks.h>
 #include <linux/module.h>
This page took 0.059121 seconds and 4 git commands to generate.