diff options
author | David Howells <dhowells@redhat.com> | 2019-09-25 15:23:01 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2019-10-23 17:02:34 +0100 |
commit | d055b4fb4d165b06d912e7f846610d120c3bb9fb (patch) | |
tree | 32c3e683bc64df0342cf78fbd0cc4c13bcf13433 /security | |
parent | da0c9ea146cbe92b832f1b0f694840ea8eb33cce (diff) | |
download | linux-d055b4fb4d165b06d912e7f846610d120c3bb9fb.tar.bz2 |
pipe: Reduce #inclusion of pipe_fs_i.h
Remove some #inclusions of linux/pipe_fs_i.h that don't seem to be
necessary any more.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/smack/smack_lsm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/smack/smack_lsm.c b/security/smack/smack_lsm.c index abeb09c30633..ecea41ce919b 100644 --- a/security/smack/smack_lsm.c +++ b/security/smack/smack_lsm.c @@ -28,7 +28,6 @@ #include <linux/icmpv6.h> #include <linux/slab.h> #include <linux/mutex.h> -#include <linux/pipe_fs_i.h> #include <net/cipso_ipv4.h> #include <net/ip.h> #include <net/ipv6.h> |