Re: [PATCH] backlight: Convert from struct class_device to struct device

2007-07-09 Thread Greg KH
On Mon, Jul 09, 2007 at 12:40:04PM +0100, Richard Purdie wrote: > 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

[PATCH] backlight: Convert from struct class_device to struct device

2007-07-09 Thread Richard Purdie
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 name