diff options
Diffstat (limited to 'drivers/crypto/talitos.c')
-rw-r--r-- | drivers/crypto/talitos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/talitos.c b/drivers/crypto/talitos.c index c47ffe8a73ef..dc558a097311 100644 --- a/drivers/crypto/talitos.c +++ b/drivers/crypto/talitos.c | |||
@@ -37,6 +37,7 @@ | |||
37 | #include <linux/io.h> | 37 | #include <linux/io.h> |
38 | #include <linux/spinlock.h> | 38 | #include <linux/spinlock.h> |
39 | #include <linux/rtnetlink.h> | 39 | #include <linux/rtnetlink.h> |
40 | #include <linux/slab.h> | ||
40 | 41 | ||
41 | #include <crypto/algapi.h> | 42 | #include <crypto/algapi.h> |
42 | #include <crypto/aes.h> | 43 | #include <crypto/aes.h> |
@@ -1958,7 +1959,7 @@ err_out: | |||
1958 | return err; | 1959 | return err; |
1959 | } | 1960 | } |
1960 | 1961 | ||
1961 | static struct of_device_id talitos_match[] = { | 1962 | static const struct of_device_id talitos_match[] = { |
1962 | { | 1963 | { |
1963 | .compatible = "fsl,sec2.0", | 1964 | .compatible = "fsl,sec2.0", |
1964 | }, | 1965 | }, |