aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/bcm/spu2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/bcm/spu2.h')
-rw-r--r--drivers/crypto/bcm/spu2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/crypto/bcm/spu2.h b/drivers/crypto/bcm/spu2.h
index 6e666bfb3cfc..a76d4e054466 100644
--- a/drivers/crypto/bcm/spu2.h
+++ b/drivers/crypto/bcm/spu2.h
@@ -73,10 +73,10 @@ enum spu2_ret_md_opts {
/* Fixed Metadata format */
struct SPU2_FMD {
- u64 ctrl0;
- u64 ctrl1;
- u64 ctrl2;
- u64 ctrl3;
+ __le64 ctrl0;
+ __le64 ctrl1;
+ __le64 ctrl2;
+ __le64 ctrl3;
};
#define FMD_SIZE sizeof(struct SPU2_FMD)