diff options
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | 2009-12-03 08:45:07 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-12-09 21:54:32 +0100 |
commit | 52bbe3c7b413d656833686f9f08e5dcab3786eeb (patch) | |
tree | 6e3335f26e95ca3043176ac4074ce18606033b1d /drivers/uwb | |
parent | eeepc-laptop: move platform device initialisation to a separate function (diff) | |
download | linux-52bbe3c7b413d656833686f9f08e5dcab3786eeb.tar.xz linux-52bbe3c7b413d656833686f9f08e5dcab3786eeb.zip |
eeepc-laptop: code movement
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>
Diffstat (limited to 'drivers/uwb')
0 files changed, 0 insertions, 0 deletions