diff options
Diffstat (limited to 'drivers/crypto/caam/ctrl.h')
-rw-r--r-- | drivers/crypto/caam/ctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/ctrl.h b/drivers/crypto/caam/ctrl.h index 980d44eaaf40..cac5402a46eb 100644 --- a/drivers/crypto/caam/ctrl.h +++ b/drivers/crypto/caam/ctrl.h | |||
@@ -8,6 +8,6 @@ | |||
8 | #define CTRL_H | 8 | #define CTRL_H |
9 | 9 | ||
10 | /* Prototypes for backend-level services exposed to APIs */ | 10 | /* Prototypes for backend-level services exposed to APIs */ |
11 | int caam_get_era(u64 caam_id); | 11 | int caam_get_era(void); |
12 | 12 | ||
13 | #endif /* CTRL_H */ | 13 | #endif /* CTRL_H */ |