summaryrefslogtreecommitdiff
path: root/include/crypto/internal/skcipher.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/crypto/internal/skcipher.h')
-rw-r--r--include/crypto/internal/skcipher.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/crypto/internal/skcipher.h b/include/crypto/internal/skcipher.h
index a958ab0636ad..0cad8e7364c8 100644
--- a/include/crypto/internal/skcipher.h
+++ b/include/crypto/internal/skcipher.h
@@ -67,8 +67,6 @@ struct skcipher_walk {
struct scatter_walk in;
};
- unsigned int nbytes;
-
union {
/* Virtual address of the destination. */
struct {
@@ -81,6 +79,7 @@ struct skcipher_walk {
struct scatter_walk out;
};
+ unsigned int nbytes;
unsigned int total;
u8 *page;