Commit 87842661 authored by Ralf Baechle's avatar Ralf Baechle

MIPS: Octeon: Don't set .owner.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 04f156c9
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment