compat: backport rename of led_brightness_set() to led_set_brightness()
authorLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 28 Jun 2012 18:48:29 +0000 (11:48 -0700)
committerLuis R. Rodriguez <mcgrof@frijolero.org>
Thu, 28 Jun 2012 18:48:29 +0000 (11:48 -0700)
commitc5b4fb0088e54eda4333386315c6134435c6f8c3
treec7018aa0f81716abe4d446a371012a368a327661
parent4a9e9a2466dc816b7634054294382380ea6a06c3
compat: backport rename of led_brightness_set() to led_set_brightness()

This backports this commit from linux-next:

commit 959d62fa865d2e616b61a509e1cc5b88741f065e
Author: Shuah Khan <shuahkhan@gmail.com>
Date:   Thu Jun 14 04:34:30 2012 +0800

    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 <shuahkhan@gmail.com>
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
include/linux/compat-2.6.h
include/linux/compat-3.6.h [new file with mode: 0644]