mISDN: remove unused struct 'bf_ctx'
authorDr. David Alan Gilbert <linux@treblig.org>
Thu, 23 May 2024 15:59:22 +0000 (16:59 +0100)
committerJakub Kicinski <kuba@kernel.org>
Mon, 27 May 2024 23:48:00 +0000 (16:48 -0700)
'bf_ctx' appears unused since the original
commit 960366cf8dbb ("Add mISDN DSP").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240523155922.67329-1-linux@treblig.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/isdn/mISDN/dsp_blowfish.c

index 0aa572f..0e77c28 100644 (file)
  * crypto-api for faster implementation
  */
 
-struct bf_ctx {
-       u32 p[18];
-       u32 s[1024];
-};
-
 static const u32 bf_pbox[16 + 2] = {
        0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344,
        0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89,