diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:21:46 +0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 18:21:46 +0400 |
commit | 7021949a3150561ce9273158afafc067213e37ea (patch) | |
tree | 626b459df63fb6dfe79262fc58ea7748ffec6530 /drivers/uio/uio_pruss.c | |
parent | 2c15043e2283ca5ea42675fd8bb3f506766fefa6 (diff) | |
download | linux-7021949a3150561ce9273158afafc067213e37ea.tar.xz |
uio: 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/uio/uio_pruss.c')
-rw-r--r-- | drivers/uio/uio_pruss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/uio/uio_pruss.c b/drivers/uio/uio_pruss.c index c28d6e2e3df2..818735bb8c3a 100644 --- a/drivers/uio/uio_pruss.c +++ b/drivers/uio/uio_pruss.c @@ -231,7 +231,6 @@ static struct platform_driver pruss_driver = { .remove = pruss_remove, .driver = { .name = DRV_NAME, - .owner = THIS_MODULE, }, }; |