summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/caam/error.h')
-rw-r--r--drivers/crypto/caam/error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/caam/error.h b/drivers/crypto/caam/error.h
index 4ea908977e..9f164cb92c 100644
--- a/drivers/crypto/caam/error.h
+++ b/drivers/crypto/caam/error.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
/*
* CAAM Error Reporting code header
*
@@ -7,5 +8,5 @@
#ifndef CAAM_ERROR_H
#define CAAM_ERROR_H
#define CAAM_ERROR_STR_MAX 302
-void caam_jr_strstatus(struct device_d *jrdev, u32 status);
+void caam_jr_strstatus(struct device *jrdev, u32 status);
#endif /* CAAM_ERROR_H */