aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:11 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:11 -0400
commitbedb9eb1e82e584a95ce0b6ed305e67eded1369e (patch)
treed6d222c10502300c00ba3b8ce5f6427a3382e77f
parentdc31c3b5685640a57ff6fe20b0bf222f37a50c0b (diff)
powerpc: platforms: 83xx: drop owner assignment from platform_drivers
A platform_driver does not need to set an owner, it will be populated by the driver core. Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
-rw-r--r--arch/powerpc/platforms/83xx/suspend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/83xx/suspend.c b/arch/powerpc/platforms/83xx/suspend.c
index eeb80e25214d..c9adbfb65006 100644
--- a/arch/powerpc/platforms/83xx/suspend.c
+++ b/arch/powerpc/platforms/83xx/suspend.c
@@ -435,7 +435,6 @@ static const struct of_device_id pmc_match[] = {
435static struct platform_driver pmc_driver = { 435static struct platform_driver pmc_driver = {
436 .driver = { 436 .driver = {
437 .name = "mpc83xx-pmc", 437 .name = "mpc83xx-pmc",
438 .owner = THIS_MODULE,
439 .of_match_table = pmc_match, 438 .of_match_table = pmc_match,
440 }, 439 },
441 .probe = pmc_probe, 440 .probe = pmc_probe,