diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-04-07 14:29:08 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-07 19:10:53 -0400 |
commit | 87842661a315618dfdeeede188257e4011164023 (patch) | |
tree | 70a31dcacce8a9756fc12d08c7c5090eb62eb107 /arch/mips | |
parent | 04f156c9a5cc34729554e561b33cd3f0efd953a6 (diff) |
MIPS: Octeon: Don't set .owner.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/cavium-octeon/flash_setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/cavium-octeon/flash_setup.c b/arch/mips/cavium-octeon/flash_setup.c index a3d609da4510..a5e8f4a784af 100644 --- a/arch/mips/cavium-octeon/flash_setup.c +++ b/arch/mips/cavium-octeon/flash_setup.c | |||
@@ -129,7 +129,6 @@ MODULE_DEVICE_TABLE(of, of_flash_match); | |||
129 | static struct platform_driver of_flash_driver = { | 129 | static struct platform_driver of_flash_driver = { |
130 | .driver = { | 130 | .driver = { |
131 | .name = "octeon-of-flash", | 131 | .name = "octeon-of-flash", |
132 | .owner = THIS_MODULE, | ||
133 | .of_match_table = of_flash_match, | 132 | .of_match_table = of_flash_match, |
134 | }, | 133 | }, |
135 | .probe = octeon_flash_probe, | 134 | .probe = octeon_flash_probe, |