Skip to content

Commit

Permalink
ARM: sa11x0: neponset: add driver .owner initializer
Browse files Browse the repository at this point in the history
Ensure that the driver .owner field is properly initialized.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Feb 9, 2012
1 parent 92e617d commit 398e58d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sa1100/neponset.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ static struct platform_driver neponset_device_driver = {
.resume = neponset_resume,
.driver = {
.name = "neponset",
.owner = THIS_MODULE,
},
};

Expand Down

0 comments on commit 398e58d

Please sign in to comment.