From: Richard Purdie Date: Sat, 10 Feb 2007 23:07:48 +0000 (+0000) Subject: backlight: Separate backlight properties from backlight ops pointers X-Git-Tag: v2.6.21-rc1~52^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=599a52d12629394236d785615808845823875868;p=pandora-kernel.git backlight: Separate backlight properties from backlight ops pointers Per device data such as brightness belongs to the indivdual device and should therefore be separate from the the backlight operation function pointers. This patch splits the two types of data and allows simplifcation of some code. Signed-off-by: Richard Purdie --- Reading git-diff-tree failed