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>
@@ -238,7 +238,6 @@ static struct platform_driver broadwell_audio = {
.remove = broadwell_audio_remove,
.driver = {
.name = "broadwell-audio",
- .owner = THIS_MODULE,
},
};
@@ -181,7 +181,6 @@ static struct platform_driver byt_max98090_driver = {
.remove = byt_max98090_remove,
.name = "byt-max98090",
.pm = &snd_soc_pm_ops,
@@ -224,7 +224,6 @@ static struct platform_driver byt_rt5640_audio = {
.probe = byt_rt5640_probe,
.name = "byt-rt5640",
@@ -209,7 +209,6 @@ static struct platform_driver haswell_audio = {
.probe = haswell_audio_probe,
.name = "haswell-audio",
@@ -420,7 +420,6 @@ static int snd_mfld_mc_probe(struct platform_device *pdev)
static struct platform_driver snd_mfld_mc_driver = {
.name = "msic_audio",
.probe = snd_mfld_mc_probe,
@@ -275,7 +275,6 @@ static struct platform_driver sst_acpi_driver = {
.remove = sst_acpi_remove,
.name = "sst-acpi",
.acpi_match_table = ACPI_PTR(sst_acpi_match),
@@ -497,7 +497,6 @@ static int sst_byt_pcm_dev_remove(struct platform_device *pdev)
static struct platform_driver sst_byt_pcm_driver = {
.name = "baytrail-pcm-audio",
.pm = SST_BYT_PM_OPS,
@@ -901,7 +901,6 @@ static int hsw_pcm_dev_remove(struct platform_device *pdev)
static struct platform_driver hsw_pcm_driver = {
.name = "haswell-pcm-audio",
.probe = hsw_pcm_dev_probe,
@@ -639,7 +639,6 @@ static int sst_platform_remove(struct platform_device *pdev)
static struct platform_driver sst_platform_driver = {
.name = "sst-mfld-platform",
.probe = sst_platform_probe,
.remove = sst_platform_remove,