diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:57 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:57 -0400 |
commit | fe5e48259137661a7e07c97a931b4f6aba52ed1e (patch) | |
tree | 87b1949d9edbc4fe38a3580b24b300b94b40d991 /drivers/mtd/maps/ixp4xx.c | |
parent | c37c1e160546eca3f0612bf9a541667af4f5d71b (diff) |
mtd: maps: 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/maps/ixp4xx.c')
-rw-r--r-- | drivers/mtd/maps/ixp4xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/maps/ixp4xx.c b/drivers/mtd/maps/ixp4xx.c index 6a589f1e2880..b4430741024e 100644 --- a/drivers/mtd/maps/ixp4xx.c +++ b/drivers/mtd/maps/ixp4xx.c | |||
@@ -250,7 +250,6 @@ static struct platform_driver ixp4xx_flash_driver = { | |||
250 | .remove = ixp4xx_flash_remove, | 250 | .remove = ixp4xx_flash_remove, |
251 | .driver = { | 251 | .driver = { |
252 | .name = "IXP4XX-Flash", | 252 | .name = "IXP4XX-Flash", |
253 | .owner = THIS_MODULE, | ||
254 | }, | 253 | }, |
255 | }; | 254 | }; |
256 | 255 | ||