mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 07:42:38 -04:00
Staging: rtl8192e: Remove unused macros
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f347140583
commit
b6d5e884ab
@@ -24,21 +24,7 @@
|
||||
#include "r8192E.h"
|
||||
#include "r8192E_hw.h"
|
||||
#include "r819xE_cmdpkt.h"
|
||||
/*---------------------------Define Local Constant---------------------------*/
|
||||
/* Debug constant*/
|
||||
#define CMPK_DEBOUNCE_CNT 1
|
||||
/* 2007/10/24 MH Add for printing a range of data. */
|
||||
#define CMPK_PRINT(Address)\
|
||||
{\
|
||||
unsigned char i;\
|
||||
u32 temp[10];\
|
||||
\
|
||||
memcpy(temp, Address, 40);\
|
||||
for (i = 0; i <40; i+=4)\
|
||||
printk("\r\n %08x", temp[i]);\
|
||||
}\
|
||||
|
||||
/*---------------------------Define functions---------------------------------*/
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Function: cmpk_message_handle_tx()
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user