summaryrefslogtreecommitdiffstats
path: root/arch/mips/txx9
diff options
context:
space:
mode:
authorWolfram Sang2014-10-20 16:20:09 +0200
committerWolfram Sang2014-10-20 16:20:09 +0200
commit2320c471aa8703d079debe2e68a5dd59dca0a5fc (patch)
tree10ff5d0b09379f96d624363ff1ae11ece5cacbde /arch/mips/txx9
parentmips: ralink: drop owner assignment from platform_drivers (diff)
downloadkernel-qcow2-linux-2320c471aa8703d079debe2e68a5dd59dca0a5fc.tar.gz
kernel-qcow2-linux-2320c471aa8703d079debe2e68a5dd59dca0a5fc.tar.xz
kernel-qcow2-linux-2320c471aa8703d079debe2e68a5dd59dca0a5fc.zip
mips: txx9: rbtx4939: 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/txx9')
-rw-r--r--arch/mips/txx9/rbtx4939/setup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/txx9/rbtx4939/setup.c b/arch/mips/txx9/rbtx4939/setup.c
index 2da5f25f98bc..37030409745c 100644
--- a/arch/mips/txx9/rbtx4939/setup.c
+++ b/arch/mips/txx9/rbtx4939/setup.c
@@ -245,7 +245,6 @@ static int __init rbtx4939_led_probe(struct platform_device *pdev)
static struct platform_driver rbtx4939_led_driver = {
.driver = {
.name = "rbtx4939-led",
- .owner = THIS_MODULE,
},
};