From: Shuah Khan Date: Wed, 13 Jun 2012 20:34:30 +0000 (+0800) Subject: leds: Rename led_brightness_set() to led_set_brightness() X-Git-Tag: v3.6-rc1~76^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19cd67e2d51225b164560b54b85f943e07deee8a;p=pandora-kernel.git leds: Rename led_brightness_set() to led_set_brightness() Rename leds external interface led_brightness_set() to led_set_brightness(). This is the second phase of the change to reduce confusion between the leds internal and external interfaces that set brightness. With this change, now the external interface is led_set_brightness(). The first phase renamed the internal interface led_set_brightness() to __led_set_brightness(). There are no changes to the interface implementations. Signed-off-by: Shuah Khan Signed-off-by: Bryan Wu --- Reading git-diff-tree failed