MIPS: Octeon: Don't set .owner.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2015-04-07 20:29:08 +02:00
förälder 04f156c9a5
incheckning 87842661a3

Visa fil

@@ -129,7 +129,6 @@ MODULE_DEVICE_TABLE(of, of_flash_match);
static struct platform_driver of_flash_driver = {
.driver = {
.name = "octeon-of-flash",
.owner = THIS_MODULE,
.of_match_table = of_flash_match,
},
.probe = octeon_flash_probe,