diff options
Diffstat (limited to 'crypto/842.c')
-rw-r--r-- | crypto/842.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/842.c b/crypto/842.c index 5fb37a925989..881945d44328 100644 --- a/crypto/842.c +++ b/crypto/842.c @@ -23,10 +23,6 @@ #include <linux/module.h> #include <linux/sw842.h> -struct crypto842_ctx { - void *wmem; /* working memory for compress */ -}; - static void *crypto842_alloc_ctx(void) { void *ctx; |