diff options
author | Kinglong Mee <kinglongmee@gmail.com> | 2014-05-07 15:08:04 (GMT) |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-05-08 16:43:02 (GMT) |
commit | ecc7455d8eb1860f5aa6b9ad82a9a81f93eb11d1 (patch) | |
tree | 88e5d6afb9e7db44d9967fb0b29db5d517cc260f | |
parent | 14bcab1a395b1b150e654100cce09a1b552ec5f1 (diff) | |
download | linux-ecc7455d8eb1860f5aa6b9ad82a9a81f93eb11d1.tar.xz |
NFSD: cleanup unneeded including linux/export.h
commit 4ac7249ea5a0ceef9f8269f63f33cc873c3fac61 have remove all EXPORT_SYMBOL,
linux/export.h is not needed, just clean it.
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
-rw-r--r-- | fs/nfsd/nfs4acl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4acl.c b/fs/nfsd/nfs4acl.c index 6f3f392..b206e6c 100644 --- a/fs/nfsd/nfs4acl.c +++ b/fs/nfsd/nfs4acl.c @@ -36,7 +36,6 @@ #include <linux/slab.h> #include <linux/nfs_fs.h> -#include <linux/export.h> #include "nfsfh.h" #include "nfsd.h" #include "acl.h" |