From: Sergio Paracuellos Date: Fri, 6 Apr 2018 12:37:37 +0000 (+0200) Subject: staging: ks7010: remove EAPOL_VERSION preprocessor definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fd36fd0b04a9c8c2f89b347c5cdb8a0f9a88bd17;p=linux.git staging: ks7010: remove EAPOL_VERSION preprocessor definition This commit removes EAPOL_VERSION define from eap_packet.h header file because it is not being used anywhere. Signed-off-by: Sergio Paracuellos Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ks7010/eap_packet.h b/drivers/staging/ks7010/eap_packet.h index 47184dab7849d..43fbc378dec95 100644 --- a/drivers/staging/ks7010/eap_packet.h +++ b/drivers/staging/ks7010/eap_packet.h @@ -26,8 +26,6 @@ struct ieee802_1x_hdr { /* followed by length octets of data */ } __packed; -#define EAPOL_VERSION 2 - enum { IEEE802_1X_TYPE_EAP_PACKET = 0, IEEE802_1X_TYPE_EAPOL_START = 1, IEEE802_1X_TYPE_EAPOL_LOGOFF = 2,