diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2025-04-13 00:32:41 +0100 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-04-16 15:36:24 +0800 |
| commit | b03892c2f836f3daa3a7a3c2e36f82fb76210d40 (patch) | |
| tree | e65b40730472a87bc54221fc9afad205e314f20f /crypto/lz4hc.c | |
| parent | 0a1376744caa553eaf073b9f71d3afd1733c0b12 (diff) | |
| download | net-b03892c2f836f3daa3a7a3c2e36f82fb76210d40.tar.gz | |
crypto: deadcode structs from 'comp' removal
Ard's recent series of patches removing 'comp' implementations
left behind a bunch of trivial structs, remove them.
These are:
crypto842_ctx - commit 2d985ff0072f ("crypto: 842 - drop obsolete 'comp'
implementation")
lz4_ctx - commit 33335afe33c9 ("crypto: lz4 - drop obsolete 'comp'
implementation")
lz4hc_ctx - commit dbae96559eef ("crypto: lz4hc - drop obsolete
'comp' implementation")
lzo_ctx - commit a3e43a25bad0 ("crypto: lzo - drop obsolete
'comp' implementation")
lzorle_ctx - commit d32da55c5b0c ("crypto: lzo-rle - drop obsolete
'comp' implementation")
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/lz4hc.c')
| -rw-r--r-- | crypto/lz4hc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/lz4hc.c b/crypto/lz4hc.c index 997e76c0183a66..a637fddc1ccd89 100644 --- a/crypto/lz4hc.c +++ b/crypto/lz4hc.c @@ -10,10 +10,6 @@ #include <linux/vmalloc.h> #include <linux/lz4.h> -struct lz4hc_ctx { - void *lz4hc_comp_mem; -}; - static void *lz4hc_alloc_ctx(void) { void *ctx; |
