From: Alan Jenkins Date: Thu, 3 Dec 2009 07:45:07 +0000 (+0000) Subject: eeepc-laptop: code movement X-Git-Tag: v2.6.33-rc1~47^2~16^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52bbe3c7b413d656833686f9f08e5dcab3786eeb;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed