summaryrefslogtreecommitdiff
path: root/arch/mips/lantiq/xway/dcdc.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:08 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:08 +0200
commit5ffc6d13e141632f9f26e47823d00ac5ae4947a8 (patch)
tree2c2951f65ffeb29ba87fb72f45d09961df774fc8 /arch/mips/lantiq/xway/dcdc.c
parent5e641f9f5b6f1d3f5ab20fd7949a8bb5329030f4 (diff)
mips: lantiq: xway: 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>
Diffstat (limited to 'arch/mips/lantiq/xway/dcdc.c')
-rw-r--r--arch/mips/lantiq/xway/dcdc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/lantiq/xway/dcdc.c b/arch/mips/lantiq/xway/dcdc.c
index 7688ac0f06d0..ae8e930f5283 100644
--- a/arch/mips/lantiq/xway/dcdc.c
+++ b/arch/mips/lantiq/xway/dcdc.c
@@ -46,7 +46,6 @@ static struct platform_driver dcdc_driver = {
.probe = dcdc_probe,
.driver = {
.name = "dcdc-xrx200",
- .owner = THIS_MODULE,
.of_match_table = dcdc_match,
},
};