diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:20 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:20 +0200 |
commit | 2422f7e4d1138a740f228bd4983815bf3b3254e4 (patch) | |
tree | c51996769cbc2ed65b49e465e92fec60890f5ca5 /drivers/parport/parport_sunbpp.c | |
parent | 47fc34ffd9c24cf100927da659309a12acbe0d3d (diff) | |
download | linux-2422f7e4d1138a740f228bd4983815bf3b3254e4.tar.gz linux-2422f7e4d1138a740f228bd4983815bf3b3254e4.tar.bz2 linux-2422f7e4d1138a740f228bd4983815bf3b3254e4.zip |
parport: 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/parport/parport_sunbpp.c')
-rw-r--r-- | drivers/parport/parport_sunbpp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/parport/parport_sunbpp.c b/drivers/parport/parport_sunbpp.c index dffd6d0bd15b..01cf1c1a841a 100644 --- a/drivers/parport/parport_sunbpp.c +++ b/drivers/parport/parport_sunbpp.c @@ -362,7 +362,6 @@ MODULE_DEVICE_TABLE(of, bpp_match); static struct platform_driver bpp_sbus_driver = { .driver = { .name = "bpp", - .owner = THIS_MODULE, .of_match_table = bpp_match, }, .probe = bpp_probe, |