Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mISDN: remove unused struct 'bf_ctx'

'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>

authored by

Dr. David Alan Gilbert and committed by
Jakub Kicinski
5233a55a 66ad4829

-5
-5
drivers/isdn/mISDN/dsp_blowfish.c
··· 73 73 * crypto-api for faster implementation 74 74 */ 75 75 76 - struct bf_ctx { 77 - u32 p[18]; 78 - u32 s[1024]; 79 - }; 80 - 81 76 static const u32 bf_pbox[16 + 2] = { 82 77 0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, 83 78 0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89,