]> git.baikalelectronics.ru Git - kernel.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)
commita189faadc4b9af2a47631baf9a4c47d3a3244661
tree1af6c79549f2bb739ca7940fd5dfdbe1f3234a16
parent1eaeff847d681882b80bf0e5b74c6c5774ec04be
toshiba_acpi: Move sysfs function and struct declarations further down

Commit 59f478fc3679 ("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 e164053c2880 ("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