Browse Source

MIPS: Octeon: Don't set .owner.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 10 years ago
parent
commit
87842661a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/mips/cavium-octeon/flash_setup.c

+ 0 - 1
arch/mips/cavium-octeon/flash_setup.c

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