staging: lustre: Remove duplicate inclusion of crypto.h
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 12 Feb 2014 10:08:41 +0000 (15:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 12 Feb 2014 17:41:50 +0000 (09:41 -0800)
crypto.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/gss/gss_krb5_mech.c

index b9fa3b4..6eda179 100644 (file)
@@ -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>