staging: rtl8723au: Remove unused ADPT_{FMT,AGR} macros
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 9 May 2014 13:04:05 +0000 (15:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:12:01 +0000 (13:12 -0700)
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723au/include/osdep_service.h

index 48fefa1..fc6cad4 100644 (file)
@@ -136,10 +136,6 @@ extern unsigned char       MCS_rate_1R23A[16];
 
 void   _rtw_init_queue23a(struct rtw_queue *pqueue);
 
-
-#define ADPT_FMT "%s"
-#define ADPT_ARG(adapter) adapter->pnetdev->name
-
 /* Macros for handling unaligned memory accesses */
 
 #define RTW_GET_BE24(a) ((((u32) (a)[0]) << 16) | (((u32) (a)[1]) << 8) | \