Re: [PATCH v6 01/10] leds: unify the location of led-trigger API

2015-04-28 Thread Bryan Wu
On Tue, Apr 28, 2015 at 12:18 AM, Jacek Anaszewski wrote: > Part of led-trigger API was in the private drivers/leds/leds.h header. > Move it to the include/linux/leds.h header to unify the API location > and announce it as public. It has been already exported from > led-triggers.c with EXPORT_SYMB

[PATCH v6 01/10] leds: unify the location of led-trigger API

2015-04-28 Thread Jacek Anaszewski
Part of led-trigger API was in the private drivers/leds/leds.h header. Move it to the include/linux/leds.h header to unify the API location and announce it as public. It has been already exported from led-triggers.c with EXPORT_SYMBOL_GPL macro. The no-op definitions are changed from macros to inli