mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 21:54:11 +08:00
ASoC: omap: 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>
This commit is contained in:
parent
9a600224a3
commit
d34135b4c0
@ -599,7 +599,6 @@ static int ams_delta_remove(struct platform_device *pdev)
|
||||
static struct platform_driver ams_delta_driver = {
|
||||
.driver = {
|
||||
.name = DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = ams_delta_probe,
|
||||
.remove = ams_delta_remove,
|
||||
|
@ -354,7 +354,6 @@ MODULE_DEVICE_TABLE(of, omap_abe_of_match);
|
||||
static struct platform_driver omap_abe_driver = {
|
||||
.driver = {
|
||||
.name = "omap-abe-twl6040",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &snd_soc_pm_ops,
|
||||
.of_match_table = omap_abe_of_match,
|
||||
},
|
||||
|
@ -509,7 +509,6 @@ MODULE_DEVICE_TABLE(of, omap_dmic_of_match);
|
||||
static struct platform_driver asoc_dmic_driver = {
|
||||
.driver = {
|
||||
.name = "omap-dmic",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = omap_dmic_of_match,
|
||||
},
|
||||
.probe = asoc_dmic_probe,
|
||||
|
@ -73,7 +73,6 @@ static int omap_hdmi_remove(struct platform_device *pdev)
|
||||
static struct platform_driver omap_hdmi_driver = {
|
||||
.driver = {
|
||||
.name = DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = omap_hdmi_probe,
|
||||
.remove = omap_hdmi_remove,
|
||||
|
@ -349,7 +349,6 @@ static int omap_hdmi_remove(struct platform_device *pdev)
|
||||
static struct platform_driver hdmi_dai_driver = {
|
||||
.driver = {
|
||||
.name = DRV_NAME,
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = omap_hdmi_probe,
|
||||
.remove = omap_hdmi_remove,
|
||||
|
@ -831,7 +831,6 @@ static int asoc_mcbsp_remove(struct platform_device *pdev)
|
||||
static struct platform_driver asoc_mcbsp_driver = {
|
||||
.driver = {
|
||||
.name = "omap-mcbsp",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = omap_mcbsp_of_match,
|
||||
},
|
||||
|
||||
|
@ -512,7 +512,6 @@ MODULE_DEVICE_TABLE(of, omap_mcpdm_of_match);
|
||||
static struct platform_driver asoc_mcpdm_driver = {
|
||||
.driver = {
|
||||
.name = "omap-mcpdm",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = omap_mcpdm_of_match,
|
||||
},
|
||||
|
||||
|
@ -375,7 +375,6 @@ MODULE_DEVICE_TABLE(of, omap_twl4030_of_match);
|
||||
static struct platform_driver omap_twl4030_driver = {
|
||||
.driver = {
|
||||
.name = "omap-twl4030",
|
||||
.owner = THIS_MODULE,
|
||||
.pm = &snd_soc_pm_ops,
|
||||
.of_match_table = omap_twl4030_of_match,
|
||||
},
|
||||
|
@ -519,7 +519,6 @@ MODULE_DEVICE_TABLE(of, rx51_audio_of_match);
|
||||
static struct platform_driver rx51_soc_driver = {
|
||||
.driver = {
|
||||
.name = "rx51-audio",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(rx51_audio_of_match),
|
||||
},
|
||||
.probe = rx51_soc_probe,
|
||||
|
Loading…
Reference in New Issue
Block a user