diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-03-04 19:47:13 -0500 |
commit | c71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch) | |
tree | ecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /drivers/crypto/caam/compat.h | |
parent | ea53c912f8a86a8567697115b6a0d8152beee5c8 (diff) | |
parent | 6a00f206debf8a5c8899055726ad127dbeeed098 (diff) |
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts:
litmus/sched_cedf.c
Diffstat (limited to 'drivers/crypto/caam/compat.h')
-rw-r--r-- | drivers/crypto/caam/compat.h | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/drivers/crypto/caam/compat.h b/drivers/crypto/caam/compat.h new file mode 100644 index 000000000000..950450346f70 --- /dev/null +++ b/drivers/crypto/caam/compat.h | |||
@@ -0,0 +1,35 @@ | |||
1 | /* | ||
2 | * Copyright 2008-2011 Freescale Semiconductor, Inc. | ||
3 | */ | ||
4 | |||
5 | #ifndef CAAM_COMPAT_H | ||
6 | #define CAAM_COMPAT_H | ||
7 | |||
8 | #include <linux/kernel.h> | ||
9 | #include <linux/module.h> | ||
10 | #include <linux/mod_devicetable.h> | ||
11 | #include <linux/device.h> | ||
12 | #include <linux/interrupt.h> | ||
13 | #include <linux/crypto.h> | ||
14 | #include <linux/hw_random.h> | ||
15 | #include <linux/of_platform.h> | ||
16 | #include <linux/dma-mapping.h> | ||
17 | #include <linux/io.h> | ||
18 | #include <linux/spinlock.h> | ||
19 | #include <linux/rtnetlink.h> | ||
20 | #include <linux/in.h> | ||
21 | #include <linux/slab.h> | ||
22 | #include <linux/types.h> | ||
23 | #include <linux/debugfs.h> | ||
24 | #include <linux/circ_buf.h> | ||
25 | #include <net/xfrm.h> | ||
26 | |||
27 | #include <crypto/algapi.h> | ||
28 | #include <crypto/aes.h> | ||
29 | #include <crypto/des.h> | ||
30 | #include <crypto/sha.h> | ||
31 | #include <crypto/aead.h> | ||
32 | #include <crypto/authenc.h> | ||
33 | #include <crypto/scatterwalk.h> | ||
34 | |||
35 | #endif /* !defined(CAAM_COMPAT_H) */ | ||