Pull platform-drivers into test branch

This commit is contained in:
Len Brown
2006-12-20 02:52:17 -05:00
13 changed files with 53 additions and 22 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ struct backlight_device {
};
extern struct backlight_device *backlight_device_register(const char *name,
void *devdata, struct backlight_properties *bp);
struct device *dev,void *devdata,struct backlight_properties *bp);
extern void backlight_device_unregister(struct backlight_device *bd);
#define to_backlight_device(obj) container_of(obj, struct backlight_device, class_dev)