License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / drivers / crypto / caam / compat.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
8e8ec596
KP
2/*
3 * Copyright 2008-2011 Freescale Semiconductor, Inc.
4 */
5
6#ifndef CAAM_COMPAT_H
7#define CAAM_COMPAT_H
8
9#include <linux/kernel.h>
10#include <linux/module.h>
11#include <linux/mod_devicetable.h>
12#include <linux/device.h>
13#include <linux/interrupt.h>
14#include <linux/crypto.h>
045e3678 15#include <linux/hash.h>
8e8ec596
KP
16#include <linux/hw_random.h>
17#include <linux/of_platform.h>
18#include <linux/dma-mapping.h>
19#include <linux/io.h>
20#include <linux/spinlock.h>
21#include <linux/rtnetlink.h>
22#include <linux/in.h>
23#include <linux/slab.h>
24#include <linux/types.h>
25#include <linux/debugfs.h>
26#include <linux/circ_buf.h>
24821c46 27#include <linux/clk.h>
8e8ec596
KP
28#include <net/xfrm.h>
29
30#include <crypto/algapi.h>
ae4a825f 31#include <crypto/null.h>
8e8ec596 32#include <crypto/aes.h>
a5f57cff 33#include <crypto/ctr.h>
8e8ec596
KP
34#include <crypto/des.h>
35#include <crypto/sha.h>
8b4d43a4 36#include <crypto/md5.h>
b579d426 37#include <crypto/internal/aead.h>
8e8ec596 38#include <crypto/authenc.h>
8c419778 39#include <crypto/akcipher.h>
8e8ec596 40#include <crypto/scatterwalk.h>
acdca31d 41#include <crypto/internal/skcipher.h>
045e3678 42#include <crypto/internal/hash.h>
8c419778
TA
43#include <crypto/internal/rsa.h>
44#include <crypto/internal/akcipher.h>
8e8ec596
KP
45
46#endif /* !defined(CAAM_COMPAT_H) */