Message ID | 20240523155922.67329-1-linux@treblig.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 5233a55a5254ea38dcdd8d836a0f9ee886c3df51 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | mISDN: remove unused struct 'bf_ctx' | expand |
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 23 May 2024 16:59:22 +0100 you wrote: > From: "Dr. David Alan Gilbert" <linux@treblig.org> > > 'bf_ctx' appears unused since the original > commit 960366cf8dbb ("Add mISDN DSP"). > > Remove it. > > [...] Here is the summary with links: - mISDN: remove unused struct 'bf_ctx' https://git.kernel.org/netdev/net-next/c/5233a55a5254 You are awesome, thank you!
diff --git a/drivers/isdn/mISDN/dsp_blowfish.c b/drivers/isdn/mISDN/dsp_blowfish.c index 0aa572f3858d..0e77c282c862 100644 --- a/drivers/isdn/mISDN/dsp_blowfish.c +++ b/drivers/isdn/mISDN/dsp_blowfish.c @@ -73,11 +73,6 @@ * 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,