Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: Switch back to struct platform_driver::remove()

After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
return void") .remove() is (again) the right callback to implement for
platform drivers.

Convert all drivers below sound/soc to use .remove(), with the eventual
goal to drop struct platform_driver::remove_new(). As .remove() and
.remove_new() have the same prototypes, conversion is done by just
changing the structure member name in the driver initializer.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
Link: https://patch.msgid.link/20240909151230.909818-2-u.kleine-koenig@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Uwe Kleine-König and committed by
Mark Brown
130af75b b09c71f3

+184 -184
+1 -1
sound/soc/adi/axi-i2s.c
··· 293 293 .of_match_table = axi_i2s_of_match, 294 294 }, 295 295 .probe = axi_i2s_probe, 296 - .remove_new = axi_i2s_dev_remove, 296 + .remove = axi_i2s_dev_remove, 297 297 }; 298 298 module_platform_driver(axi_i2s_driver); 299 299
+1 -1
sound/soc/adi/axi-spdif.c
··· 258 258 .of_match_table = axi_spdif_of_match, 259 259 }, 260 260 .probe = axi_spdif_probe, 261 - .remove_new = axi_spdif_dev_remove, 261 + .remove = axi_spdif_dev_remove, 262 262 }; 263 263 module_platform_driver(axi_spdif_driver); 264 264
+1 -1
sound/soc/amd/acp-pcm-dma.c
··· 1426 1426 1427 1427 static struct platform_driver acp_dma_driver = { 1428 1428 .probe = acp_audio_probe, 1429 - .remove_new = acp_audio_remove, 1429 + .remove = acp_audio_remove, 1430 1430 .driver = { 1431 1431 .name = DRV_NAME, 1432 1432 .pm = &acp_pm_ops,
+1 -1
sound/soc/amd/acp/acp-rembrandt.c
··· 295 295 296 296 static struct platform_driver rembrandt_driver = { 297 297 .probe = rembrandt_audio_probe, 298 - .remove_new = rembrandt_audio_remove, 298 + .remove = rembrandt_audio_remove, 299 299 .driver = { 300 300 .name = "acp_asoc_rembrandt", 301 301 .pm = &rmb_dma_pm_ops,
+1 -1
sound/soc/amd/acp/acp-renoir.c
··· 244 244 245 245 static struct platform_driver renoir_driver = { 246 246 .probe = renoir_audio_probe, 247 - .remove_new = renoir_audio_remove, 247 + .remove = renoir_audio_remove, 248 248 .driver = { 249 249 .name = "acp_asoc_renoir", 250 250 .pm = &rn_dma_pm_ops,
+1 -1
sound/soc/amd/acp/acp-sdw-sof-mach.c
··· 729 729 .pm = &snd_soc_pm_ops, 730 730 }, 731 731 .probe = mc_probe, 732 - .remove_new = mc_remove, 732 + .remove = mc_remove, 733 733 .id_table = mc_id_table, 734 734 }; 735 735
+1 -1
sound/soc/amd/acp/acp63.c
··· 304 304 305 305 static struct platform_driver acp63_driver = { 306 306 .probe = acp63_audio_probe, 307 - .remove_new = acp63_audio_remove, 307 + .remove = acp63_audio_remove, 308 308 .driver = { 309 309 .name = "acp_asoc_acp63", 310 310 .pm = &acp63_dma_pm_ops,
+1 -1
sound/soc/amd/acp/acp70.c
··· 278 278 279 279 static struct platform_driver acp70_driver = { 280 280 .probe = acp_acp70_audio_probe, 281 - .remove_new = acp_acp70_audio_remove, 281 + .remove = acp_acp70_audio_remove, 282 282 .driver = { 283 283 .name = "acp_asoc_acp70", 284 284 .pm = &acp70_dma_pm_ops,
+1 -1
sound/soc/amd/ps/ps-pdm-dma.c
··· 448 448 449 449 static struct platform_driver acp63_pdm_dma_driver = { 450 450 .probe = acp63_pdm_audio_probe, 451 - .remove_new = acp63_pdm_audio_remove, 451 + .remove = acp63_pdm_audio_remove, 452 452 .driver = { 453 453 .name = "acp_ps_pdm_dma", 454 454 .pm = &acp63_pdm_pm_ops,
+1 -1
sound/soc/amd/ps/ps-sdw-dma.c
··· 551 551 552 552 static struct platform_driver acp63_sdw_dma_driver = { 553 553 .probe = acp63_sdw_platform_probe, 554 - .remove_new = acp63_sdw_platform_remove, 554 + .remove = acp63_sdw_platform_remove, 555 555 .driver = { 556 556 .name = "amd_ps_sdw_dma", 557 557 .pm = &acp63_pm_ops,
+1 -1
sound/soc/amd/raven/acp3x-pcm-dma.c
··· 509 509 510 510 static struct platform_driver acp3x_dma_driver = { 511 511 .probe = acp3x_audio_probe, 512 - .remove_new = acp3x_audio_remove, 512 + .remove = acp3x_audio_remove, 513 513 .driver = { 514 514 .name = "acp3x_rv_i2s_dma", 515 515 .pm = &acp3x_pm_ops,
+1 -1
sound/soc/amd/renoir/acp3x-pdm-dma.c
··· 489 489 490 490 static struct platform_driver acp_pdm_dma_driver = { 491 491 .probe = acp_pdm_audio_probe, 492 - .remove_new = acp_pdm_audio_remove, 492 + .remove = acp_pdm_audio_remove, 493 493 .driver = { 494 494 .name = "acp_rn_pdm_dma", 495 495 .pm = &acp_pdm_pm_ops,
+1 -1
sound/soc/amd/vangogh/acp5x-pcm-dma.c
··· 499 499 500 500 static struct platform_driver acp5x_dma_driver = { 501 501 .probe = acp5x_audio_probe, 502 - .remove_new = acp5x_audio_remove, 502 + .remove = acp5x_audio_remove, 503 503 .driver = { 504 504 .name = "acp5x_i2s_dma", 505 505 .pm = &acp5x_pm_ops,
+1 -1
sound/soc/amd/yc/acp6x-pdm-dma.c
··· 440 440 441 441 static struct platform_driver acp6x_pdm_dma_driver = { 442 442 .probe = acp6x_pdm_audio_probe, 443 - .remove_new = acp6x_pdm_audio_remove, 443 + .remove = acp6x_pdm_audio_remove, 444 444 .driver = { 445 445 .name = "acp_yc_pdm_dma", 446 446 .pm = &acp6x_pdm_pm_ops,
+1 -1
sound/soc/apple/mca.c
··· 1179 1179 .of_match_table = apple_mca_of_match, 1180 1180 }, 1181 1181 .probe = apple_mca_probe, 1182 - .remove_new = apple_mca_remove, 1182 + .remove = apple_mca_remove, 1183 1183 }; 1184 1184 module_platform_driver(apple_mca_driver); 1185 1185
+1 -1
sound/soc/atmel/atmel-i2s.c
··· 733 733 .of_match_table = atmel_i2s_dt_ids, 734 734 }, 735 735 .probe = atmel_i2s_probe, 736 - .remove_new = atmel_i2s_remove, 736 + .remove = atmel_i2s_remove, 737 737 }; 738 738 module_platform_driver(atmel_i2s_driver); 739 739
+1 -1
sound/soc/atmel/atmel_wm8904.c
··· 187 187 .pm = &snd_soc_pm_ops, 188 188 }, 189 189 .probe = atmel_asoc_wm8904_probe, 190 - .remove_new = atmel_asoc_wm8904_remove, 190 + .remove = atmel_asoc_wm8904_remove, 191 191 }; 192 192 193 193 module_platform_driver(atmel_asoc_wm8904_driver);
+1 -1
sound/soc/atmel/mchp-i2s-mcc.c
··· 1129 1129 .of_match_table = mchp_i2s_mcc_dt_ids, 1130 1130 }, 1131 1131 .probe = mchp_i2s_mcc_probe, 1132 - .remove_new = mchp_i2s_mcc_remove, 1132 + .remove = mchp_i2s_mcc_remove, 1133 1133 }; 1134 1134 module_platform_driver(mchp_i2s_mcc_driver); 1135 1135
+1 -1
sound/soc/atmel/mchp-pdmc.c
··· 1153 1153 .pm = pm_ptr(&mchp_pdmc_pm_ops), 1154 1154 }, 1155 1155 .probe = mchp_pdmc_probe, 1156 - .remove_new = mchp_pdmc_remove, 1156 + .remove = mchp_pdmc_remove, 1157 1157 }; 1158 1158 module_platform_driver(mchp_pdmc_driver); 1159 1159
+1 -1
sound/soc/atmel/mchp-spdifrx.c
··· 1194 1194 1195 1195 static struct platform_driver mchp_spdifrx_driver = { 1196 1196 .probe = mchp_spdifrx_probe, 1197 - .remove_new = mchp_spdifrx_remove, 1197 + .remove = mchp_spdifrx_remove, 1198 1198 .driver = { 1199 1199 .name = "mchp_spdifrx", 1200 1200 .of_match_table = mchp_spdifrx_dt_ids,
+1 -1
sound/soc/atmel/mchp-spdiftx.c
··· 888 888 889 889 static struct platform_driver mchp_spdiftx_driver = { 890 890 .probe = mchp_spdiftx_probe, 891 - .remove_new = mchp_spdiftx_remove, 891 + .remove = mchp_spdiftx_remove, 892 892 .driver = { 893 893 .name = "mchp_spdiftx", 894 894 .of_match_table = mchp_spdiftx_dt_ids,
+1 -1
sound/soc/atmel/sam9g20_wm8731.c
··· 207 207 .of_match_table = of_match_ptr(at91sam9g20ek_wm8731_dt_ids), 208 208 }, 209 209 .probe = at91sam9g20ek_audio_probe, 210 - .remove_new = at91sam9g20ek_audio_remove, 210 + .remove = at91sam9g20ek_audio_remove, 211 211 }; 212 212 213 213 module_platform_driver(at91sam9g20ek_audio_driver);
+1 -1
sound/soc/atmel/sam9x5_wm8731.c
··· 196 196 .of_match_table = of_match_ptr(sam9x5_wm8731_of_match), 197 197 }, 198 198 .probe = sam9x5_wm8731_driver_probe, 199 - .remove_new = sam9x5_wm8731_driver_remove, 199 + .remove = sam9x5_wm8731_driver_remove, 200 200 }; 201 201 module_platform_driver(sam9x5_wm8731_driver); 202 202
+1 -1
sound/soc/atmel/tse850-pcm5142.c
··· 431 431 .of_match_table = tse850_dt_ids, 432 432 }, 433 433 .probe = tse850_probe, 434 - .remove_new = tse850_remove, 434 + .remove = tse850_remove, 435 435 }; 436 436 437 437 module_platform_driver(tse850_driver);
+1 -1
sound/soc/au1x/ac97c.c
··· 336 336 .pm = AU1XPSCAC97_PMOPS, 337 337 }, 338 338 .probe = au1xac97c_drvprobe, 339 - .remove_new = au1xac97c_drvremove, 339 + .remove = au1xac97c_drvremove, 340 340 }; 341 341 342 342 module_platform_driver(au1xac97c_driver);
+1 -1
sound/soc/au1x/i2sc.c
··· 313 313 .pm = AU1XI2SC_PMOPS, 314 314 }, 315 315 .probe = au1xi2s_drvprobe, 316 - .remove_new = au1xi2s_drvremove, 316 + .remove = au1xi2s_drvremove, 317 317 }; 318 318 319 319 module_platform_driver(au1xi2s_driver);
+1 -1
sound/soc/au1x/psc-ac97.c
··· 486 486 .pm = AU1XPSCAC97_PMOPS, 487 487 }, 488 488 .probe = au1xpsc_ac97_drvprobe, 489 - .remove_new = au1xpsc_ac97_drvremove, 489 + .remove = au1xpsc_ac97_drvremove, 490 490 }; 491 491 492 492 module_platform_driver(au1xpsc_ac97_driver);
+1 -1
sound/soc/au1x/psc-i2s.c
··· 404 404 .pm = AU1XPSCI2S_PMOPS, 405 405 }, 406 406 .probe = au1xpsc_i2s_drvprobe, 407 - .remove_new = au1xpsc_i2s_drvremove, 407 + .remove = au1xpsc_i2s_drvremove, 408 408 }; 409 409 410 410 module_platform_driver(au1xpsc_i2s_driver);
+1 -1
sound/soc/bcm/bcm63xx-i2s-whistler.c
··· 293 293 .of_match_table = of_match_ptr(snd_soc_bcm_audio_match), 294 294 }, 295 295 .probe = bcm63xx_i2s_dev_probe, 296 - .remove_new = bcm63xx_i2s_dev_remove, 296 + .remove = bcm63xx_i2s_dev_remove, 297 297 }; 298 298 299 299 module_platform_driver(bcm63xx_i2s_driver);
+1 -1
sound/soc/bcm/cygnus-ssp.c
··· 1390 1390 1391 1391 static struct platform_driver cygnus_ssp_driver = { 1392 1392 .probe = cygnus_ssp_probe, 1393 - .remove_new = cygnus_ssp_remove, 1393 + .remove = cygnus_ssp_remove, 1394 1394 .driver = { 1395 1395 .name = "cygnus-ssp", 1396 1396 .of_match_table = cygnus_ssp_of_match,
+1 -1
sound/soc/cirrus/edb93xx.c
··· 105 105 .name = "edb93xx-audio", 106 106 }, 107 107 .probe = edb93xx_probe, 108 - .remove_new = edb93xx_remove, 108 + .remove = edb93xx_remove, 109 109 }; 110 110 111 111 module_platform_driver(edb93xx_driver);
+1 -1
sound/soc/cirrus/ep93xx-i2s.c
··· 523 523 524 524 static struct platform_driver ep93xx_i2s_driver = { 525 525 .probe = ep93xx_i2s_probe, 526 - .remove_new = ep93xx_i2s_remove, 526 + .remove = ep93xx_i2s_remove, 527 527 .driver = { 528 528 .name = "ep93xx-i2s", 529 529 .of_match_table = ep93xx_i2s_of_ids,
+1 -1
sound/soc/codecs/cs42l43.c
··· 2461 2461 }, 2462 2462 2463 2463 .probe = cs42l43_codec_probe, 2464 - .remove_new = cs42l43_codec_remove, 2464 + .remove = cs42l43_codec_remove, 2465 2465 .id_table = cs42l43_codec_id_table, 2466 2466 }; 2467 2467 module_platform_driver(cs42l43_codec_driver);
+1 -1
sound/soc/codecs/cs47l15.c
··· 1493 1493 .name = "cs47l15-codec", 1494 1494 }, 1495 1495 .probe = &cs47l15_probe, 1496 - .remove_new = cs47l15_remove, 1496 + .remove = cs47l15_remove, 1497 1497 }; 1498 1498 1499 1499 module_platform_driver(cs47l15_codec_driver);
+1 -1
sound/soc/codecs/cs47l24.c
··· 1344 1344 .name = "cs47l24-codec", 1345 1345 }, 1346 1346 .probe = cs47l24_probe, 1347 - .remove_new = cs47l24_remove, 1347 + .remove = cs47l24_remove, 1348 1348 }; 1349 1349 1350 1350 module_platform_driver(cs47l24_codec_driver);
+1 -1
sound/soc/codecs/cs47l35.c
··· 1769 1769 .name = "cs47l35-codec", 1770 1770 }, 1771 1771 .probe = &cs47l35_probe, 1772 - .remove_new = cs47l35_remove, 1772 + .remove = cs47l35_remove, 1773 1773 }; 1774 1774 1775 1775 module_platform_driver(cs47l35_codec_driver);
+1 -1
sound/soc/codecs/cs47l85.c
··· 2720 2720 .name = "cs47l85-codec", 2721 2721 }, 2722 2722 .probe = &cs47l85_probe, 2723 - .remove_new = cs47l85_remove, 2723 + .remove = cs47l85_remove, 2724 2724 }; 2725 2725 2726 2726 module_platform_driver(cs47l85_codec_driver);
+1 -1
sound/soc/codecs/cs47l90.c
··· 2644 2644 .name = "cs47l90-codec", 2645 2645 }, 2646 2646 .probe = &cs47l90_probe, 2647 - .remove_new = cs47l90_remove, 2647 + .remove = cs47l90_remove, 2648 2648 }; 2649 2649 2650 2650 module_platform_driver(cs47l90_codec_driver);
+1 -1
sound/soc/codecs/cs47l92.c
··· 2092 2092 .name = "cs47l92-codec", 2093 2093 }, 2094 2094 .probe = &cs47l92_probe, 2095 - .remove_new = cs47l92_remove, 2095 + .remove = cs47l92_remove, 2096 2096 }; 2097 2097 2098 2098 module_platform_driver(cs47l92_codec_driver);
+1 -1
sound/soc/codecs/inno_rk3036.c
··· 476 476 .of_match_table = of_match_ptr(rk3036_codec_of_match), 477 477 }, 478 478 .probe = rk3036_codec_platform_probe, 479 - .remove_new = rk3036_codec_platform_remove, 479 + .remove = rk3036_codec_platform_remove, 480 480 }; 481 481 482 482 module_platform_driver(rk3036_codec_platform_driver);
+1 -1
sound/soc/codecs/lpass-rx-macro.c
··· 4024 4024 .pm = &rx_macro_pm_ops, 4025 4025 }, 4026 4026 .probe = rx_macro_probe, 4027 - .remove_new = rx_macro_remove, 4027 + .remove = rx_macro_remove, 4028 4028 }; 4029 4029 4030 4030 module_platform_driver(rx_macro_driver);
+1 -1
sound/soc/codecs/lpass-tx-macro.c
··· 2534 2534 .pm = &tx_macro_pm_ops, 2535 2535 }, 2536 2536 .probe = tx_macro_probe, 2537 - .remove_new = tx_macro_remove, 2537 + .remove = tx_macro_remove, 2538 2538 }; 2539 2539 2540 2540 module_platform_driver(tx_macro_driver);
+1 -1
sound/soc/codecs/lpass-va-macro.c
··· 1729 1729 .pm = &va_macro_pm_ops, 1730 1730 }, 1731 1731 .probe = va_macro_probe, 1732 - .remove_new = va_macro_remove, 1732 + .remove = va_macro_remove, 1733 1733 }; 1734 1734 1735 1735 module_platform_driver(va_macro_driver);
+1 -1
sound/soc/codecs/lpass-wsa-macro.c
··· 2980 2980 .pm = &wsa_macro_pm_ops, 2981 2981 }, 2982 2982 .probe = wsa_macro_probe, 2983 - .remove_new = wsa_macro_remove, 2983 + .remove = wsa_macro_remove, 2984 2984 }; 2985 2985 2986 2986 module_platform_driver(wsa_macro_driver);
+1 -1
sound/soc/codecs/msm8916-wcd-digital.c
··· 1241 1241 .of_match_table = msm8916_wcd_digital_match_table, 1242 1242 }, 1243 1243 .probe = msm8916_wcd_digital_probe, 1244 - .remove_new = msm8916_wcd_digital_remove, 1244 + .remove = msm8916_wcd_digital_remove, 1245 1245 }; 1246 1246 1247 1247 module_platform_driver(msm8916_wcd_digital_driver);
+1 -1
sound/soc/codecs/rk817_codec.c
··· 529 529 .name = "rk817-codec", 530 530 }, 531 531 .probe = rk817_platform_probe, 532 - .remove_new = rk817_platform_remove, 532 + .remove = rk817_platform_remove, 533 533 }; 534 534 535 535 module_platform_driver(rk817_codec_driver);
+1 -1
sound/soc/codecs/wcd937x.c
··· 2957 2957 2958 2958 static struct platform_driver wcd937x_codec_driver = { 2959 2959 .probe = wcd937x_probe, 2960 - .remove_new = wcd937x_remove, 2960 + .remove = wcd937x_remove, 2961 2961 .driver = { 2962 2962 .name = "wcd937x_codec", 2963 2963 .of_match_table = of_match_ptr(wcd937x_of_match),
+1 -1
sound/soc/codecs/wcd938x.c
··· 3596 3596 3597 3597 static struct platform_driver wcd938x_codec_driver = { 3598 3598 .probe = wcd938x_probe, 3599 - .remove_new = wcd938x_remove, 3599 + .remove = wcd938x_remove, 3600 3600 .driver = { 3601 3601 .name = "wcd938x_codec", 3602 3602 .of_match_table = of_match_ptr(wcd938x_dt_match),
+1 -1
sound/soc/codecs/wcd939x.c
··· 3683 3683 3684 3684 static struct platform_driver wcd939x_codec_driver = { 3685 3685 .probe = wcd939x_probe, 3686 - .remove_new = wcd939x_remove, 3686 + .remove = wcd939x_remove, 3687 3687 .driver = { 3688 3688 .name = "wcd939x_codec", 3689 3689 .of_match_table = of_match_ptr(wcd939x_dt_match),
+1 -1
sound/soc/codecs/wm5102.c
··· 2174 2174 .name = "wm5102-codec", 2175 2175 }, 2176 2176 .probe = wm5102_probe, 2177 - .remove_new = wm5102_remove, 2177 + .remove = wm5102_remove, 2178 2178 }; 2179 2179 2180 2180 module_platform_driver(wm5102_codec_driver);
+1 -1
sound/soc/codecs/wm5110.c
··· 2534 2534 .name = "wm5110-codec", 2535 2535 }, 2536 2536 .probe = wm5110_probe, 2537 - .remove_new = wm5110_remove, 2537 + .remove = wm5110_remove, 2538 2538 }; 2539 2539 2540 2540 module_platform_driver(wm5110_codec_driver);
+1 -1
sound/soc/codecs/wm8994.c
··· 4699 4699 .pm = &wm8994_pm_ops, 4700 4700 }, 4701 4701 .probe = wm8994_probe, 4702 - .remove_new = wm8994_remove, 4702 + .remove = wm8994_remove, 4703 4703 }; 4704 4704 4705 4705 module_platform_driver(wm8994_codec_driver);
+1 -1
sound/soc/codecs/wm8997.c
··· 1210 1210 .name = "wm8997-codec", 1211 1211 }, 1212 1212 .probe = wm8997_probe, 1213 - .remove_new = wm8997_remove, 1213 + .remove = wm8997_remove, 1214 1214 }; 1215 1215 1216 1216 module_platform_driver(wm8997_codec_driver);
+1 -1
sound/soc/codecs/wm8998.c
··· 1426 1426 .name = "wm8998-codec", 1427 1427 }, 1428 1428 .probe = wm8998_probe, 1429 - .remove_new = wm8998_remove, 1429 + .remove = wm8998_remove, 1430 1430 }; 1431 1431 1432 1432 module_platform_driver(wm8998_codec_driver);
+1 -1
sound/soc/dwc/dwc-i2s.c
··· 1089 1089 1090 1090 static struct platform_driver dw_i2s_driver = { 1091 1091 .probe = dw_i2s_probe, 1092 - .remove_new = dw_i2s_remove, 1092 + .remove = dw_i2s_remove, 1093 1093 .driver = { 1094 1094 .name = "designware-i2s", 1095 1095 .of_match_table = of_match_ptr(dw_i2s_of_match),
+1 -1
sound/soc/fsl/fsl_asrc.c
··· 1392 1392 1393 1393 static struct platform_driver fsl_asrc_driver = { 1394 1394 .probe = fsl_asrc_probe, 1395 - .remove_new = fsl_asrc_remove, 1395 + .remove = fsl_asrc_remove, 1396 1396 .driver = { 1397 1397 .name = "fsl-asrc", 1398 1398 .of_match_table = fsl_asrc_ids,
+1 -1
sound/soc/fsl/fsl_aud2htx.c
··· 296 296 297 297 static struct platform_driver fsl_aud2htx_driver = { 298 298 .probe = fsl_aud2htx_probe, 299 - .remove_new = fsl_aud2htx_remove, 299 + .remove = fsl_aud2htx_remove, 300 300 .driver = { 301 301 .name = "fsl-aud2htx", 302 302 .pm = pm_ptr(&fsl_aud2htx_pm_ops),
+1 -1
sound/soc/fsl/fsl_audmix.c
··· 548 548 549 549 static struct platform_driver fsl_audmix_driver = { 550 550 .probe = fsl_audmix_probe, 551 - .remove_new = fsl_audmix_remove, 551 + .remove = fsl_audmix_remove, 552 552 .driver = { 553 553 .name = "fsl-audmix", 554 554 .of_match_table = fsl_audmix_ids,
+1 -1
sound/soc/fsl/fsl_dma.c
··· 911 911 .of_match_table = fsl_soc_dma_ids, 912 912 }, 913 913 .probe = fsl_soc_dma_probe, 914 - .remove_new = fsl_soc_dma_remove, 914 + .remove = fsl_soc_dma_remove, 915 915 }; 916 916 917 917 module_platform_driver(fsl_soc_dma_driver);
+1 -1
sound/soc/fsl/fsl_easrc.c
··· 2093 2093 2094 2094 static struct platform_driver fsl_easrc_driver = { 2095 2095 .probe = fsl_easrc_probe, 2096 - .remove_new = fsl_easrc_remove, 2096 + .remove = fsl_easrc_remove, 2097 2097 .driver = { 2098 2098 .name = "fsl-easrc", 2099 2099 .pm = pm_ptr(&fsl_easrc_pm_ops),
+1 -1
sound/soc/fsl/fsl_esai.c
··· 1198 1198 1199 1199 static struct platform_driver fsl_esai_driver = { 1200 1200 .probe = fsl_esai_probe, 1201 - .remove_new = fsl_esai_remove, 1201 + .remove = fsl_esai_remove, 1202 1202 .driver = { 1203 1203 .name = "fsl-esai-dai", 1204 1204 .pm = &fsl_esai_pm_ops,
+1 -1
sound/soc/fsl/fsl_micfil.c
··· 1317 1317 1318 1318 static struct platform_driver fsl_micfil_driver = { 1319 1319 .probe = fsl_micfil_probe, 1320 - .remove_new = fsl_micfil_remove, 1320 + .remove = fsl_micfil_remove, 1321 1321 .driver = { 1322 1322 .name = "fsl-micfil-dai", 1323 1323 .pm = &fsl_micfil_pm_ops,
+1 -1
sound/soc/fsl/fsl_mqs.c
··· 381 381 382 382 static struct platform_driver fsl_mqs_driver = { 383 383 .probe = fsl_mqs_probe, 384 - .remove_new = fsl_mqs_remove, 384 + .remove = fsl_mqs_remove, 385 385 .driver = { 386 386 .name = "fsl-mqs", 387 387 .of_match_table = fsl_mqs_dt_ids,
+1 -1
sound/soc/fsl/fsl_rpmsg.c
··· 328 328 329 329 static struct platform_driver fsl_rpmsg_driver = { 330 330 .probe = fsl_rpmsg_probe, 331 - .remove_new = fsl_rpmsg_remove, 331 + .remove = fsl_rpmsg_remove, 332 332 .driver = { 333 333 .name = "fsl_rpmsg", 334 334 .pm = pm_ptr(&fsl_rpmsg_pm_ops),
+1 -1
sound/soc/fsl/fsl_sai.c
··· 1817 1817 1818 1818 static struct platform_driver fsl_sai_driver = { 1819 1819 .probe = fsl_sai_probe, 1820 - .remove_new = fsl_sai_remove, 1820 + .remove = fsl_sai_remove, 1821 1821 .driver = { 1822 1822 .name = "fsl-sai", 1823 1823 .pm = &fsl_sai_pm_ops,
+1 -1
sound/soc/fsl/fsl_spdif.c
··· 1763 1763 .pm = pm_ptr(&fsl_spdif_pm), 1764 1764 }, 1765 1765 .probe = fsl_spdif_probe, 1766 - .remove_new = fsl_spdif_remove, 1766 + .remove = fsl_spdif_remove, 1767 1767 }; 1768 1768 1769 1769 module_platform_driver(fsl_spdif_driver);
+1 -1
sound/soc/fsl/fsl_ssi.c
··· 1734 1734 .pm = pm_sleep_ptr(&fsl_ssi_pm), 1735 1735 }, 1736 1736 .probe = fsl_ssi_probe, 1737 - .remove_new = fsl_ssi_remove, 1737 + .remove = fsl_ssi_remove, 1738 1738 }; 1739 1739 1740 1740 module_platform_driver(fsl_ssi_driver);
+1 -1
sound/soc/fsl/fsl_xcvr.c
··· 1540 1540 .pm = pm_ptr(&fsl_xcvr_pm_ops), 1541 1541 .of_match_table = fsl_xcvr_dt_ids, 1542 1542 }, 1543 - .remove_new = fsl_xcvr_remove, 1543 + .remove = fsl_xcvr_remove, 1544 1544 }; 1545 1545 module_platform_driver(fsl_xcvr_driver); 1546 1546
+1 -1
sound/soc/fsl/imx-audmux.c
··· 354 354 355 355 static struct platform_driver imx_audmux_driver = { 356 356 .probe = imx_audmux_probe, 357 - .remove_new = imx_audmux_remove, 357 + .remove = imx_audmux_remove, 358 358 .driver = { 359 359 .name = DRIVER_NAME, 360 360 .pm = pm_sleep_ptr(&imx_audmux_pm),
+1 -1
sound/soc/fsl/imx-pcm-rpmsg.c
··· 822 822 823 823 static struct platform_driver imx_pcm_rpmsg_driver = { 824 824 .probe = imx_rpmsg_pcm_probe, 825 - .remove_new = imx_rpmsg_pcm_remove, 825 + .remove = imx_rpmsg_pcm_remove, 826 826 .id_table = imx_rpmsg_pcm_id_table, 827 827 .driver = { 828 828 .name = IMX_PCM_DRV_NAME,
+1 -1
sound/soc/fsl/imx-sgtl5000.c
··· 214 214 .of_match_table = imx_sgtl5000_dt_ids, 215 215 }, 216 216 .probe = imx_sgtl5000_probe, 217 - .remove_new = imx_sgtl5000_remove, 217 + .remove = imx_sgtl5000_remove, 218 218 }; 219 219 module_platform_driver(imx_sgtl5000_driver); 220 220
+1 -1
sound/soc/fsl/mpc5200_psc_ac97.c
··· 327 327 328 328 static struct platform_driver psc_ac97_driver = { 329 329 .probe = psc_ac97_of_probe, 330 - .remove_new = psc_ac97_of_remove, 330 + .remove = psc_ac97_of_remove, 331 331 .driver = { 332 332 .name = "mpc5200-psc-ac97", 333 333 .of_match_table = psc_ac97_match,
+1 -1
sound/soc/fsl/mpc5200_psc_i2s.c
··· 225 225 226 226 static struct platform_driver psc_i2s_driver = { 227 227 .probe = psc_i2s_of_probe, 228 - .remove_new = psc_i2s_of_remove, 228 + .remove = psc_i2s_of_remove, 229 229 .driver = { 230 230 .name = "mpc5200-psc-i2s", 231 231 .of_match_table = psc_i2s_match,
+1 -1
sound/soc/fsl/p1022_ds.c
··· 408 408 409 409 static struct platform_driver p1022_ds_driver = { 410 410 .probe = p1022_ds_probe, 411 - .remove_new = p1022_ds_remove, 411 + .remove = p1022_ds_remove, 412 412 .driver = { 413 413 /* 414 414 * The name must match 'compatible' property in the device tree,
+1 -1
sound/soc/fsl/p1022_rdk.c
··· 370 370 371 371 static struct platform_driver p1022_rdk_driver = { 372 372 .probe = p1022_rdk_probe, 373 - .remove_new = p1022_rdk_remove, 373 + .remove = p1022_rdk_remove, 374 374 .driver = { 375 375 /* 376 376 * The name must match 'compatible' property in the device tree,
+1 -1
sound/soc/fsl/pcm030-audio-fabric.c
··· 124 124 125 125 static struct platform_driver pcm030_fabric_driver = { 126 126 .probe = pcm030_fabric_probe, 127 - .remove_new = pcm030_fabric_remove, 127 + .remove = pcm030_fabric_remove, 128 128 .driver = { 129 129 .name = DRV_NAME, 130 130 .of_match_table = pcm030_audio_match,
+1 -1
sound/soc/generic/audio-graph-card.c
··· 664 664 .of_match_table = graph_of_match, 665 665 }, 666 666 .probe = graph_probe, 667 - .remove_new = simple_util_remove, 667 + .remove = simple_util_remove, 668 668 }; 669 669 module_platform_driver(graph_card); 670 670
+1 -1
sound/soc/generic/audio-graph-card2-custom-sample.c
··· 177 177 .of_match_table = custom_of_match, 178 178 }, 179 179 .probe = custom_probe, 180 - .remove_new = simple_util_remove, 180 + .remove = simple_util_remove, 181 181 }; 182 182 module_platform_driver(custom_card); 183 183
+1 -1
sound/soc/generic/audio-graph-card2.c
··· 1438 1438 .of_match_table = graph_of_match, 1439 1439 }, 1440 1440 .probe = graph_probe, 1441 - .remove_new = simple_util_remove, 1441 + .remove = simple_util_remove, 1442 1442 }; 1443 1443 module_platform_driver(graph_card); 1444 1444
+1 -1
sound/soc/generic/simple-card.c
··· 838 838 .of_match_table = simple_of_match, 839 839 }, 840 840 .probe = simple_probe, 841 - .remove_new = simple_util_remove, 841 + .remove = simple_util_remove, 842 842 }; 843 843 844 844 module_platform_driver(simple_card);
+1 -1
sound/soc/generic/test-component.c
··· 637 637 .of_match_table = test_of_match, 638 638 }, 639 639 .probe = test_driver_probe, 640 - .remove_new = test_driver_remove, 640 + .remove = test_driver_remove, 641 641 }; 642 642 module_platform_driver(test_driver); 643 643
+1 -1
sound/soc/img/img-i2s-in.c
··· 607 607 .pm = &img_i2s_in_pm_ops 608 608 }, 609 609 .probe = img_i2s_in_probe, 610 - .remove_new = img_i2s_in_dev_remove 610 + .remove = img_i2s_in_dev_remove 611 611 }; 612 612 module_platform_driver(img_i2s_in_driver); 613 613
+1 -1
sound/soc/img/img-i2s-out.c
··· 607 607 .pm = &img_i2s_out_pm_ops 608 608 }, 609 609 .probe = img_i2s_out_probe, 610 - .remove_new = img_i2s_out_dev_remove 610 + .remove = img_i2s_out_dev_remove 611 611 }; 612 612 module_platform_driver(img_i2s_out_driver); 613 613
+1 -1
sound/soc/img/img-parallel-out.c
··· 311 311 .pm = &img_prl_out_pm_ops 312 312 }, 313 313 .probe = img_prl_out_probe, 314 - .remove_new = img_prl_out_dev_remove 314 + .remove = img_prl_out_dev_remove 315 315 }; 316 316 module_platform_driver(img_prl_out_driver); 317 317
+1 -1
sound/soc/img/img-spdif-in.c
··· 878 878 .pm = &img_spdif_in_pm_ops 879 879 }, 880 880 .probe = img_spdif_in_probe, 881 - .remove_new = img_spdif_in_dev_remove 881 + .remove = img_spdif_in_dev_remove 882 882 }; 883 883 module_platform_driver(img_spdif_in_driver); 884 884
+1 -1
sound/soc/img/img-spdif-out.c
··· 468 468 .pm = &img_spdif_out_pm_ops 469 469 }, 470 470 .probe = img_spdif_out_probe, 471 - .remove_new = img_spdif_out_dev_remove 471 + .remove = img_spdif_out_dev_remove 472 472 }; 473 473 module_platform_driver(img_spdif_out_driver); 474 474
+1 -1
sound/soc/img/pistachio-internal-dac.c
··· 271 271 .pm = &pistachio_internal_dac_pm_ops 272 272 }, 273 273 .probe = pistachio_internal_dac_probe, 274 - .remove_new = pistachio_internal_dac_remove 274 + .remove = pistachio_internal_dac_remove 275 275 }; 276 276 module_platform_driver(pistachio_internal_dac_plat_driver); 277 277
+1 -1
sound/soc/intel/atom/sst-mfld-platform-pcm.c
··· 812 812 .pm = &sst_platform_pm, 813 813 }, 814 814 .probe = sst_platform_probe, 815 - .remove_new = sst_platform_remove, 815 + .remove = sst_platform_remove, 816 816 }; 817 817 818 818 module_platform_driver(sst_platform_driver);
+1 -1
sound/soc/intel/atom/sst/sst_acpi.c
··· 358 358 .pm = &intel_sst_pm, 359 359 }, 360 360 .probe = sst_acpi_probe, 361 - .remove_new = sst_acpi_remove, 361 + .remove = sst_acpi_remove, 362 362 }; 363 363 364 364 module_platform_driver(sst_acpi_driver);
+1 -1
sound/soc/intel/boards/bytcht_es8316.c
··· 709 709 .name = "bytcht_es8316", 710 710 }, 711 711 .probe = snd_byt_cht_es8316_mc_probe, 712 - .remove_new = snd_byt_cht_es8316_mc_remove, 712 + .remove = snd_byt_cht_es8316_mc_remove, 713 713 }; 714 714 715 715 module_platform_driver(snd_byt_cht_es8316_mc_driver);
+1 -1
sound/soc/intel/boards/bytcr_rt5640.c
··· 1918 1918 .name = "bytcr_rt5640", 1919 1919 }, 1920 1920 .probe = snd_byt_rt5640_mc_probe, 1921 - .remove_new = snd_byt_rt5640_mc_remove, 1921 + .remove = snd_byt_rt5640_mc_remove, 1922 1922 }; 1923 1923 1924 1924 module_platform_driver(snd_byt_rt5640_mc_driver);
+1 -1
sound/soc/intel/boards/bytcr_rt5651.c
··· 1142 1142 .name = "bytcr_rt5651", 1143 1143 }, 1144 1144 .probe = snd_byt_rt5651_mc_probe, 1145 - .remove_new = snd_byt_rt5651_mc_remove, 1145 + .remove = snd_byt_rt5651_mc_remove, 1146 1146 }; 1147 1147 1148 1148 module_platform_driver(snd_byt_rt5651_mc_driver);
+1 -1
sound/soc/intel/boards/bytcr_wm5102.c
··· 663 663 .name = "bytcr_wm5102", 664 664 }, 665 665 .probe = snd_byt_wm5102_mc_probe, 666 - .remove_new = snd_byt_wm5102_mc_remove, 666 + .remove = snd_byt_wm5102_mc_remove, 667 667 }; 668 668 669 669 module_platform_driver(snd_byt_wm5102_mc_driver);
+1 -1
sound/soc/intel/boards/cht_bsw_max98090_ti.c
··· 637 637 .name = "cht-bsw-max98090", 638 638 }, 639 639 .probe = snd_cht_mc_probe, 640 - .remove_new = snd_cht_mc_remove, 640 + .remove = snd_cht_mc_remove, 641 641 }; 642 642 643 643 module_platform_driver(snd_cht_mc_driver)
+1 -1
sound/soc/intel/boards/sof_es8336.c
··· 838 838 .pm = &snd_soc_pm_ops, 839 839 }, 840 840 .probe = sof_es8336_probe, 841 - .remove_new = sof_es8336_remove, 841 + .remove = sof_es8336_remove, 842 842 .id_table = board_ids, 843 843 }; 844 844 module_platform_driver(sof_es8336_driver);
+1 -1
sound/soc/intel/boards/sof_pcm512x.c
··· 430 430 431 431 static struct platform_driver sof_audio = { 432 432 .probe = sof_audio_probe, 433 - .remove_new = sof_pcm512x_remove, 433 + .remove = sof_pcm512x_remove, 434 434 .driver = { 435 435 .name = "sof_pcm512x", 436 436 .pm = &snd_soc_pm_ops,
+1 -1
sound/soc/intel/boards/sof_sdw.c
··· 1368 1368 .pm = &snd_soc_pm_ops, 1369 1369 }, 1370 1370 .probe = mc_probe, 1371 - .remove_new = mc_remove, 1371 + .remove = mc_remove, 1372 1372 .id_table = mc_id_table, 1373 1373 }; 1374 1374
+1 -1
sound/soc/intel/boards/sof_wm8804.c
··· 294 294 .pm = &snd_soc_pm_ops, 295 295 }, 296 296 .probe = sof_wm8804_probe, 297 - .remove_new = sof_wm8804_remove, 297 + .remove = sof_wm8804_remove, 298 298 }; 299 299 module_platform_driver(sof_wm8804_driver); 300 300
+1 -1
sound/soc/intel/catpt/device.c
··· 374 374 375 375 static struct platform_driver catpt_acpi_driver = { 376 376 .probe = catpt_acpi_probe, 377 - .remove_new = catpt_acpi_remove, 377 + .remove = catpt_acpi_remove, 378 378 .driver = { 379 379 .name = "intel_catpt", 380 380 .acpi_match_table = catpt_ids,
+1 -1
sound/soc/kirkwood/kirkwood-i2s.c
··· 759 759 760 760 static struct platform_driver kirkwood_i2s_driver = { 761 761 .probe = kirkwood_i2s_dev_probe, 762 - .remove_new = kirkwood_i2s_dev_remove, 762 + .remove = kirkwood_i2s_dev_remove, 763 763 .driver = { 764 764 .name = DRV_NAME, 765 765 .of_match_table = of_match_ptr(mvebu_audio_of_match),
+1 -1
sound/soc/mediatek/common/mtk-btcvsd.c
··· 1400 1400 .of_match_table = mtk_btcvsd_snd_dt_match, 1401 1401 }, 1402 1402 .probe = mtk_btcvsd_snd_probe, 1403 - .remove_new = mtk_btcvsd_snd_remove, 1403 + .remove = mtk_btcvsd_snd_remove, 1404 1404 }; 1405 1405 1406 1406 module_platform_driver(mtk_btcvsd_snd_driver);
+1 -1
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
··· 1473 1473 .pm = &mt2701_afe_pm_ops, 1474 1474 }, 1475 1475 .probe = mt2701_afe_pcm_dev_probe, 1476 - .remove_new = mt2701_afe_pcm_dev_remove, 1476 + .remove = mt2701_afe_pcm_dev_remove, 1477 1477 }; 1478 1478 1479 1479 module_platform_driver(mt2701_afe_pcm_driver);
+1 -1
sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
··· 890 890 .pm = &mt6797_afe_pm_ops, 891 891 }, 892 892 .probe = mt6797_afe_pcm_dev_probe, 893 - .remove_new = mt6797_afe_pcm_dev_remove, 893 + .remove = mt6797_afe_pcm_dev_remove, 894 894 }; 895 895 896 896 module_platform_driver(mt6797_afe_pcm_driver);
+1 -1
sound/soc/mediatek/mt7986/mt7986-afe-pcm.c
··· 601 601 .pm = &mt7986_afe_pm_ops, 602 602 }, 603 603 .probe = mt7986_afe_pcm_dev_probe, 604 - .remove_new = mt7986_afe_pcm_dev_remove, 604 + .remove = mt7986_afe_pcm_dev_remove, 605 605 }; 606 606 module_platform_driver(mt7986_afe_pcm_driver); 607 607
+1 -1
sound/soc/mediatek/mt8173/mt8173-afe-pcm.c
··· 1223 1223 .pm = &mt8173_afe_pm_ops, 1224 1224 }, 1225 1225 .probe = mt8173_afe_pcm_dev_probe, 1226 - .remove_new = mt8173_afe_pcm_dev_remove, 1226 + .remove = mt8173_afe_pcm_dev_remove, 1227 1227 }; 1228 1228 1229 1229 module_platform_driver(mt8173_afe_pcm_driver);
+1 -1
sound/soc/mediatek/mt8183/mt8183-afe-pcm.c
··· 1268 1268 .pm = &mt8183_afe_pm_ops, 1269 1269 }, 1270 1270 .probe = mt8183_afe_pcm_dev_probe, 1271 - .remove_new = mt8183_afe_pcm_dev_remove, 1271 + .remove = mt8183_afe_pcm_dev_remove, 1272 1272 }; 1273 1273 1274 1274 module_platform_driver(mt8183_afe_pcm_driver);
+1 -1
sound/soc/mediatek/mt8192/mt8192-afe-pcm.c
··· 2325 2325 .pm = &mt8192_afe_pm_ops, 2326 2326 }, 2327 2327 .probe = mt8192_afe_pcm_dev_probe, 2328 - .remove_new = mt8192_afe_pcm_dev_remove, 2328 + .remove = mt8192_afe_pcm_dev_remove, 2329 2329 }; 2330 2330 2331 2331 module_platform_driver(mt8192_afe_pcm_driver);
+1 -1
sound/soc/mediatek/mt8195/mt8195-afe-pcm.c
··· 3199 3199 .pm = &mt8195_afe_pm_ops, 3200 3200 }, 3201 3201 .probe = mt8195_afe_pcm_dev_probe, 3202 - .remove_new = mt8195_afe_pcm_dev_remove, 3202 + .remove = mt8195_afe_pcm_dev_remove, 3203 3203 }; 3204 3204 3205 3205 module_platform_driver(mt8195_afe_pcm_driver);
+1 -1
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c
··· 2264 2264 .pm = &mt8365_afe_pm_ops, 2265 2265 }, 2266 2266 .probe = mt8365_afe_pcm_dev_probe, 2267 - .remove_new = mt8365_afe_pcm_dev_remove, 2267 + .remove = mt8365_afe_pcm_dev_remove, 2268 2268 }; 2269 2269 2270 2270 module_platform_driver(mt8365_afe_pcm_driver);
+1 -1
sound/soc/meson/aiu.c
··· 345 345 346 346 static struct platform_driver aiu_pdrv = { 347 347 .probe = aiu_probe, 348 - .remove_new = aiu_remove, 348 + .remove = aiu_remove, 349 349 .driver = { 350 350 .name = "meson-aiu", 351 351 .of_match_table = aiu_of_match,
+1 -1
sound/soc/meson/axg-card.c
··· 360 360 361 361 static struct platform_driver axg_card_pdrv = { 362 362 .probe = meson_card_probe, 363 - .remove_new = meson_card_remove, 363 + .remove = meson_card_remove, 364 364 .driver = { 365 365 .name = "axg-sound-card", 366 366 .of_match_table = axg_card_of_match,
+1 -1
sound/soc/meson/gx-card.c
··· 129 129 130 130 static struct platform_driver gx_card_pdrv = { 131 131 .probe = meson_card_probe, 132 - .remove_new = meson_card_remove, 132 + .remove = meson_card_remove, 133 133 .driver = { 134 134 .name = "gx-sound-card", 135 135 .of_match_table = gx_card_of_match,
+1 -1
sound/soc/mxs/mxs-sgtl5000.c
··· 185 185 .of_match_table = mxs_sgtl5000_dt_ids, 186 186 }, 187 187 .probe = mxs_sgtl5000_probe, 188 - .remove_new = mxs_sgtl5000_remove, 188 + .remove = mxs_sgtl5000_remove, 189 189 }; 190 190 191 191 module_platform_driver(mxs_sgtl5000_audio_driver);
+1 -1
sound/soc/pxa/mmp-sspa.c
··· 574 574 .of_match_table = of_match_ptr(mmp_sspa_of_match), 575 575 }, 576 576 .probe = asoc_mmp_sspa_probe, 577 - .remove_new = asoc_mmp_sspa_remove, 577 + .remove = asoc_mmp_sspa_remove, 578 578 }; 579 579 580 580 module_platform_driver(asoc_mmp_sspa_driver);
+1 -1
sound/soc/pxa/pxa2xx-ac97.c
··· 286 286 287 287 static struct platform_driver pxa2xx_ac97_driver = { 288 288 .probe = pxa2xx_ac97_dev_probe, 289 - .remove_new = pxa2xx_ac97_dev_remove, 289 + .remove = pxa2xx_ac97_dev_remove, 290 290 .driver = { 291 291 .name = "pxa2xx-ac97", 292 292 .pm = &pxa2xx_ac97_pm_ops,
+1 -1
sound/soc/qcom/lpass-apq8016.c
··· 300 300 .of_match_table = of_match_ptr(apq8016_lpass_cpu_device_id), 301 301 }, 302 302 .probe = asoc_qcom_lpass_cpu_platform_probe, 303 - .remove_new = asoc_qcom_lpass_cpu_platform_remove, 303 + .remove = asoc_qcom_lpass_cpu_platform_remove, 304 304 }; 305 305 module_platform_driver(apq8016_lpass_cpu_platform_driver); 306 306
+1 -1
sound/soc/qcom/lpass-ipq806x.c
··· 172 172 .of_match_table = of_match_ptr(ipq806x_lpass_cpu_device_id), 173 173 }, 174 174 .probe = asoc_qcom_lpass_cpu_platform_probe, 175 - .remove_new = asoc_qcom_lpass_cpu_platform_remove, 175 + .remove = asoc_qcom_lpass_cpu_platform_remove, 176 176 }; 177 177 module_platform_driver(ipq806x_lpass_cpu_platform_driver); 178 178
+1 -1
sound/soc/qcom/lpass-sc7180.c
··· 315 315 .pm = &sc7180_lpass_pm_ops, 316 316 }, 317 317 .probe = asoc_qcom_lpass_cpu_platform_probe, 318 - .remove_new = asoc_qcom_lpass_cpu_platform_remove, 318 + .remove = asoc_qcom_lpass_cpu_platform_remove, 319 319 .shutdown = asoc_qcom_lpass_cpu_platform_shutdown, 320 320 }; 321 321
+1 -1
sound/soc/qcom/lpass-sc7280.c
··· 445 445 .pm = &sc7280_lpass_pm_ops, 446 446 }, 447 447 .probe = asoc_qcom_lpass_cpu_platform_probe, 448 - .remove_new = asoc_qcom_lpass_cpu_platform_remove, 448 + .remove = asoc_qcom_lpass_cpu_platform_remove, 449 449 .shutdown = asoc_qcom_lpass_cpu_platform_shutdown, 450 450 }; 451 451
+1 -1
sound/soc/qcom/qdsp6/q6routing.c
··· 1161 1161 .of_match_table = of_match_ptr(q6pcm_routing_device_id), 1162 1162 }, 1163 1163 .probe = q6pcm_routing_probe, 1164 - .remove_new = q6pcm_routing_remove, 1164 + .remove = q6pcm_routing_remove, 1165 1165 }; 1166 1166 module_platform_driver(q6pcm_routing_platform_driver); 1167 1167
+1 -1
sound/soc/rockchip/rockchip_i2s.c
··· 866 866 867 867 static struct platform_driver rockchip_i2s_driver = { 868 868 .probe = rockchip_i2s_probe, 869 - .remove_new = rockchip_i2s_remove, 869 + .remove = rockchip_i2s_remove, 870 870 .driver = { 871 871 .name = DRV_NAME, 872 872 .of_match_table = of_match_ptr(rockchip_i2s_match),
+1 -1
sound/soc/rockchip/rockchip_i2s_tdm.c
··· 1423 1423 1424 1424 static struct platform_driver rockchip_i2s_tdm_driver = { 1425 1425 .probe = rockchip_i2s_tdm_probe, 1426 - .remove_new = rockchip_i2s_tdm_remove, 1426 + .remove = rockchip_i2s_tdm_remove, 1427 1427 .driver = { 1428 1428 .name = DRV_NAME, 1429 1429 .of_match_table = rockchip_i2s_tdm_match,
+1 -1
sound/soc/rockchip/rockchip_pdm.c
··· 703 703 704 704 static struct platform_driver rockchip_pdm_driver = { 705 705 .probe = rockchip_pdm_probe, 706 - .remove_new = rockchip_pdm_remove, 706 + .remove = rockchip_pdm_remove, 707 707 .driver = { 708 708 .name = "rockchip-pdm", 709 709 .of_match_table = of_match_ptr(rockchip_pdm_match),
+1 -1
sound/soc/rockchip/rockchip_rt5645.c
··· 233 233 234 234 static struct platform_driver snd_rk_mc_driver = { 235 235 .probe = snd_rk_mc_probe, 236 - .remove_new = snd_rk_mc_remove, 236 + .remove = snd_rk_mc_remove, 237 237 .driver = { 238 238 .name = DRV_NAME, 239 239 .pm = &snd_soc_pm_ops,
+1 -1
sound/soc/rockchip/rockchip_spdif.c
··· 380 380 381 381 static struct platform_driver rk_spdif_driver = { 382 382 .probe = rk_spdif_probe, 383 - .remove_new = rk_spdif_remove, 383 + .remove = rk_spdif_remove, 384 384 .driver = { 385 385 .name = "rockchip-spdif", 386 386 .of_match_table = of_match_ptr(rk_spdif_match),
+1 -1
sound/soc/samsung/arndale.c
··· 207 207 .of_match_table = arndale_audio_of_match, 208 208 }, 209 209 .probe = arndale_audio_probe, 210 - .remove_new = arndale_audio_remove, 210 + .remove = arndale_audio_remove, 211 211 }; 212 212 213 213 module_platform_driver(arndale_audio_driver);
+1 -1
sound/soc/samsung/i2s.c
··· 1741 1741 1742 1742 static struct platform_driver samsung_i2s_driver = { 1743 1743 .probe = samsung_i2s_probe, 1744 - .remove_new = samsung_i2s_remove, 1744 + .remove = samsung_i2s_remove, 1745 1745 .id_table = samsung_i2s_driver_ids, 1746 1746 .driver = { 1747 1747 .name = "samsung-i2s",
+1 -1
sound/soc/samsung/odroid.c
··· 341 341 .pm = &snd_soc_pm_ops, 342 342 }, 343 343 .probe = odroid_audio_probe, 344 - .remove_new = odroid_audio_remove, 344 + .remove = odroid_audio_remove, 345 345 }; 346 346 module_platform_driver(odroid_audio_driver); 347 347
+1 -1
sound/soc/samsung/pcm.c
··· 590 590 591 591 static struct platform_driver s3c_pcm_driver = { 592 592 .probe = s3c_pcm_dev_probe, 593 - .remove_new = s3c_pcm_dev_remove, 593 + .remove = s3c_pcm_dev_remove, 594 594 .driver = { 595 595 .name = "samsung-pcm", 596 596 },
+1 -1
sound/soc/samsung/snow.c
··· 245 245 .of_match_table = snow_of_match, 246 246 }, 247 247 .probe = snow_probe, 248 - .remove_new = snow_remove, 248 + .remove = snow_remove, 249 249 }; 250 250 251 251 module_platform_driver(snow_driver);
+1 -1
sound/soc/samsung/spdif.c
··· 476 476 477 477 static struct platform_driver samsung_spdif_driver = { 478 478 .probe = spdif_probe, 479 - .remove_new = spdif_remove, 479 + .remove = spdif_remove, 480 480 .driver = { 481 481 .name = "samsung-spdif", 482 482 },
+1 -1
sound/soc/sh/fsi.c
··· 2107 2107 .of_match_table = fsi_of_match, 2108 2108 }, 2109 2109 .probe = fsi_probe, 2110 - .remove_new = fsi_remove, 2110 + .remove = fsi_remove, 2111 2111 .id_table = fsi_id_table, 2112 2112 }; 2113 2113
+1 -1
sound/soc/sh/hac.c
··· 334 334 }, 335 335 336 336 .probe = hac_soc_platform_probe, 337 - .remove_new = hac_soc_platform_remove, 337 + .remove = hac_soc_platform_remove, 338 338 }; 339 339 340 340 module_platform_driver(hac_pcm_driver);
+1 -1
sound/soc/sh/rcar/core.c
··· 2087 2087 .of_match_table = rsnd_of_match, 2088 2088 }, 2089 2089 .probe = rsnd_probe, 2090 - .remove_new = rsnd_remove, 2090 + .remove = rsnd_remove, 2091 2091 }; 2092 2092 module_platform_driver(rsnd_driver); 2093 2093
+1 -1
sound/soc/sh/rz-ssi.c
··· 1204 1204 .of_match_table = rz_ssi_of_match, 1205 1205 }, 1206 1206 .probe = rz_ssi_probe, 1207 - .remove_new = rz_ssi_remove, 1207 + .remove = rz_ssi_remove, 1208 1208 }; 1209 1209 1210 1210 module_platform_driver(rz_ssi_driver);
+1 -1
sound/soc/sh/siu_dai.c
··· 788 788 .name = "siu-pcm-audio", 789 789 }, 790 790 .probe = siu_probe, 791 - .remove_new = siu_remove, 791 + .remove = siu_remove, 792 792 }; 793 793 794 794 module_platform_driver(siu_driver);
+1 -1
sound/soc/sof/imx/imx8.c
··· 658 658 /* DT driver definition */ 659 659 static struct platform_driver snd_sof_of_imx8_driver = { 660 660 .probe = sof_of_probe, 661 - .remove_new = sof_of_remove, 661 + .remove = sof_of_remove, 662 662 .driver = { 663 663 .name = "sof-audio-of-imx8", 664 664 .pm = &sof_of_pm,
+1 -1
sound/soc/sof/imx/imx8m.c
··· 505 505 /* DT driver definition */ 506 506 static struct platform_driver snd_sof_of_imx8m_driver = { 507 507 .probe = sof_of_probe, 508 - .remove_new = sof_of_remove, 508 + .remove = sof_of_remove, 509 509 .driver = { 510 510 .name = "sof-audio-of-imx8m", 511 511 .pm = &sof_of_pm,
+1 -1
sound/soc/sof/imx/imx8ulp.c
··· 507 507 /* DT driver definition */ 508 508 static struct platform_driver snd_sof_of_imx8ulp_driver = { 509 509 .probe = sof_of_probe, 510 - .remove_new = sof_of_remove, 510 + .remove = sof_of_remove, 511 511 .driver = { 512 512 .name = "sof-audio-of-imx8ulp", 513 513 .pm = &sof_of_pm,
+1 -1
sound/soc/sof/intel/bdw.c
··· 684 684 /* acpi_driver definition */ 685 685 static struct platform_driver snd_sof_acpi_intel_bdw_driver = { 686 686 .probe = sof_broadwell_probe, 687 - .remove_new = sof_acpi_remove, 687 + .remove = sof_acpi_remove, 688 688 .driver = { 689 689 .name = "sof-audio-acpi-intel-bdw", 690 690 .pm = &sof_acpi_pm,
+1 -1
sound/soc/sof/intel/byt.c
··· 465 465 /* acpi_driver definition */ 466 466 static struct platform_driver snd_sof_acpi_intel_byt_driver = { 467 467 .probe = sof_baytrail_probe, 468 - .remove_new = sof_acpi_remove, 468 + .remove = sof_acpi_remove, 469 469 .driver = { 470 470 .name = "sof-audio-acpi-intel-byt", 471 471 .pm = &sof_acpi_pm,
+1 -1
sound/soc/sof/mediatek/mt8186/mt8186.c
··· 656 656 /* DT driver definition */ 657 657 static struct platform_driver snd_sof_of_mt8186_driver = { 658 658 .probe = sof_of_probe, 659 - .remove_new = sof_of_remove, 659 + .remove = sof_of_remove, 660 660 .shutdown = sof_of_shutdown, 661 661 .driver = { 662 662 .name = "sof-audio-of-mt8186",
+1 -1
sound/soc/sof/mediatek/mt8195/mt8195.c
··· 612 612 /* DT driver definition */ 613 613 static struct platform_driver snd_sof_of_mt8195_driver = { 614 614 .probe = sof_of_probe, 615 - .remove_new = sof_of_remove, 615 + .remove = sof_of_remove, 616 616 .shutdown = sof_of_shutdown, 617 617 .driver = { 618 618 .name = "sof-audio-of-mt8195",
+1 -1
sound/soc/sprd/sprd-mcdt.c
··· 993 993 994 994 static struct platform_driver sprd_mcdt_driver = { 995 995 .probe = sprd_mcdt_probe, 996 - .remove_new = sprd_mcdt_remove, 996 + .remove = sprd_mcdt_remove, 997 997 .driver = { 998 998 .name = "sprd-mcdt", 999 999 .of_match_table = sprd_mcdt_of_match,
+1 -1
sound/soc/starfive/jh7110_pwmdac.c
··· 516 516 .pm = pm_ptr(&jh7110_pwmdac_pm_ops), 517 517 }, 518 518 .probe = jh7110_pwmdac_probe, 519 - .remove_new = jh7110_pwmdac_remove, 519 + .remove = jh7110_pwmdac_remove, 520 520 }; 521 521 module_platform_driver(jh7110_pwmdac_driver); 522 522
+1 -1
sound/soc/starfive/jh7110_tdm.c
··· 660 660 .pm = pm_ptr(&jh7110_tdm_pm_ops), 661 661 }, 662 662 .probe = jh7110_tdm_probe, 663 - .remove_new = jh7110_tdm_dev_remove, 663 + .remove = jh7110_tdm_dev_remove, 664 664 }; 665 665 module_platform_driver(jh7110_tdm_driver); 666 666
+1 -1
sound/soc/stm/stm32_adfsdm.c
··· 398 398 .of_match_table = stm32_adfsdm_of_match, 399 399 }, 400 400 .probe = stm32_adfsdm_probe, 401 - .remove_new = stm32_adfsdm_remove, 401 + .remove = stm32_adfsdm_remove, 402 402 }; 403 403 404 404 module_platform_driver(stm32_adfsdm_driver);
+1 -1
sound/soc/stm/stm32_i2s.c
··· 1216 1216 .pm = &stm32_i2s_pm_ops, 1217 1217 }, 1218 1218 .probe = stm32_i2s_probe, 1219 - .remove_new = stm32_i2s_remove, 1219 + .remove = stm32_i2s_remove, 1220 1220 }; 1221 1221 1222 1222 module_platform_driver(stm32_i2s_driver);
+1 -1
sound/soc/stm/stm32_sai_sub.c
··· 1619 1619 .pm = &stm32_sai_sub_pm_ops, 1620 1620 }, 1621 1621 .probe = stm32_sai_sub_probe, 1622 - .remove_new = stm32_sai_sub_remove, 1622 + .remove = stm32_sai_sub_remove, 1623 1623 }; 1624 1624 1625 1625 module_platform_driver(stm32_sai_sub_driver);
+1 -1
sound/soc/stm/stm32_spdifrx.c
··· 1072 1072 .pm = &stm32_spdifrx_pm_ops, 1073 1073 }, 1074 1074 .probe = stm32_spdifrx_probe, 1075 - .remove_new = stm32_spdifrx_remove, 1075 + .remove = stm32_spdifrx_remove, 1076 1076 }; 1077 1077 1078 1078 module_platform_driver(stm32_spdifrx_driver);
+1 -1
sound/soc/sunxi/sun4i-codec.c
··· 1838 1838 .of_match_table = sun4i_codec_of_match, 1839 1839 }, 1840 1840 .probe = sun4i_codec_probe, 1841 - .remove_new = sun4i_codec_remove, 1841 + .remove = sun4i_codec_remove, 1842 1842 }; 1843 1843 module_platform_driver(sun4i_codec_driver); 1844 1844
+1 -1
sound/soc/sunxi/sun4i-i2s.c
··· 1681 1681 1682 1682 static struct platform_driver sun4i_i2s_driver = { 1683 1683 .probe = sun4i_i2s_probe, 1684 - .remove_new = sun4i_i2s_remove, 1684 + .remove = sun4i_i2s_remove, 1685 1685 .driver = { 1686 1686 .name = "sun4i-i2s", 1687 1687 .of_match_table = sun4i_i2s_match,
+1 -1
sound/soc/sunxi/sun4i-spdif.c
··· 726 726 .pm = &sun4i_spdif_pm, 727 727 }, 728 728 .probe = sun4i_spdif_probe, 729 - .remove_new = sun4i_spdif_remove, 729 + .remove = sun4i_spdif_remove, 730 730 }; 731 731 732 732 module_platform_driver(sun4i_spdif_driver);
+1 -1
sound/soc/sunxi/sun50i-dmic.c
··· 426 426 .pm = &sun50i_dmic_pm, 427 427 }, 428 428 .probe = sun50i_dmic_probe, 429 - .remove_new = sun50i_dmic_remove, 429 + .remove = sun50i_dmic_remove, 430 430 }; 431 431 432 432 module_platform_driver(sun50i_dmic_driver);
+1 -1
sound/soc/sunxi/sun8i-codec.c
··· 1713 1713 .pm = &sun8i_codec_pm_ops, 1714 1714 }, 1715 1715 .probe = sun8i_codec_probe, 1716 - .remove_new = sun8i_codec_remove, 1716 + .remove = sun8i_codec_remove, 1717 1717 }; 1718 1718 module_platform_driver(sun8i_codec_driver); 1719 1719
+1 -1
sound/soc/tegra/tegra186_asrc.c
··· 1034 1034 .pm = &tegra186_asrc_pm_ops, 1035 1035 }, 1036 1036 .probe = tegra186_asrc_platform_probe, 1037 - .remove_new = tegra186_asrc_platform_remove, 1037 + .remove = tegra186_asrc_platform_remove, 1038 1038 }; 1039 1039 module_platform_driver(tegra186_asrc_driver) 1040 1040
+1 -1
sound/soc/tegra/tegra186_dspk.c
··· 542 542 .pm = &tegra186_dspk_pm_ops, 543 543 }, 544 544 .probe = tegra186_dspk_platform_probe, 545 - .remove_new = tegra186_dspk_platform_remove, 545 + .remove = tegra186_dspk_platform_remove, 546 546 }; 547 547 module_platform_driver(tegra186_dspk_driver); 548 548
+1 -1
sound/soc/tegra/tegra20_ac97.c
··· 448 448 .of_match_table = tegra20_ac97_of_match, 449 449 }, 450 450 .probe = tegra20_ac97_platform_probe, 451 - .remove_new = tegra20_ac97_platform_remove, 451 + .remove = tegra20_ac97_platform_remove, 452 452 }; 453 453 module_platform_driver(tegra20_ac97_driver); 454 454
+1 -1
sound/soc/tegra/tegra20_i2s.c
··· 500 500 .pm = &tegra20_i2s_pm_ops, 501 501 }, 502 502 .probe = tegra20_i2s_platform_probe, 503 - .remove_new = tegra20_i2s_platform_remove, 503 + .remove = tegra20_i2s_platform_remove, 504 504 }; 505 505 module_platform_driver(tegra20_i2s_driver); 506 506
+1 -1
sound/soc/tegra/tegra210_admaif.c
··· 856 856 857 857 static struct platform_driver tegra_admaif_driver = { 858 858 .probe = tegra_admaif_probe, 859 - .remove_new = tegra_admaif_remove, 859 + .remove = tegra_admaif_remove, 860 860 .driver = { 861 861 .name = "tegra210-admaif", 862 862 .of_match_table = tegra_admaif_of_match,
+1 -1
sound/soc/tegra/tegra210_adx.c
··· 532 532 .pm = &tegra210_adx_pm_ops, 533 533 }, 534 534 .probe = tegra210_adx_platform_probe, 535 - .remove_new = tegra210_adx_platform_remove, 535 + .remove = tegra210_adx_platform_remove, 536 536 }; 537 537 module_platform_driver(tegra210_adx_driver); 538 538
+1 -1
sound/soc/tegra/tegra210_ahub.c
··· 1414 1414 1415 1415 static struct platform_driver tegra_ahub_driver = { 1416 1416 .probe = tegra_ahub_probe, 1417 - .remove_new = tegra_ahub_remove, 1417 + .remove = tegra_ahub_remove, 1418 1418 .driver = { 1419 1419 .name = "tegra210-ahub", 1420 1420 .of_match_table = tegra_ahub_of_match,
+1 -1
sound/soc/tegra/tegra210_amx.c
··· 589 589 .pm = &tegra210_amx_pm_ops, 590 590 }, 591 591 .probe = tegra210_amx_platform_probe, 592 - .remove_new = tegra210_amx_platform_remove, 592 + .remove = tegra210_amx_platform_remove, 593 593 }; 594 594 module_platform_driver(tegra210_amx_driver); 595 595
+1 -1
sound/soc/tegra/tegra210_dmic.c
··· 559 559 .pm = &tegra210_dmic_pm_ops, 560 560 }, 561 561 .probe = tegra210_dmic_probe, 562 - .remove_new = tegra210_dmic_remove, 562 + .remove = tegra210_dmic_remove, 563 563 }; 564 564 module_platform_driver(tegra210_dmic_driver) 565 565
+1 -1
sound/soc/tegra/tegra210_i2s.c
··· 1019 1019 .pm = &tegra210_i2s_pm_ops, 1020 1020 }, 1021 1021 .probe = tegra210_i2s_probe, 1022 - .remove_new = tegra210_i2s_remove, 1022 + .remove = tegra210_i2s_remove, 1023 1023 }; 1024 1024 module_platform_driver(tegra210_i2s_driver) 1025 1025
+1 -1
sound/soc/tegra/tegra210_mixer.c
··· 674 674 .pm = &tegra210_mixer_pm_ops, 675 675 }, 676 676 .probe = tegra210_mixer_platform_probe, 677 - .remove_new = tegra210_mixer_platform_remove, 677 + .remove = tegra210_mixer_platform_remove, 678 678 }; 679 679 module_platform_driver(tegra210_mixer_driver); 680 680
+1 -1
sound/soc/tegra/tegra210_mvc.c
··· 766 766 .pm = &tegra210_mvc_pm_ops, 767 767 }, 768 768 .probe = tegra210_mvc_platform_probe, 769 - .remove_new = tegra210_mvc_platform_remove, 769 + .remove = tegra210_mvc_platform_remove, 770 770 }; 771 771 module_platform_driver(tegra210_mvc_driver) 772 772
+1 -1
sound/soc/tegra/tegra210_ope.c
··· 407 407 .pm = &tegra210_ope_pm_ops, 408 408 }, 409 409 .probe = tegra210_ope_probe, 410 - .remove_new = tegra210_ope_remove, 410 + .remove = tegra210_ope_remove, 411 411 }; 412 412 module_platform_driver(tegra210_ope_driver) 413 413
+1 -1
sound/soc/tegra/tegra210_sfc.c
··· 3631 3631 .pm = &tegra210_sfc_pm_ops, 3632 3632 }, 3633 3633 .probe = tegra210_sfc_platform_probe, 3634 - .remove_new = tegra210_sfc_platform_remove, 3634 + .remove = tegra210_sfc_platform_remove, 3635 3635 }; 3636 3636 module_platform_driver(tegra210_sfc_driver) 3637 3637
+1 -1
sound/soc/tegra/tegra30_ahub.c
··· 608 608 609 609 static struct platform_driver tegra30_ahub_driver = { 610 610 .probe = tegra30_ahub_probe, 611 - .remove_new = tegra30_ahub_remove, 611 + .remove = tegra30_ahub_remove, 612 612 .driver = { 613 613 .name = DRV_NAME, 614 614 .of_match_table = tegra30_ahub_of_match,
+1 -1
sound/soc/tegra/tegra30_i2s.c
··· 560 560 .pm = &tegra30_i2s_pm_ops, 561 561 }, 562 562 .probe = tegra30_i2s_platform_probe, 563 - .remove_new = tegra30_i2s_platform_remove, 563 + .remove = tegra30_i2s_platform_remove, 564 564 }; 565 565 module_platform_driver(tegra30_i2s_driver); 566 566
+1 -1
sound/soc/tegra/tegra_audio_graph_card.c
··· 248 248 .of_match_table = graph_of_tegra_match, 249 249 }, 250 250 .probe = tegra_audio_graph_probe, 251 - .remove_new = simple_util_remove, 251 + .remove = simple_util_remove, 252 252 }; 253 253 module_platform_driver(tegra_audio_graph_card); 254 254
+1 -1
sound/soc/ti/ams-delta.c
··· 595 595 .name = DRV_NAME, 596 596 }, 597 597 .probe = ams_delta_probe, 598 - .remove_new = ams_delta_remove, 598 + .remove = ams_delta_remove, 599 599 }; 600 600 601 601 module_platform_driver(ams_delta_driver);
+1 -1
sound/soc/ti/davinci-i2s.c
··· 920 920 921 921 static struct platform_driver davinci_mcbsp_driver = { 922 922 .probe = davinci_i2s_probe, 923 - .remove_new = davinci_i2s_remove, 923 + .remove = davinci_i2s_remove, 924 924 .driver = { 925 925 .name = "davinci-mcbsp", 926 926 .of_match_table = of_match_ptr(davinci_i2s_match),
+1 -1
sound/soc/ti/davinci-mcasp.c
··· 2535 2535 2536 2536 static struct platform_driver davinci_mcasp_driver = { 2537 2537 .probe = davinci_mcasp_probe, 2538 - .remove_new = davinci_mcasp_remove, 2538 + .remove = davinci_mcasp_remove, 2539 2539 .driver = { 2540 2540 .name = "davinci-mcasp", 2541 2541 .pm = &davinci_mcasp_pm_ops,
+1 -1
sound/soc/ti/omap-mcbsp.c
··· 1430 1430 }, 1431 1431 1432 1432 .probe = asoc_mcbsp_probe, 1433 - .remove_new = asoc_mcbsp_remove, 1433 + .remove = asoc_mcbsp_remove, 1434 1434 }; 1435 1435 1436 1436 module_platform_driver(asoc_mcbsp_driver);
+1 -1
sound/soc/uniphier/aio-ld11.c
··· 347 347 .of_match_table = of_match_ptr(uniphier_aio_of_match), 348 348 }, 349 349 .probe = uniphier_aio_probe, 350 - .remove_new = uniphier_aio_remove, 350 + .remove = uniphier_aio_remove, 351 351 }; 352 352 module_platform_driver(uniphier_aio_driver); 353 353
+1 -1
sound/soc/uniphier/aio-pxs2.c
··· 256 256 .of_match_table = of_match_ptr(uniphier_aio_of_match), 257 257 }, 258 258 .probe = uniphier_aio_probe, 259 - .remove_new = uniphier_aio_remove, 259 + .remove = uniphier_aio_remove, 260 260 }; 261 261 module_platform_driver(uniphier_aio_driver); 262 262
+1 -1
sound/soc/uniphier/evea.c
··· 560 560 .of_match_table = of_match_ptr(evea_of_match), 561 561 }, 562 562 .probe = evea_probe, 563 - .remove_new = evea_remove, 563 + .remove = evea_remove, 564 564 }; 565 565 module_platform_driver(evea_codec_driver); 566 566
+1 -1
sound/soc/ux500/mop500.c
··· 157 157 .of_match_table = snd_soc_mop500_match, 158 158 }, 159 159 .probe = mop500_probe, 160 - .remove_new = mop500_remove, 160 + .remove = mop500_remove, 161 161 }; 162 162 163 163 module_platform_driver(snd_soc_mop500_driver);
+1 -1
sound/soc/ux500/ux500_msp_dai.c
··· 816 816 .of_match_table = ux500_msp_i2s_match, 817 817 }, 818 818 .probe = ux500_msp_drv_probe, 819 - .remove_new = ux500_msp_drv_remove, 819 + .remove = ux500_msp_drv_remove, 820 820 }; 821 821 module_platform_driver(msp_i2s_driver); 822 822
+1 -1
sound/soc/xilinx/xlnx_formatter_pcm.c
··· 713 713 714 714 static struct platform_driver xlnx_formatter_pcm_driver = { 715 715 .probe = xlnx_formatter_pcm_probe, 716 - .remove_new = xlnx_formatter_pcm_remove, 716 + .remove = xlnx_formatter_pcm_remove, 717 717 .driver = { 718 718 .name = DRV_NAME, 719 719 .of_match_table = xlnx_formatter_pcm_of_match,
+1 -1
sound/soc/xilinx/xlnx_spdif.c
··· 325 325 .of_match_table = xlnx_spdif_of_match, 326 326 }, 327 327 .probe = xlnx_spdif_probe, 328 - .remove_new = xlnx_spdif_remove, 328 + .remove = xlnx_spdif_remove, 329 329 }; 330 330 module_platform_driver(xlnx_spdif_driver); 331 331
+1 -1
sound/soc/xtensa/xtfpga-i2s.c
··· 635 635 636 636 static struct platform_driver xtfpga_i2s_driver = { 637 637 .probe = xtfpga_i2s_probe, 638 - .remove_new = xtfpga_i2s_remove, 638 + .remove = xtfpga_i2s_remove, 639 639 .driver = { 640 640 .name = "xtfpga-i2s", 641 641 .of_match_table = of_match_ptr(xtfpga_i2s_of_match),