crypto: x86 - use local headers for x86 specific shared declarations
[sfrench/cifs-2.6.git] / arch / x86 / crypto / twofish_glue_3way.c
index d1fdefa5195ac22af94d8b66e5e2551c073eea60..03725696397c8e32b80f4735900c5a0355a5bb21 100644 (file)
@@ -5,7 +5,6 @@
  * Copyright (c) 2011 Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
  */
 
-#include <asm/crypto/twofish.h>
 #include <crypto/algapi.h>
 #include <crypto/twofish.h>
 #include <linux/crypto.h>
@@ -13,6 +12,7 @@
 #include <linux/module.h>
 #include <linux/types.h>
 
+#include "twofish.h"
 #include "ecb_cbc_helpers.h"
 
 EXPORT_SYMBOL_GPL(__twofish_enc_blk_3way);