summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2secdata_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2secdata_struct.h')
-rw-r--r--firmware/2lib/include/2secdata_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/2lib/include/2secdata_struct.h b/firmware/2lib/include/2secdata_struct.h
index 92c2408c..7a835dd7 100644
--- a/firmware/2lib/include/2secdata_struct.h
+++ b/firmware/2lib/include/2secdata_struct.h
@@ -92,7 +92,7 @@ struct vb2_secdata_fwmp {
* @param sec Pointer to FWMP struct
* @return 32-bit CRC hash of FWMP data
*/
-static __inline uint32_t vb2_secdata_fwmp_crc(struct vb2_secdata_fwmp *sec)
+static inline uint32_t vb2_secdata_fwmp_crc(struct vb2_secdata_fwmp *sec)
{
int version_offset = offsetof(struct vb2_secdata_fwmp, struct_version);
return vb2_crc8((void *)sec + version_offset,