Skip to content

Commit a8a93c6

Browse files
committed
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
2 parents 0df1f24 + 79cd176 commit a8a93c6

File tree

1,683 files changed

+0
-1713
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,683 files changed

+0
-1713
lines changed

arch/arm/common/sa1111.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,6 @@ static struct platform_driver sa1111_device_driver = {
10571057
.resume = sa1111_resume,
10581058
.driver = {
10591059
.name = "sa1111",
1060-
.owner = THIS_MODULE,
10611060
},
10621061
};
10631062

arch/arm/mach-davinci/cpuidle.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ static int __init davinci_cpuidle_probe(struct platform_device *pdev)
9292
static struct platform_driver davinci_cpuidle_driver = {
9393
.driver = {
9494
.name = "cpuidle-davinci",
95-
.owner = THIS_MODULE,
9695
},
9796
};
9897

arch/arm/mach-davinci/pm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ static int __exit davinci_pm_remove(struct platform_device *pdev)
148148
static struct platform_driver davinci_pm_driver = {
149149
.driver = {
150150
.name = "pm-davinci",
151-
.owner = THIS_MODULE,
152151
},
153152
.remove = __exit_p(davinci_pm_remove),
154153
};

arch/arm/mach-imx/mmdc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ static struct of_device_id imx_mmdc_dt_ids[] = {
5959
static struct platform_driver imx_mmdc_driver = {
6060
.driver = {
6161
.name = "imx-mmdc",
62-
.owner = THIS_MODULE,
6362
.of_match_table = imx_mmdc_dt_ids,
6463
},
6564
.probe = imx_mmdc_probe,

arch/arm/mach-msm/clock-pcom.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ static struct platform_driver msm_clock_pcom_driver = {
169169
.probe = msm_clock_pcom_probe,
170170
.driver = {
171171
.name = "msm-clock-pcom",
172-
.owner = THIS_MODULE,
173172
},
174173
};
175174
module_platform_driver(msm_clock_pcom_driver);

arch/arm/mach-msm/smd.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,6 @@ static struct platform_driver msm_smd_driver = {
10191019
.probe = msm_smd_probe,
10201020
.driver = {
10211021
.name = MODULE_NAME,
1022-
.owner = THIS_MODULE,
10231022
},
10241023
};
10251024

arch/arm/mach-omap2/gpmc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,6 @@ static struct platform_driver gpmc_driver = {
17601760
.remove = gpmc_remove,
17611761
.driver = {
17621762
.name = DEVICE_NAME,
1763-
.owner = THIS_MODULE,
17641763
.of_match_table = of_match_ptr(gpmc_dt_ids),
17651764
.pm = &gpmc_pm_ops,
17661765
},

arch/arm/mach-prima2/pm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ static struct platform_driver sirfsoc_memc_driver = {
135135
.probe = sirfsoc_memc_probe,
136136
.driver = {
137137
.name = "sirfsoc-memc",
138-
.owner = THIS_MODULE,
139138
.of_match_table = memc_ids,
140139
},
141140
};

arch/arm/mach-prima2/rstc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ static struct platform_driver sirfsoc_rstc_driver = {
114114
.probe = sirfsoc_rstc_probe,
115115
.driver = {
116116
.name = "sirfsoc_rstc",
117-
.owner = THIS_MODULE,
118117
.of_match_table = rstc_ids,
119118
},
120119
};

arch/arm/mach-prima2/rtciobrg.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ static struct platform_driver sirfsoc_rtciobrg_driver = {
123123
.probe = sirfsoc_rtciobrg_probe,
124124
.driver = {
125125
.name = "sirfsoc-rtciobrg",
126-
.owner = THIS_MODULE,
127126
.of_match_table = rtciobrg_ids,
128127
},
129128
};

0 commit comments

Comments
 (0)