]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
toshiba_acpi: Move sysfs function and struct declarations further down
authorAzael Avalos <coproscefalo@gmail.com>
Wed, 11 Feb 2015 06:43:58 +0000 (23:43 -0700)
committerDarren Hart <dvhart@linux.intel.com>
Thu, 12 Feb 2015 05:16:27 +0000 (21:16 -0800)
commit9bd1213b12debacd7db26108bd8b7bb0a5d772a9
tree1af6c79549f2bb739ca7940fd5dfdbe1f3234a16
parent15667b2c1d0dcd554c515ebcf04e7f1733891cc9
toshiba_acpi: Move sysfs function and struct declarations further down

Commit 93f8c16d635e ("toshiba_acpi: Support new keyboard backlight
type") moved all the sysfs structs and function declarations further
up in order to make use of sysfs_update_group, however,
commit 805469053ba9 ("toshiba_acpi: Add keyboard backlight mode
change event") made use of that function unnecesary.

This patch moves all the sysfs structs and function declarations
further down, making the file shorther in lines and more readable.

Signed-off-by: Azael Avalos <coproscefalo@gmail.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
drivers/platform/x86/toshiba_acpi.c