Skip to content
Commit 0c1d83c4 authored by Zach Brown's avatar Zach Brown Committed by Greg Kroah-Hartman
Browse files

staging: rtl8712: Change _LED_STATE enum in rtl871x driver to avoid conflicts with LED namespace



Adding led support for phy causes namespace conflicts for some
phy drivers.

The rtl871 driver declared an enum for representing LED states. The enum
contains constant LED_OFF which conflicted with declaration found in
linux/leds.h. LED_OFF changed to LED_STATE_OFF
In order to avoid a possible future collision LED_ON was changed to
LED_STATE_ON as well.

Signed-off-by: default avatarZach Brown <zach.brown@ni.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 30f9b3fe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment