aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/asymmetric_keys/signature.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/signature.c b/crypto/asymmetric_keys/signature.c
index 50b3f880b4ff..7525fd183574 100644
--- a/crypto/asymmetric_keys/signature.c
+++ b/crypto/asymmetric_keys/signature.c
@@ -11,6 +11,7 @@
11 * 2 of the Licence, or (at your option) any later version. 11 * 2 of the Licence, or (at your option) any later version.
12 */ 12 */
13 13
14#define pr_fmt(fmt) "SIG: "fmt
14#include <keys/asymmetric-subtype.h> 15#include <keys/asymmetric-subtype.h>
15#include <linux/module.h> 16#include <linux/module.h>
16#include <linux/err.h> 17#include <linux/err.h>