diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:46 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:20:46 -0400 |
commit | 73239ad1ab1236ef8d521e88088ec541e5df8862 (patch) | |
tree | 0072fe4bea47f7507e3be3c739ba54b1eb69ee8a | |
parent | efd285ea42682f3bbf21a5631ab127214b1fdf85 (diff) |
media: platform: exynos4-is: 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>
-rw-r--r-- | drivers/media/platform/exynos4-is/fimc-core.c | 1 | ||||
-rw-r--r-- | drivers/media/platform/exynos4-is/fimc-is-i2c.c | 1 | ||||
-rw-r--r-- | drivers/media/platform/exynos4-is/fimc-is.c | 1 | ||||
-rw-r--r-- | drivers/media/platform/exynos4-is/fimc-lite.c | 1 | ||||
-rw-r--r-- | drivers/media/platform/exynos4-is/media-dev.c | 1 | ||||
-rw-r--r-- | drivers/media/platform/exynos4-is/mipi-csis.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/platform/exynos4-is/fimc-core.c b/drivers/media/platform/exynos4-is/fimc-core.c index b70fd996d794..cae23f457d16 100644 --- a/drivers/media/platform/exynos4-is/fimc-core.c +++ b/drivers/media/platform/exynos4-is/fimc-core.c | |||
@@ -1292,7 +1292,6 @@ static struct platform_driver fimc_driver = { | |||
1292 | .driver = { | 1292 | .driver = { |
1293 | .of_match_table = fimc_of_match, | 1293 | .of_match_table = fimc_of_match, |
1294 | .name = FIMC_DRIVER_NAME, | 1294 | .name = FIMC_DRIVER_NAME, |
1295 | .owner = THIS_MODULE, | ||
1296 | .pm = &fimc_pm_ops, | 1295 | .pm = &fimc_pm_ops, |
1297 | } | 1296 | } |
1298 | }; | 1297 | }; |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-i2c.c b/drivers/media/platform/exynos4-is/fimc-is-i2c.c index 371cad4fcce9..25e635c9a0f4 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-i2c.c +++ b/drivers/media/platform/exynos4-is/fimc-is-i2c.c | |||
@@ -133,7 +133,6 @@ static struct platform_driver fimc_is_i2c_driver = { | |||
133 | .driver = { | 133 | .driver = { |
134 | .of_match_table = fimc_is_i2c_of_match, | 134 | .of_match_table = fimc_is_i2c_of_match, |
135 | .name = "fimc-isp-i2c", | 135 | .name = "fimc-isp-i2c", |
136 | .owner = THIS_MODULE, | ||
137 | .pm = &fimc_is_i2c_pm_ops, | 136 | .pm = &fimc_is_i2c_pm_ops, |
138 | } | 137 | } |
139 | }; | 138 | }; |
diff --git a/drivers/media/platform/exynos4-is/fimc-is.c b/drivers/media/platform/exynos4-is/fimc-is.c index 22162b2567da..94c6b47d9717 100644 --- a/drivers/media/platform/exynos4-is/fimc-is.c +++ b/drivers/media/platform/exynos4-is/fimc-is.c | |||
@@ -962,7 +962,6 @@ static struct platform_driver fimc_is_driver = { | |||
962 | .driver = { | 962 | .driver = { |
963 | .of_match_table = fimc_is_of_match, | 963 | .of_match_table = fimc_is_of_match, |
964 | .name = FIMC_IS_DRV_NAME, | 964 | .name = FIMC_IS_DRV_NAME, |
965 | .owner = THIS_MODULE, | ||
966 | .pm = &fimc_is_pm_ops, | 965 | .pm = &fimc_is_pm_ops, |
967 | } | 966 | } |
968 | }; | 967 | }; |
diff --git a/drivers/media/platform/exynos4-is/fimc-lite.c b/drivers/media/platform/exynos4-is/fimc-lite.c index a97d2352f1d7..65a58cd432a3 100644 --- a/drivers/media/platform/exynos4-is/fimc-lite.c +++ b/drivers/media/platform/exynos4-is/fimc-lite.c | |||
@@ -1720,7 +1720,6 @@ static struct platform_driver fimc_lite_driver = { | |||
1720 | .driver = { | 1720 | .driver = { |
1721 | .of_match_table = flite_of_match, | 1721 | .of_match_table = flite_of_match, |
1722 | .name = FIMC_LITE_DRV_NAME, | 1722 | .name = FIMC_LITE_DRV_NAME, |
1723 | .owner = THIS_MODULE, | ||
1724 | .pm = &fimc_lite_pm_ops, | 1723 | .pm = &fimc_lite_pm_ops, |
1725 | } | 1724 | } |
1726 | }; | 1725 | }; |
diff --git a/drivers/media/platform/exynos4-is/media-dev.c b/drivers/media/platform/exynos4-is/media-dev.c index 54c49d5e7690..f315ef946cd4 100644 --- a/drivers/media/platform/exynos4-is/media-dev.c +++ b/drivers/media/platform/exynos4-is/media-dev.c | |||
@@ -1469,7 +1469,6 @@ static struct platform_driver fimc_md_driver = { | |||
1469 | .driver = { | 1469 | .driver = { |
1470 | .of_match_table = of_match_ptr(fimc_md_of_match), | 1470 | .of_match_table = of_match_ptr(fimc_md_of_match), |
1471 | .name = "s5p-fimc-md", | 1471 | .name = "s5p-fimc-md", |
1472 | .owner = THIS_MODULE, | ||
1473 | } | 1472 | } |
1474 | }; | 1473 | }; |
1475 | 1474 | ||
diff --git a/drivers/media/platform/exynos4-is/mipi-csis.c b/drivers/media/platform/exynos4-is/mipi-csis.c index db6fd14d1936..53a7415f17fb 100644 --- a/drivers/media/platform/exynos4-is/mipi-csis.c +++ b/drivers/media/platform/exynos4-is/mipi-csis.c | |||
@@ -1041,7 +1041,6 @@ static struct platform_driver s5pcsis_driver = { | |||
1041 | .driver = { | 1041 | .driver = { |
1042 | .of_match_table = s5pcsis_of_match, | 1042 | .of_match_table = s5pcsis_of_match, |
1043 | .name = CSIS_DRIVER_NAME, | 1043 | .name = CSIS_DRIVER_NAME, |
1044 | .owner = THIS_MODULE, | ||
1045 | .pm = &s5pcsis_pm_ops, | 1044 | .pm = &s5pcsis_pm_ops, |
1046 | }, | 1045 | }, |
1047 | }; | 1046 | }; |