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>
@@ -1292,7 +1292,6 @@ static struct platform_driver fimc_driver = {
.driver = {
.of_match_table = fimc_of_match,
.name = FIMC_DRIVER_NAME,
- .owner = THIS_MODULE,
.pm = &fimc_pm_ops,
}
};
@@ -133,7 +133,6 @@ static struct platform_driver fimc_is_i2c_driver = {
.of_match_table = fimc_is_i2c_of_match,
.name = "fimc-isp-i2c",
.pm = &fimc_is_i2c_pm_ops,
@@ -962,7 +962,6 @@ static struct platform_driver fimc_is_driver = {
.of_match_table = fimc_is_of_match,
.name = FIMC_IS_DRV_NAME,
.pm = &fimc_is_pm_ops,
@@ -1720,7 +1720,6 @@ static struct platform_driver fimc_lite_driver = {
.of_match_table = flite_of_match,
.name = FIMC_LITE_DRV_NAME,
.pm = &fimc_lite_pm_ops,
@@ -1469,7 +1469,6 @@ static struct platform_driver fimc_md_driver = {
.of_match_table = of_match_ptr(fimc_md_of_match),
.name = "s5p-fimc-md",
@@ -1041,7 +1041,6 @@ static struct platform_driver s5pcsis_driver = {
.of_match_table = s5pcsis_of_match,
.name = CSIS_DRIVER_NAME,
.pm = &s5pcsis_pm_ops,
},