[PATCH v4 1/3] skge: Rename LED_OFF and LED_ON in marvel skge driver to avoid conflicts with leds namespace

Stephen Hemminger stephen at networkplumber.org
Tue Oct 11 21:14:07 UTC 2016


On Tue, 11 Oct 2016 15:26:18 -0500
Zach Brown <zach.brown at ni.com> wrote:

> Adding led support for phy causes namespace conflicts for some
> phy drivers.
> 
> The marvel skge driver declared an enum for representing the states of
> Link LED Register. The enum contained constant LED_OFF which conflicted
> with declartation found in linux/leds.h.
> LED_OFF changed to LED_REG_OFF
> Also changed LED_ON to LED_REG_ON to avoid possible future conflict and
> for consistency.
> 
> Signed-off-by: Zach Brown <zach.brown at ni.com>

Sure, that's fine but not sure why skge would be including linux/leds.h
anyway.


More information about the devel mailing list