diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/crypto/padlock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/padlock.h b/drivers/crypto/padlock.h index 3cf2b7a12348..b78489bc298a 100644 --- a/drivers/crypto/padlock.h +++ b/drivers/crypto/padlock.h | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | /* Control word. */ | 18 | /* Control word. */ |
19 | struct cword { | 19 | struct cword { |
20 | int __attribute__ ((__packed__)) | 20 | unsigned int __attribute__ ((__packed__)) |
21 | rounds:4, | 21 | rounds:4, |
22 | algo:3, | 22 | algo:3, |
23 | keygen:1, | 23 | keygen:1, |