diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:58 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:58 +0200 |
commit | 5cfb36ebf4780ee9a9694f6f43ecaf3fc4a13409 (patch) | |
tree | 4c3bcf73850106b65333a0c14ed54267ac80c060 /drivers/mtd/nand/sh_flctl.c | |
parent | fe5e48259137661a7e07c97a931b4f6aba52ed1e (diff) | |
download | linux-5cfb36ebf4780ee9a9694f6f43ecaf3fc4a13409.tar.bz2 |
mtd: nand: 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 'drivers/mtd/nand/sh_flctl.c')
-rw-r--r-- | drivers/mtd/nand/sh_flctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/sh_flctl.c b/drivers/mtd/nand/sh_flctl.c index 0ed7c603298f..a21c378f096a 100644 --- a/drivers/mtd/nand/sh_flctl.c +++ b/drivers/mtd/nand/sh_flctl.c @@ -1190,7 +1190,6 @@ static struct platform_driver flctl_driver = { .remove = flctl_remove, .driver = { .name = "sh_flctl", - .owner = THIS_MODULE, .of_match_table = of_match_ptr(of_flctl_match), }, }; |