From bfc1e57860d5c05d1209c2a1c0a4c18a9d97e3e7 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Tue, 16 Dec 2014 18:00:01 -0600 Subject: [PATCH] rtl8188eu: Fix remaining compile warnings Signed-off-by: Larry Finger --- os_dep/linux/rtw_android.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/os_dep/linux/rtw_android.c b/os_dep/linux/rtw_android.c index aa9d184..06d05a8 100755 --- a/os_dep/linux/rtw_android.c +++ b/os_dep/linux/rtw_android.c @@ -107,13 +107,7 @@ typedef struct cmd_tlv { #endif /* PNO_SUPPORT */ typedef struct android_wifi_priv_cmd { - -#ifdef CONFIG_COMPAT - compat_uptr_t buf; -#else char *buf; -#endif - int used_len; int total_len; } android_wifi_priv_cmd;