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

staging: vt6656: remove unused macros

Remove macros start are unlikely to be reused

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Malcolm Priestley and committed by
Greg Kroah-Hartman
387983b4 f752c2e3

-6
-6
drivers/staging/vt6656/mac.h
··· 354 354 #define MISCFIFO_KEYETRY0 32 355 355 #define MISCFIFO_KEYENTRYSIZE 22 356 356 357 - // max time out delay time 358 - #define W_MAX_TIMEOUT 0xFFF0U // 359 - 360 - // wait time within loop 361 - #define CB_DELAY_LOOP_WAIT 10 // 10ms 362 - 363 357 #define MAC_REVISION_A0 0x00 364 358 #define MAC_REVISION_A1 0x01 365 359