From: Jacek Anaszewski Date: Tue, 28 Apr 2015 07:18:41 +0000 (-0700) Subject: leds: unify the location of led-trigger API X-Git-Tag: omap-for-v4.2/fixes-rc1^2~51^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f56758b04364c3c139edbffde8cfaf0307edee;p=pandora-kernel.git leds: unify the location of led-trigger API 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 inline to match the style of the surrounding code. Signed-off-by: Jacek Anaszewski Cc: Richard Purdie Acked-by: Sakari Ailus Signed-off-by: Bryan Wu --- Reading git-diff-tree failed