From: Andrew Morton Cc: Richard Purdie Signed-off-by: Andrew Morton --- drivers/misc/Kconfig | 2 +- drivers/misc/sony-laptop.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff -puN drivers/misc/sony-laptop.c~git-backlight-sony-fix drivers/misc/sony-laptop.c --- a/drivers/misc/sony-laptop.c~git-backlight-sony-fix +++ a/drivers/misc/sony-laptop.c @@ -285,7 +285,6 @@ static ssize_t sony_acpi_store(struct de static struct platform_driver sncpf_driver = { .driver = { .name = "sony-laptop", - .owner = THIS_MODULE, } }; static struct platform_device *sncpf_device; @@ -399,7 +398,6 @@ static int sony_backlight_get_brightness static struct backlight_device *sony_backlight_device; static struct backlight_properties sony_backlight_properties = { - .owner = THIS_MODULE, .update_status = sony_backlight_update_status, .get_brightness = sony_backlight_get_brightness, .max_brightness = SONY_MAX_BRIGHTNESS - 1, diff -puN drivers/misc/Kconfig~git-backlight-sony-fix drivers/misc/Kconfig --- a/drivers/misc/Kconfig~git-backlight-sony-fix +++ a/drivers/misc/Kconfig @@ -109,7 +109,7 @@ config MSI_LAPTOP config SONY_LAPTOP tristate "Sony Laptop Extras" - depends on X86 && ACPI + depends on X86 && ACPI && BROKEN select BACKLIGHT_CLASS_DEVICE ---help--- This mini-driver drives the SNC device present in the ACPI BIOS of _