]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - crypto/blowfish.c
[CRYPTO] Use standard byte order macros wherever possible
[linux-2.6-omap-h63xx.git] / crypto / blowfish.c
index a8b29d54e7d8180ebb90391493f1302b85c220cb..99fc45950d5064c9a9049eba11995243274b59dd 100644 (file)
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/mm.h>
+#include <asm/byteorder.h>
 #include <asm/scatterlist.h>
 #include <linux/crypto.h>
+#include <linux/types.h>
 
 #define BF_BLOCK_SIZE 8
 #define BF_MIN_KEY_SIZE 4