aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:09 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:20:09 -0400
commit2320c471aa8703d079debe2e68a5dd59dca0a5fc (patch)
tree10ff5d0b09379f96d624363ff1ae11ece5cacbde /arch/mips
parent59613d88e7dd7769d4ac161b7f0540aeed6f3534 (diff)
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')
-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)
245static struct platform_driver rbtx4939_led_driver = { 245static struct platform_driver rbtx4939_led_driver = {
246 .driver = { 246 .driver = {
247 .name = "rbtx4939-led", 247 .name = "rbtx4939-led",
248 .owner = THIS_MODULE,
249 }, 248 },
250}; 249};
251 250