mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
staging: r8188eu: remove unused constant CRC32_POLY
Remove unused constant CRC32_POLY. Signed-off-by: Michael Straube <straube.linux@gmail.com> Link: https://lore.kernel.org/r/20210903190444.15585-2-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
486b2eb87a
commit
c96bb23d71
@@ -10,8 +10,6 @@
|
||||
|
||||
/* WEP related ===== */
|
||||
|
||||
#define CRC32_POLY 0x04c11db7
|
||||
|
||||
struct arc4context {
|
||||
u32 x;
|
||||
u32 y;
|
||||
|
||||
Reference in New Issue
Block a user