From: Ivan Safonov Date: Thu, 12 Jan 2017 09:16:53 +0000 (+0300) Subject: staging:r8188eu: remove unused EOR macro X-Git-Tag: v4.11-rc1~116^2~337 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09ca478119604624b525f824c4e07fbef0923641;p=karo-tx-linux.git staging:r8188eu: remove unused EOR macro EOR macro is not unused, remove it. Signed-off-by: Ivan Safonov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index 2a9216224882..e3ab51150790 100644 --- a/drivers/staging/rtl8188eu/include/rtw_recv.h +++ b/drivers/staging/rtl8188eu/include/rtw_recv.h @@ -151,8 +151,6 @@ struct recv_stat { __le32 rxdw5; }; -#define EOR BIT(30) - /* accesser of recv_priv: rtw_recv_entry(dispatch / passive level); recv_thread(passive) ; returnpkt(dispatch)