Skip to content

Commit 5233a55

Browse files
Dr. David Alan Gilbertkuba-moo
authored andcommitted
mISDN: remove unused struct 'bf_ctx'
'bf_ctx' appears unused since the original commit 960366c ("Add mISDN DSP"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 66ad482 commit 5233a55

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/isdn/mISDN/dsp_blowfish.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@
7373
* crypto-api for faster implementation
7474
*/
7575

76-
struct bf_ctx {
77-
u32 p[18];
78-
u32 s[1024];
79-
};
80-
8176
static const u32 bf_pbox[16 + 2] = {
8277
0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344,
8378
0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89,

0 commit comments

Comments
 (0)