Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
This commit is contained in:
@@ -86,7 +86,6 @@ static int iris_remove(struct platform_device *pdev)
|
||||
static struct platform_driver iris_driver = {
|
||||
.driver = {
|
||||
.name = "iris",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = iris_probe,
|
||||
.remove = iris_remove,
|
||||
|
@@ -170,7 +170,6 @@ static int xo1_pm_remove(struct platform_device *pdev)
|
||||
static struct platform_driver cs5535_pms_driver = {
|
||||
.driver = {
|
||||
.name = "cs5535-pms",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = xo1_pm_probe,
|
||||
.remove = xo1_pm_remove,
|
||||
@@ -179,7 +178,6 @@ static struct platform_driver cs5535_pms_driver = {
|
||||
static struct platform_driver cs5535_acpi_driver = {
|
||||
.driver = {
|
||||
.name = "olpc-xo1-pm-acpi",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = xo1_pm_probe,
|
||||
.remove = xo1_pm_remove,
|
||||
|
Reference in New Issue
Block a user