diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-08-10 15:19:09 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-08-13 22:52:05 -0700 |
commit | 08dd2e29468d55f67fa346ede07ddfc58a60536b (patch) | |
tree | 08debc9fde4f2d6f4d80e9a84339e05e53150766 /net | |
parent | 0a26f4cdc207db14a8e7192bac5a7c84d9e2390a (diff) | |
download | linux-3.10-08dd2e29468d55f67fa346ede07ddfc58a60536b.tar.gz linux-3.10-08dd2e29468d55f67fa346ede07ddfc58a60536b.tar.bz2 linux-3.10-08dd2e29468d55f67fa346ede07ddfc58a60536b.zip |
[SUNRPC]: Clean up duplicate includes in net/sunrpc/
This patch cleans up duplicate includes in
net/sunrpc/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/sunrpc/auth_gss/svcauth_gss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index dc2f41e9f57..7da7050f06c 100644 --- a/net/sunrpc/auth_gss/svcauth_gss.c +++ b/net/sunrpc/auth_gss/svcauth_gss.c @@ -42,7 +42,6 @@ #include <linux/pagemap.h> #include <linux/sunrpc/auth_gss.h> -#include <linux/sunrpc/svcauth.h> #include <linux/sunrpc/gss_err.h> #include <linux/sunrpc/svcauth.h> #include <linux/sunrpc/svcauth_gss.h> |