mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
staging: vt6655: remove unused macro
The MAC_MAX_CONTEXT_SIZE macro was not enclosed into parenthesis, which might have caused hard to debug errors, and caused a sparse warning. Since it is unused, we might as well remove it. Signed-off-by: Guillaume Clement <gclement@baobob.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
049a8afbaa
commit
1ce87e2409
@@ -44,7 +44,6 @@
|
||||
//
|
||||
#define MAC_MAX_CONTEXT_SIZE_PAGE0 256
|
||||
#define MAC_MAX_CONTEXT_SIZE_PAGE1 128
|
||||
#define MAC_MAX_CONTEXT_SIZE MAC_MAX_CONTEXT_SIZE_PAGE0 + MAC_MAX_CONTEXT_SIZE_PAGE1
|
||||
|
||||
// Registers not related to 802.11b
|
||||
#define MAC_REG_BCFG0 0x00
|
||||
|
||||
Reference in New Issue
Block a user