]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc413d7b9f5fa71869cc62e25ad588f5186cfe8d5
tree89a4e8f9a4d628302db415be3b626c65f2588e1d
parente6a9e7c0b68cf38e9ab444c19523157223b55d7e
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