summaryrefslogtreecommitdiff
path: root/drivers/media/platform/s5p-tv/mixer_drv.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 18:20:49 +0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 18:20:49 +0400
commit6fe0f3da2f58f03a97e87fcc929cc24c71624154 (patch)
tree59e21bc70d03b1d53620615edca75668721f0fc8 /drivers/media/platform/s5p-tv/mixer_drv.c
parentf38a46ca1432b5e219ba628f797b6998d59f1fa6 (diff)
downloadlinux-6fe0f3da2f58f03a97e87fcc929cc24c71624154.tar.xz
media: platform: s5p-tv: 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/media/platform/s5p-tv/mixer_drv.c')
-rw-r--r--drivers/media/platform/s5p-tv/mixer_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-tv/mixer_drv.c b/drivers/media/platform/s5p-tv/mixer_drv.c
index bc08b5f28e44..2a9501d7e7c8 100644
--- a/drivers/media/platform/s5p-tv/mixer_drv.c
+++ b/drivers/media/platform/s5p-tv/mixer_drv.c
@@ -487,7 +487,6 @@ static struct platform_driver mxr_driver __refdata = {
.remove = mxr_remove,
.driver = {
.name = MXR_DRIVER_NAME,
- .owner = THIS_MODULE,
.pm = &mxr_pm_ops,
}
};