diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-02-12 15:38:41 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-12 09:41:50 -0800 |
commit | 64539a81d02cc879ae9c3607f4e7de7423148b29 (patch) | |
tree | 894f67abc38eadcbb9dfb642bec0b85ab3bf47c4 /drivers/staging/lustre | |
parent | 48d68b06b201fda0b09f2eda5ee517a8f4c1a861 (diff) |
staging: lustre: Remove duplicate inclusion of crypto.h
crypto.h was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r-- | drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5_mech.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5_mech.c b/drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5_mech.c index b9fa3b4a40db..6eda1799be8f 100644 --- a/drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5_mech.c +++ b/drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5_mech.c @@ -54,7 +54,6 @@ #include <linux/slab.h> #include <linux/crypto.h> #include <linux/mutex.h> -#include <linux/crypto.h> #include <obd.h> #include <obd_class.h> |