Browse Source

ARM: s3c64xx: Delete unnecessary assignment for the field "owner"

The field "owner" is set by the core.  Thus delete an unneeded
initialization.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Markus Elfring 9 years ago
parent
commit
21c66101b4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      arch/arm/mach-s3c64xx/mach-crag6410-module.c

+ 1 - 2
arch/arm/mach-s3c64xx/mach-crag6410-module.c

@@ -393,8 +393,7 @@ static const struct i2c_device_id wlf_gf_module_id[] = {
 
 
 static struct i2c_driver wlf_gf_module_driver = {
 static struct i2c_driver wlf_gf_module_driver = {
 	.driver = {
 	.driver = {
-		.name = "wlf-gf-module",
-		.owner = THIS_MODULE,
+		.name = "wlf-gf-module"
 	},
 	},
 	.probe = wlf_gf_module_probe,
 	.probe = wlf_gf_module_probe,
 	.id_table = wlf_gf_module_id,
 	.id_table = wlf_gf_module_id,