Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65c972af authored by Alexander Shiyan's avatar Alexander Shiyan Committed by David Woodhouse
Browse files

mtd: nand-gpio: Add missing "owner" field in platform_driver struct

parent f8e81c2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -307,6 +307,7 @@ static struct platform_driver gpio_nand_driver = {
	.remove		= gpio_nand_remove,
	.remove		= gpio_nand_remove,
	.driver		= {
	.driver		= {
		.name	= "gpio-nand",
		.name	= "gpio-nand",
		.owner	= THIS_MODULE,
		.of_match_table = of_match_ptr(gpio_nand_id_table),
		.of_match_table = of_match_ptr(gpio_nand_id_table),
	},
	},
};
};