Commit 5284e420 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Noralf Trønnes
Browse files

drm/tiny: st7586: drop driver owner assignment

parent 9745097c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -392,7 +392,6 @@ static void st7586_shutdown(struct spi_device *spi)
static struct spi_driver st7586_spi_driver = {
	.driver = {
		.name = "st7586",
		.owner = THIS_MODULE,
		.of_match_table = st7586_of_match,
	},
	.id_table = st7586_id,