aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-sead3/leds-sead3.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
commitb9acbf99f1e3a76e5a6ea185009d9c7e30c6a9c1 (patch)
treebf94974a616e474d53ce1193e8e8eb53d903b053 /arch/mips/mti-sead3/leds-sead3.c
parentmips: lantiq: xway: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-b9acbf99f1e3a76e5a6ea185009d9c7e30c6a9c1.tar.xz
linux-dev-b9acbf99f1e3a76e5a6ea185009d9c7e30c6a9c1.zip
mips: mti-sead3: 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/mti-sead3/leds-sead3.c')
-rw-r--r--arch/mips/mti-sead3/leds-sead3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/mti-sead3/leds-sead3.c b/arch/mips/mti-sead3/leds-sead3.c
index 0a168c948b01..3abe47b316aa 100644
--- a/arch/mips/mti-sead3/leds-sead3.c
+++ b/arch/mips/mti-sead3/leds-sead3.c
@@ -70,7 +70,6 @@ static struct platform_driver sead3_led_driver = {
.remove = sead3_led_remove,
.driver = {
.name = DRVNAME,
- .owner = THIS_MODULE,
},
};