From: Richard Purdie Date: Mon, 9 Jul 2007 11:17:24 +0000 (+0100) Subject: backlight: Convert from struct class_device to struct device X-Git-Tag: v2.6.23-rc1~10^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=655bfd7aebb12481ab9275284d9500bee5ba3e70;p=pandora-kernel.git backlight: Convert from struct class_device to struct device Convert the backlight and LCD classes from struct class_device to struct device since class_device is scheduled for removal. One nasty API break is the backlight power attribute has had to be renamed to bl_power and the LCD power attribute has had to be renamed to lcd_power since the original names clash with the core. I can't see a way around this. Signed-off-by: Richard Purdie Acked-by: Greg Kroah-Hartman --- Reading git-diff-tree failed