Эх сурвалжийг харах

tty: serial: Drop owner assignment from platform_driver

platform_driver does not need to set an owner because
platform_driver_register() will set it.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Krzysztof Kozlowski 10 жил өмнө
parent
commit
3bb2ccd0d1

+ 0 - 1
drivers/tty/serial/8250/8250_ingenic.c

@@ -252,7 +252,6 @@ MODULE_DEVICE_TABLE(of, of_match);
 static struct platform_driver ingenic_uart_platform_driver = {
 static struct platform_driver ingenic_uart_platform_driver = {
 	.driver = {
 	.driver = {
 		.name		= "ingenic-uart",
 		.name		= "ingenic-uart",
-		.owner		= THIS_MODULE,
 		.of_match_table	= of_match,
 		.of_match_table	= of_match,
 	},
 	},
 	.probe			= ingenic_uart_probe,
 	.probe			= ingenic_uart_probe,