staging: rtl8188eu: remove redundant definition of ETH_ALEN
authorMichael Straube <straube.linux@gmail.com>
Sun, 2 Jun 2019 16:35:27 +0000 (18:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 3 Jun 2019 12:17:01 +0000 (14:17 +0200)
commit14f252e821ba55292763fd53c5432ccfaa9e8160
tree89a4e8f9a4d628302db415be3b626c65f2588e1d
parent677b993a574957975c95c1f01a06d695161e9832
staging: rtl8188eu: remove redundant definition of ETH_ALEN

ETH_ALEN is defined in linux/if_ether.h which is included by
osdep_service.h, so remove the redundant definition from ieee80211.h.

osdep_service.h:33:#include <linux/etherdevice.h>
etherdevice.h:25:#include <linux/if_ether.h>

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/ieee80211.h