diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:09 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:09 +0200 |
commit | 2320c471aa8703d079debe2e68a5dd59dca0a5fc (patch) | |
tree | 10ff5d0b09379f96d624363ff1ae11ece5cacbde /arch/mips/txx9 | |
parent | 59613d88e7dd7769d4ac161b7f0540aeed6f3534 (diff) | |
download | op-kernel-dev-2320c471aa8703d079debe2e68a5dd59dca0a5fc.zip op-kernel-dev-2320c471aa8703d079debe2e68a5dd59dca0a5fc.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/txx9/rbtx4939/setup.c b/arch/mips/txx9/rbtx4939/setup.c index 2da5f25..3703040 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, }, }; |