summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/mpc5121_nfc.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:58 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:58 +0200
commit5cfb36ebf4780ee9a9694f6f43ecaf3fc4a13409 (patch)
tree4c3bcf73850106b65333a0c14ed54267ac80c060 /drivers/mtd/nand/mpc5121_nfc.c
parentmtd: maps: drop owner assignment from platform_drivers (diff)
downloadlinux-5cfb36ebf4780ee9a9694f6f43ecaf3fc4a13409.tar.xz
linux-5cfb36ebf4780ee9a9694f6f43ecaf3fc4a13409.zip
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/mpc5121_nfc.c')
-rw-r--r--drivers/mtd/nand/mpc5121_nfc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/nand/mpc5121_nfc.c b/drivers/mtd/nand/mpc5121_nfc.c
index e78841a2dcc3..1f12e5bfbced 100644
--- a/drivers/mtd/nand/mpc5121_nfc.c
+++ b/drivers/mtd/nand/mpc5121_nfc.c
@@ -847,7 +847,6 @@ static struct platform_driver mpc5121_nfc_driver = {
.remove = mpc5121_nfc_remove,
.driver = {
.name = DRV_NAME,
- .owner = THIS_MODULE,
.of_match_table = mpc5121_nfc_match,
},
};