backlight: Remove unneeded owner field

Remove uneeded owner field from backlight_properties structure.

Nothing uses it and it is unlikely that it will ever be used. The
backlight class uses other means to ensure that nothing references
unloaded code.

Based on a patch from Dmitry Torokhov <dtor@insightbb.com>

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
此提交包含在:
Richard Purdie
2007-02-08 00:06:32 +00:00
父節點 2fd5a15489
當前提交 dfcba20067
共有 20 個檔案被更改,包括 0 行新增23 行删除

查看文件

@@ -111,7 +111,6 @@ static int pmu_backlight_get_brightness(struct backlight_device *bd)
}
static struct backlight_properties pmu_backlight_data = {
.owner = THIS_MODULE,
.get_brightness = pmu_backlight_get_brightness,
.update_status = pmu_backlight_update_status,
.max_brightness = (FB_BACKLIGHT_LEVELS - 1),