mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-07 22:33:49 +00:00
Move e.g. backlight_init() and backlight_exit() together along with the other backlight functions, instead of grouping init() and exit() functions. Move e.g. backlight_ops to follow the functions it refers to, and remove the forward declarations. The code itself should remain unchanged. The eeepc-laptop driver implements a number of interfaces like the backlight class driver. This change makes it easier to examine the implementation of one interface at at a time, without having to search through the file to find init() and exit() functions etc. Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk> Signed-off-by: Len Brown <len.brown@intel.com> |
||
|---|---|---|
| .. | ||
| acer-wmi.c | ||
| acerhdf.c | ||
| asus_acpi.c | ||
| asus-laptop.c | ||
| compal-laptop.c | ||
| dell-laptop.c | ||
| dell-wmi.c | ||
| eeepc-laptop.c | ||
| fujitsu-laptop.c | ||
| hp-wmi.c | ||
| intel_menlow.c | ||
| Kconfig | ||
| Makefile | ||
| msi-laptop.c | ||
| panasonic-laptop.c | ||
| sony-laptop.c | ||
| tc1100-wmi.c | ||
| thinkpad_acpi.c | ||
| topstar-laptop.c | ||
| toshiba_acpi.c | ||
| wmi.c | ||