]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: Switch back to struct platform_driver::remove()
authorUwe Kleine-König <u.kleine-koenig@baylibre.com>
Mon, 9 Sep 2024 15:12:30 +0000 (17:12 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 9 Sep 2024 17:26:49 +0000 (18:26 +0100)
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>
184 files changed:
sound/soc/adi/axi-i2s.c
sound/soc/adi/axi-spdif.c
sound/soc/amd/acp-pcm-dma.c
sound/soc/amd/acp/acp-rembrandt.c
sound/soc/amd/acp/acp-renoir.c
sound/soc/amd/acp/acp-sdw-sof-mach.c
sound/soc/amd/acp/acp63.c
sound/soc/amd/acp/acp70.c
sound/soc/amd/ps/ps-pdm-dma.c
sound/soc/amd/ps/ps-sdw-dma.c
sound/soc/amd/raven/acp3x-pcm-dma.c
sound/soc/amd/renoir/acp3x-pdm-dma.c
sound/soc/amd/vangogh/acp5x-pcm-dma.c
sound/soc/amd/yc/acp6x-pdm-dma.c
sound/soc/apple/mca.c
sound/soc/atmel/atmel-i2s.c
sound/soc/atmel/atmel_wm8904.c
sound/soc/atmel/mchp-i2s-mcc.c
sound/soc/atmel/mchp-pdmc.c
sound/soc/atmel/mchp-spdifrx.c
sound/soc/atmel/mchp-spdiftx.c
sound/soc/atmel/sam9g20_wm8731.c
sound/soc/atmel/sam9x5_wm8731.c
sound/soc/atmel/tse850-pcm5142.c
sound/soc/au1x/ac97c.c
sound/soc/au1x/i2sc.c
sound/soc/au1x/psc-ac97.c
sound/soc/au1x/psc-i2s.c
sound/soc/bcm/bcm63xx-i2s-whistler.c
sound/soc/bcm/cygnus-ssp.c
sound/soc/cirrus/edb93xx.c
sound/soc/cirrus/ep93xx-i2s.c
sound/soc/codecs/cs42l43.c
sound/soc/codecs/cs47l15.c
sound/soc/codecs/cs47l24.c
sound/soc/codecs/cs47l35.c
sound/soc/codecs/cs47l85.c
sound/soc/codecs/cs47l90.c
sound/soc/codecs/cs47l92.c
sound/soc/codecs/inno_rk3036.c
sound/soc/codecs/lpass-rx-macro.c
sound/soc/codecs/lpass-tx-macro.c
sound/soc/codecs/lpass-va-macro.c
sound/soc/codecs/lpass-wsa-macro.c
sound/soc/codecs/msm8916-wcd-digital.c
sound/soc/codecs/rk817_codec.c
sound/soc/codecs/wcd937x.c
sound/soc/codecs/wcd938x.c
sound/soc/codecs/wcd939x.c
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5110.c
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8997.c
sound/soc/codecs/wm8998.c
sound/soc/dwc/dwc-i2s.c
sound/soc/fsl/fsl_asrc.c
sound/soc/fsl/fsl_aud2htx.c
sound/soc/fsl/fsl_audmix.c
sound/soc/fsl/fsl_dma.c
sound/soc/fsl/fsl_easrc.c
sound/soc/fsl/fsl_esai.c
sound/soc/fsl/fsl_micfil.c
sound/soc/fsl/fsl_mqs.c
sound/soc/fsl/fsl_rpmsg.c
sound/soc/fsl/fsl_sai.c
sound/soc/fsl/fsl_spdif.c
sound/soc/fsl/fsl_ssi.c
sound/soc/fsl/fsl_xcvr.c
sound/soc/fsl/imx-audmux.c
sound/soc/fsl/imx-pcm-rpmsg.c
sound/soc/fsl/imx-sgtl5000.c
sound/soc/fsl/mpc5200_psc_ac97.c
sound/soc/fsl/mpc5200_psc_i2s.c
sound/soc/fsl/p1022_ds.c
sound/soc/fsl/p1022_rdk.c
sound/soc/fsl/pcm030-audio-fabric.c
sound/soc/generic/audio-graph-card.c
sound/soc/generic/audio-graph-card2-custom-sample.c
sound/soc/generic/audio-graph-card2.c
sound/soc/generic/simple-card.c
sound/soc/generic/test-component.c
sound/soc/img/img-i2s-in.c
sound/soc/img/img-i2s-out.c
sound/soc/img/img-parallel-out.c
sound/soc/img/img-spdif-in.c
sound/soc/img/img-spdif-out.c
sound/soc/img/pistachio-internal-dac.c
sound/soc/intel/atom/sst-mfld-platform-pcm.c
sound/soc/intel/atom/sst/sst_acpi.c
sound/soc/intel/boards/bytcht_es8316.c
sound/soc/intel/boards/bytcr_rt5640.c
sound/soc/intel/boards/bytcr_rt5651.c
sound/soc/intel/boards/bytcr_wm5102.c
sound/soc/intel/boards/cht_bsw_max98090_ti.c
sound/soc/intel/boards/sof_es8336.c
sound/soc/intel/boards/sof_pcm512x.c
sound/soc/intel/boards/sof_sdw.c
sound/soc/intel/boards/sof_wm8804.c
sound/soc/intel/catpt/device.c
sound/soc/kirkwood/kirkwood-i2s.c
sound/soc/mediatek/common/mtk-btcvsd.c
sound/soc/mediatek/mt2701/mt2701-afe-pcm.c
sound/soc/mediatek/mt6797/mt6797-afe-pcm.c
sound/soc/mediatek/mt7986/mt7986-afe-pcm.c
sound/soc/mediatek/mt8173/mt8173-afe-pcm.c
sound/soc/mediatek/mt8183/mt8183-afe-pcm.c
sound/soc/mediatek/mt8192/mt8192-afe-pcm.c
sound/soc/mediatek/mt8195/mt8195-afe-pcm.c
sound/soc/mediatek/mt8365/mt8365-afe-pcm.c
sound/soc/meson/aiu.c
sound/soc/meson/axg-card.c
sound/soc/meson/gx-card.c
sound/soc/mxs/mxs-sgtl5000.c
sound/soc/pxa/mmp-sspa.c
sound/soc/pxa/pxa2xx-ac97.c
sound/soc/qcom/lpass-apq8016.c
sound/soc/qcom/lpass-ipq806x.c
sound/soc/qcom/lpass-sc7180.c
sound/soc/qcom/lpass-sc7280.c
sound/soc/qcom/qdsp6/q6routing.c
sound/soc/rockchip/rockchip_i2s.c
sound/soc/rockchip/rockchip_i2s_tdm.c
sound/soc/rockchip/rockchip_pdm.c
sound/soc/rockchip/rockchip_rt5645.c
sound/soc/rockchip/rockchip_spdif.c
sound/soc/samsung/arndale.c
sound/soc/samsung/i2s.c
sound/soc/samsung/odroid.c
sound/soc/samsung/pcm.c
sound/soc/samsung/snow.c
sound/soc/samsung/spdif.c
sound/soc/sh/fsi.c
sound/soc/sh/hac.c
sound/soc/sh/rcar/core.c
sound/soc/sh/rz-ssi.c
sound/soc/sh/siu_dai.c
sound/soc/sof/imx/imx8.c
sound/soc/sof/imx/imx8m.c
sound/soc/sof/imx/imx8ulp.c
sound/soc/sof/intel/bdw.c
sound/soc/sof/intel/byt.c
sound/soc/sof/mediatek/mt8186/mt8186.c
sound/soc/sof/mediatek/mt8195/mt8195.c
sound/soc/sprd/sprd-mcdt.c
sound/soc/starfive/jh7110_pwmdac.c
sound/soc/starfive/jh7110_tdm.c
sound/soc/stm/stm32_adfsdm.c
sound/soc/stm/stm32_i2s.c
sound/soc/stm/stm32_sai_sub.c
sound/soc/stm/stm32_spdifrx.c
sound/soc/sunxi/sun4i-codec.c
sound/soc/sunxi/sun4i-i2s.c
sound/soc/sunxi/sun4i-spdif.c
sound/soc/sunxi/sun50i-dmic.c
sound/soc/sunxi/sun8i-codec.c
sound/soc/tegra/tegra186_asrc.c
sound/soc/tegra/tegra186_dspk.c
sound/soc/tegra/tegra20_ac97.c
sound/soc/tegra/tegra20_i2s.c
sound/soc/tegra/tegra210_admaif.c
sound/soc/tegra/tegra210_adx.c
sound/soc/tegra/tegra210_ahub.c
sound/soc/tegra/tegra210_amx.c
sound/soc/tegra/tegra210_dmic.c
sound/soc/tegra/tegra210_i2s.c
sound/soc/tegra/tegra210_mixer.c
sound/soc/tegra/tegra210_mvc.c
sound/soc/tegra/tegra210_ope.c
sound/soc/tegra/tegra210_sfc.c
sound/soc/tegra/tegra30_ahub.c
sound/soc/tegra/tegra30_i2s.c
sound/soc/tegra/tegra_audio_graph_card.c
sound/soc/ti/ams-delta.c
sound/soc/ti/davinci-i2s.c
sound/soc/ti/davinci-mcasp.c
sound/soc/ti/omap-mcbsp.c
sound/soc/uniphier/aio-ld11.c
sound/soc/uniphier/aio-pxs2.c
sound/soc/uniphier/evea.c
sound/soc/ux500/mop500.c
sound/soc/ux500/ux500_msp_dai.c
sound/soc/xilinx/xlnx_formatter_pcm.c
sound/soc/xilinx/xlnx_spdif.c
sound/soc/xtensa/xtfpga-i2s.c

index 4107eddc9ca8f3d5af5a6799ce6ad5ba3f33c277..41f89384f8fd74d4ffbe68f9adcbe1d0e09f9aa5 100644 (file)
@@ -293,7 +293,7 @@ static struct platform_driver axi_i2s_driver = {
                .of_match_table = axi_i2s_of_match,
        },
        .probe = axi_i2s_probe,
-       .remove_new = axi_i2s_dev_remove,
+       .remove = axi_i2s_dev_remove,
 };
 module_platform_driver(axi_i2s_driver);
 
index 10545bd99704252461c7f4c2e61d5b22eca81af3..5581134201a36a88cdfde02a223dfc0a9fbf5d3c 100644 (file)
@@ -258,7 +258,7 @@ static struct platform_driver axi_spdif_driver = {
                .of_match_table = axi_spdif_of_match,
        },
        .probe = axi_spdif_probe,
-       .remove_new = axi_spdif_dev_remove,
+       .remove = axi_spdif_dev_remove,
 };
 module_platform_driver(axi_spdif_driver);
 
index b857e2676fe8c11649e9a55b831df6fc291eb108..897dde6300220a81a85c97cc6e0a413a4c60b2fc 100644 (file)
@@ -1426,7 +1426,7 @@ static const struct dev_pm_ops acp_pm_ops = {
 
 static struct platform_driver acp_dma_driver = {
        .probe = acp_audio_probe,
-       .remove_new = acp_audio_remove,
+       .remove = acp_audio_remove,
        .driver = {
                .name = DRV_NAME,
                .pm = &acp_pm_ops,
index e19981c7d65aa7e5db9236b0fd8e6d11ae091131..396434a45eea9f9843ba592d92c134aba341289e 100644 (file)
@@ -295,7 +295,7 @@ static const struct dev_pm_ops rmb_dma_pm_ops = {
 
 static struct platform_driver rembrandt_driver = {
        .probe = rembrandt_audio_probe,
-       .remove_new = rembrandt_audio_remove,
+       .remove = rembrandt_audio_remove,
        .driver = {
                .name = "acp_asoc_rembrandt",
                .pm = &rmb_dma_pm_ops,
index db835ed7c20847af9a5ad730b6b4d2acb12677a8..5e3f730aa6bfb19bfef63555bfd16b6fe041ee52 100644 (file)
@@ -244,7 +244,7 @@ static const struct dev_pm_ops rn_dma_pm_ops = {
 
 static struct platform_driver renoir_driver = {
        .probe = renoir_audio_probe,
-       .remove_new = renoir_audio_remove,
+       .remove = renoir_audio_remove,
        .driver = {
                .name = "acp_asoc_renoir",
                .pm = &rn_dma_pm_ops,
index 08f368b3bbc8613e9ddb10907cf4aadc7053d0a2..b1cd173f607d5f1e6814cf767291a18ecf29c4c4 100644 (file)
@@ -729,7 +729,7 @@ static struct platform_driver sof_sdw_driver = {
                .pm = &snd_soc_pm_ops,
        },
        .probe = mc_probe,
-       .remove_new = mc_remove,
+       .remove = mc_remove,
        .id_table = mc_id_table,
 };
 
index f340920b328919069f9408a47edd805742c7e6d0..f325c374f22852c36ea8fdf8116aa2f1e712b408 100644 (file)
@@ -304,7 +304,7 @@ static const struct dev_pm_ops acp63_dma_pm_ops = {
 
 static struct platform_driver acp63_driver = {
        .probe = acp63_audio_probe,
-       .remove_new = acp63_audio_remove,
+       .remove = acp63_audio_remove,
        .driver = {
                .name = "acp_asoc_acp63",
                .pm = &acp63_dma_pm_ops,
index 1b0b59a229249aa9bcc2310c2bceb689d39c1d67..68d2590e1a4efb240332b114c4b790912ace92aa 100644 (file)
@@ -278,7 +278,7 @@ static const struct dev_pm_ops acp70_dma_pm_ops = {
 
 static struct platform_driver acp70_driver = {
        .probe = acp_acp70_audio_probe,
-       .remove_new = acp_acp70_audio_remove,
+       .remove = acp_acp70_audio_remove,
        .driver = {
                .name = "acp_asoc_acp70",
                .pm = &acp70_dma_pm_ops,
index 7bbacbab10950114c5550fcfd71f60514c2a6a60..318fc260f293f7ebeedcd5dec604d958a09c7db3 100644 (file)
@@ -448,7 +448,7 @@ static const struct dev_pm_ops acp63_pdm_pm_ops = {
 
 static struct platform_driver acp63_pdm_dma_driver = {
        .probe = acp63_pdm_audio_probe,
-       .remove_new = acp63_pdm_audio_remove,
+       .remove = acp63_pdm_audio_remove,
        .driver = {
                .name = "acp_ps_pdm_dma",
                .pm = &acp63_pdm_pm_ops,
index 2f630753278dc62d763bb4f5e39ba35fb4e5dec0..3b4b9c6b3171ed5bc0c2a2d80aad708fbd9bc12a 100644 (file)
@@ -551,7 +551,7 @@ static const struct dev_pm_ops acp63_pm_ops = {
 
 static struct platform_driver acp63_sdw_dma_driver = {
        .probe = acp63_sdw_platform_probe,
-       .remove_new = acp63_sdw_platform_remove,
+       .remove = acp63_sdw_platform_remove,
        .driver = {
                .name = "amd_ps_sdw_dma",
                .pm = &acp63_pm_ops,
index 3a50558f67516ebfc011f5f90f55bbe9273f1544..bb9ed52d744d3cc420704c75a27a50b0b23472c5 100644 (file)
@@ -509,7 +509,7 @@ static const struct dev_pm_ops acp3x_pm_ops = {
 
 static struct platform_driver acp3x_dma_driver = {
        .probe = acp3x_audio_probe,
-       .remove_new = acp3x_audio_remove,
+       .remove = acp3x_audio_remove,
        .driver = {
                .name = "acp3x_rv_i2s_dma",
                .pm = &acp3x_pm_ops,
index c3b47e9bd239243ac08670708b80262470f44b1d..95ac8c68003750529f23f34f13224c1d63423930 100644 (file)
@@ -489,7 +489,7 @@ static const struct dev_pm_ops acp_pdm_pm_ops = {
 
 static struct platform_driver acp_pdm_dma_driver = {
        .probe = acp_pdm_audio_probe,
-       .remove_new = acp_pdm_audio_remove,
+       .remove = acp_pdm_audio_remove,
        .driver = {
                .name = "acp_rn_pdm_dma",
                .pm = &acp_pdm_pm_ops,
index 491b16e52a72a6b4fef2bee240a6c35ef04469e3..d5965f2b09bc632740a724d989f75ae68ce45798 100644 (file)
@@ -499,7 +499,7 @@ static const struct dev_pm_ops acp5x_pm_ops = {
 
 static struct platform_driver acp5x_dma_driver = {
        .probe = acp5x_audio_probe,
-       .remove_new = acp5x_audio_remove,
+       .remove = acp5x_audio_remove,
        .driver = {
                .name = "acp5x_i2s_dma",
                .pm = &acp5x_pm_ops,
index 72c4591e451bd9a40fefe457872013a7a477cb38..3eb3e82efb10347911b5acd741d9a9e91673912c 100644 (file)
@@ -440,7 +440,7 @@ static const struct dev_pm_ops acp6x_pdm_pm_ops = {
 
 static struct platform_driver acp6x_pdm_dma_driver = {
        .probe = acp6x_pdm_audio_probe,
-       .remove_new = acp6x_pdm_audio_remove,
+       .remove = acp6x_pdm_audio_remove,
        .driver = {
                .name = "acp_yc_pdm_dma",
                .pm = &acp6x_pdm_pm_ops,
index 3780aca710769e61724f3475bf7956e860a5fd10..c9e7d40c47cc1c26eabc11e57e4d09cb3b97f628 100644 (file)
@@ -1179,7 +1179,7 @@ static struct platform_driver apple_mca_driver = {
                .of_match_table = apple_mca_of_match,
        },
        .probe = apple_mca_probe,
-       .remove_new = apple_mca_remove,
+       .remove = apple_mca_remove,
 };
 module_platform_driver(apple_mca_driver);
 
index 6c20c643f32186ab13cb705c451ab065a3c7261d..762199faf872e07522f4ab14c17afed8c2c889fe 100644 (file)
@@ -733,7 +733,7 @@ static struct platform_driver atmel_i2s_driver = {
                .of_match_table = atmel_i2s_dt_ids,
        },
        .probe          = atmel_i2s_probe,
-       .remove_new     = atmel_i2s_remove,
+       .remove         = atmel_i2s_remove,
 };
 module_platform_driver(atmel_i2s_driver);
 
index b7f16ea0cdfcd2e0c7a6ab7a166ad26a15217594..0f4021c6c5882cfc3d6acf4ad3eba42aa3f38b7f 100644 (file)
@@ -187,7 +187,7 @@ static struct platform_driver atmel_asoc_wm8904_driver = {
                .pm             = &snd_soc_pm_ops,
        },
        .probe = atmel_asoc_wm8904_probe,
-       .remove_new = atmel_asoc_wm8904_remove,
+       .remove = atmel_asoc_wm8904_remove,
 };
 
 module_platform_driver(atmel_asoc_wm8904_driver);
index f40508668ac5b08e23d91d2d631b56e2abecf395..17d138bb906488117ba31d3d9f0ec86169096b0c 100644 (file)
@@ -1129,7 +1129,7 @@ static struct platform_driver mchp_i2s_mcc_driver = {
                .of_match_table = mchp_i2s_mcc_dt_ids,
        },
        .probe          = mchp_i2s_mcc_probe,
-       .remove_new     = mchp_i2s_mcc_remove,
+       .remove         = mchp_i2s_mcc_remove,
 };
 module_platform_driver(mchp_i2s_mcc_driver);
 
index dcc4e14b3dde275551688e9eacb85639b4fbd974..260074018da9c4274ef87ea6a986d82dea1abd38 100644 (file)
@@ -1153,7 +1153,7 @@ static struct platform_driver mchp_pdmc_driver = {
                .pm             = pm_ptr(&mchp_pdmc_pm_ops),
        },
        .probe  = mchp_pdmc_probe,
-       .remove_new = mchp_pdmc_remove,
+       .remove = mchp_pdmc_remove,
 };
 module_platform_driver(mchp_pdmc_driver);
 
index 33ce5e54482bebd5b212e9971f510eb478373285..b2507a1491b714a4108c9ea2ee23f6e206bc0ae2 100644 (file)
@@ -1194,7 +1194,7 @@ static void mchp_spdifrx_remove(struct platform_device *pdev)
 
 static struct platform_driver mchp_spdifrx_driver = {
        .probe  = mchp_spdifrx_probe,
-       .remove_new = mchp_spdifrx_remove,
+       .remove = mchp_spdifrx_remove,
        .driver = {
                .name   = "mchp_spdifrx",
                .of_match_table = mchp_spdifrx_dt_ids,
index a201a96fa69062ef11233fe379be9189e695db3a..4c60ea6528967d155cb54d8d0450d3a2a3e0b48e 100644 (file)
@@ -888,7 +888,7 @@ static void mchp_spdiftx_remove(struct platform_device *pdev)
 
 static struct platform_driver mchp_spdiftx_driver = {
        .probe  = mchp_spdiftx_probe,
-       .remove_new = mchp_spdiftx_remove,
+       .remove = mchp_spdiftx_remove,
        .driver = {
                .name   = "mchp_spdiftx",
                .of_match_table = mchp_spdiftx_dt_ids,
index d3ec9826d505f457658a2f47bf1f079ed1672c74..335e216ea7b403b5ada818c397ef64dfc1179878 100644 (file)
@@ -207,7 +207,7 @@ static struct platform_driver at91sam9g20ek_audio_driver = {
                .of_match_table = of_match_ptr(at91sam9g20ek_wm8731_dt_ids),
        },
        .probe  = at91sam9g20ek_audio_probe,
-       .remove_new = at91sam9g20ek_audio_remove,
+       .remove = at91sam9g20ek_audio_remove,
 };
 
 module_platform_driver(at91sam9g20ek_audio_driver);
index d1c1f370a9cd5a85f1bb6130cf237e74710c9870..1b5ef4e9d2b89bb8c0fa10addc8353bfe86f242a 100644 (file)
@@ -196,7 +196,7 @@ static struct platform_driver sam9x5_wm8731_driver = {
                .of_match_table = of_match_ptr(sam9x5_wm8731_of_match),
        },
        .probe = sam9x5_wm8731_driver_probe,
-       .remove_new = sam9x5_wm8731_driver_remove,
+       .remove = sam9x5_wm8731_driver_remove,
 };
 module_platform_driver(sam9x5_wm8731_driver);
 
index 5d208e0b4b905d2dcf0d23254e3c3c464eca8f26..0a9efd5f28615a69798f970ea9a8fb841fad456a 100644 (file)
@@ -431,7 +431,7 @@ static struct platform_driver tse850_driver = {
                .of_match_table = tse850_dt_ids,
        },
        .probe = tse850_probe,
-       .remove_new = tse850_remove,
+       .remove = tse850_remove,
 };
 
 module_platform_driver(tse850_driver);
index b0e1a1253e10896562f1eae4b8ca46ef02132000..f8ab936250dc0e84ce42eea9fd84c90c32bed4ca 100644 (file)
@@ -336,7 +336,7 @@ static struct platform_driver au1xac97c_driver = {
                .pm     = AU1XPSCAC97_PMOPS,
        },
        .probe          = au1xac97c_drvprobe,
-       .remove_new     = au1xac97c_drvremove,
+       .remove         = au1xac97c_drvremove,
 };
 
 module_platform_driver(au1xac97c_driver);
index 064406080d72635c727b1f1de2a0dd5da32461ad..7d296f29dade8c0c687557d896e2bd8ae6a2070b 100644 (file)
@@ -313,7 +313,7 @@ static struct platform_driver au1xi2s_driver = {
                .pm     = AU1XI2SC_PMOPS,
        },
        .probe          = au1xi2s_drvprobe,
-       .remove_new     = au1xi2s_drvremove,
+       .remove         = au1xi2s_drvremove,
 };
 
 module_platform_driver(au1xi2s_driver);
index 1727eeb12b64e51c444aca52d8d9a375d25d3c05..8a59a50978b91e2ad0a8ab752b5d515fa38e436b 100644 (file)
@@ -486,7 +486,7 @@ static struct platform_driver au1xpsc_ac97_driver = {
                .pm     = AU1XPSCAC97_PMOPS,
        },
        .probe          = au1xpsc_ac97_drvprobe,
-       .remove_new     = au1xpsc_ac97_drvremove,
+       .remove         = au1xpsc_ac97_drvremove,
 };
 
 module_platform_driver(au1xpsc_ac97_driver);
index 52734dec8247215455bfb1adc4eb52f685e16944..bee013555e7a3583d1d6ad0e610e8ece213a5323 100644 (file)
@@ -404,7 +404,7 @@ static struct platform_driver au1xpsc_i2s_driver = {
                .pm     = AU1XPSCI2S_PMOPS,
        },
        .probe          = au1xpsc_i2s_drvprobe,
-       .remove_new     = au1xpsc_i2s_drvremove,
+       .remove         = au1xpsc_i2s_drvremove,
 };
 
 module_platform_driver(au1xpsc_i2s_driver);
index c64609718738b321da4fe95082437926aea600a9..c47ed1e6ea2b6d63aa6da37def9567ebed1339f0 100644 (file)
@@ -293,7 +293,7 @@ static struct platform_driver bcm63xx_i2s_driver = {
                .of_match_table = of_match_ptr(snd_soc_bcm_audio_match),
        },
        .probe = bcm63xx_i2s_dev_probe,
-       .remove_new = bcm63xx_i2s_dev_remove,
+       .remove = bcm63xx_i2s_dev_remove,
 };
 
 module_platform_driver(bcm63xx_i2s_driver);
index 90088516fed0182bd15b0f7ce39b62f25a6f20bd..e0ce0232eb1efb0bff6dda5c9fc41a68da815276 100644 (file)
@@ -1390,7 +1390,7 @@ MODULE_DEVICE_TABLE(of, cygnus_ssp_of_match);
 
 static struct platform_driver cygnus_ssp_driver = {
        .probe          = cygnus_ssp_probe,
-       .remove_new     = cygnus_ssp_remove,
+       .remove         = cygnus_ssp_remove,
        .driver         = {
                .name   = "cygnus-ssp",
                .of_match_table = cygnus_ssp_of_match,
index 8bb67d7d2b4bfc6e2c2880c499810c346960b287..8dac754ddb0d7b75f43f6c492f8ffb6d37f00250 100644 (file)
@@ -105,7 +105,7 @@ static struct platform_driver edb93xx_driver = {
                .name   = "edb93xx-audio",
        },
        .probe          = edb93xx_probe,
-       .remove_new     = edb93xx_remove,
+       .remove         = edb93xx_remove,
 };
 
 module_platform_driver(edb93xx_driver);
index 522de4b802939892a804798c243789dfc6226dbd..d45862ceb0c9a54876a44546438e937dcbfed2cc 100644 (file)
@@ -523,7 +523,7 @@ MODULE_DEVICE_TABLE(of, ep93xx_i2s_of_ids);
 
 static struct platform_driver ep93xx_i2s_driver = {
        .probe  = ep93xx_i2s_probe,
-       .remove_new = ep93xx_i2s_remove,
+       .remove = ep93xx_i2s_remove,
        .driver = {
                .name   = "ep93xx-i2s",
                .of_match_table = ep93xx_i2s_of_ids,
index 5183b4586424326e3ee900ba875aa3c6515d4f85..d0098b4558b5298a497a6cf8ded78c857c551d80 100644 (file)
@@ -2461,7 +2461,7 @@ static struct platform_driver cs42l43_codec_driver = {
        },
 
        .probe          = cs42l43_codec_probe,
-       .remove_new     = cs42l43_codec_remove,
+       .remove         = cs42l43_codec_remove,
        .id_table       = cs42l43_codec_id_table,
 };
 module_platform_driver(cs42l43_codec_driver);
index ab6e7cd99733b26518835b1cd25e3ac29817278f..29a2bcfb3048f9d991a8272b766d31063ceafe65 100644 (file)
@@ -1493,7 +1493,7 @@ static struct platform_driver cs47l15_codec_driver = {
                .name = "cs47l15-codec",
        },
        .probe = &cs47l15_probe,
-       .remove_new = cs47l15_remove,
+       .remove = cs47l15_remove,
 };
 
 module_platform_driver(cs47l15_codec_driver);
index ec405ef66a8e24c2e7d473e7078e22b9ec9a8449..e2a839fae4fccc998406a2c4100de9aa594fd380 100644 (file)
@@ -1344,7 +1344,7 @@ static struct platform_driver cs47l24_codec_driver = {
                .name = "cs47l24-codec",
        },
        .probe = cs47l24_probe,
-       .remove_new = cs47l24_remove,
+       .remove = cs47l24_remove,
 };
 
 module_platform_driver(cs47l24_codec_driver);
index 0d7ee7ea6257d18134dd11c1a47c87318232ccf8..85555c7a2e4bc9f3eb010da9bfb0a99a1bea77a0 100644 (file)
@@ -1769,7 +1769,7 @@ static struct platform_driver cs47l35_codec_driver = {
                .name = "cs47l35-codec",
        },
        .probe = &cs47l35_probe,
-       .remove_new = cs47l35_remove,
+       .remove = cs47l35_remove,
 };
 
 module_platform_driver(cs47l35_codec_driver);
index 2dfb867e6eddba8ad24324f27aa5580a4faa8261..d34f4e8c26d37db649d8abb8f6702568001fd8de 100644 (file)
@@ -2720,7 +2720,7 @@ static struct platform_driver cs47l85_codec_driver = {
                .name = "cs47l85-codec",
        },
        .probe = &cs47l85_probe,
-       .remove_new = cs47l85_remove,
+       .remove = cs47l85_remove,
 };
 
 module_platform_driver(cs47l85_codec_driver);
index 2549cb1fc121d1e2476c840b8455d443e60d5f75..a9e703981f37121f0eff67507ee4db1aa705b562 100644 (file)
@@ -2644,7 +2644,7 @@ static struct platform_driver cs47l90_codec_driver = {
                .name = "cs47l90-codec",
        },
        .probe = &cs47l90_probe,
-       .remove_new = cs47l90_remove,
+       .remove = cs47l90_remove,
 };
 
 module_platform_driver(cs47l90_codec_driver);
index 0c05ae0b09fb2e545460953b3c3b5aaa2bef4be6..2c355c61acd8be06a4a7c295a6e8bcfa43827ad7 100644 (file)
@@ -2092,7 +2092,7 @@ static struct platform_driver cs47l92_codec_driver = {
                .name = "cs47l92-codec",
        },
        .probe = &cs47l92_probe,
-       .remove_new = cs47l92_remove,
+       .remove = cs47l92_remove,
 };
 
 module_platform_driver(cs47l92_codec_driver);
index 11320423c69c85d73b2a63da4f36fc9f4f69a5cc..fdd19f8e88640d424f5e8c8e4283f33e876a80b6 100644 (file)
@@ -476,7 +476,7 @@ static struct platform_driver rk3036_codec_platform_driver = {
                .of_match_table = of_match_ptr(rk3036_codec_of_match),
        },
        .probe = rk3036_codec_platform_probe,
-       .remove_new = rk3036_codec_platform_remove,
+       .remove = rk3036_codec_platform_remove,
 };
 
 module_platform_driver(rk3036_codec_platform_driver);
index ce42749660c87e4949fdc833445d2a7be521bbc3..71e0d3bffd3f5f757f708d58843f7b59522e5794 100644 (file)
@@ -4024,7 +4024,7 @@ static struct platform_driver rx_macro_driver = {
                .pm = &rx_macro_pm_ops,
        },
        .probe = rx_macro_probe,
-       .remove_new = rx_macro_remove,
+       .remove = rx_macro_remove,
 };
 
 module_platform_driver(rx_macro_driver);
index 209c12ec16ddf1fca0aa59fc413e4ab00e200bfe..a134584acf909e0028953462defc4fd5b5dab7ea 100644 (file)
@@ -2534,7 +2534,7 @@ static struct platform_driver tx_macro_driver = {
                .pm = &tx_macro_pm_ops,
        },
        .probe = tx_macro_probe,
-       .remove_new = tx_macro_remove,
+       .remove = tx_macro_remove,
 };
 
 module_platform_driver(tx_macro_driver);
index 8454193ed22a62fb2e74e500bcb8020539999880..24689cad009414c9a9f0ad1fd64895641e65c4a2 100644 (file)
@@ -1729,7 +1729,7 @@ static struct platform_driver va_macro_driver = {
                .pm = &va_macro_pm_ops,
        },
        .probe = va_macro_probe,
-       .remove_new = va_macro_remove,
+       .remove = va_macro_remove,
 };
 
 module_platform_driver(va_macro_driver);
index 76900274acf399f825158d989d2cf14f53ff4e9c..c989d82d1d3c1754427c721690057360e5e751a2 100644 (file)
@@ -2980,7 +2980,7 @@ static struct platform_driver wsa_macro_driver = {
                .pm = &wsa_macro_pm_ops,
        },
        .probe = wsa_macro_probe,
-       .remove_new = wsa_macro_remove,
+       .remove = wsa_macro_remove,
 };
 
 module_platform_driver(wsa_macro_driver);
index 978c4d056e81052377cf81d2145e7cc917234a66..ebb6f2e8481828f587729b01398c05aa02f2476b 100644 (file)
@@ -1241,7 +1241,7 @@ static struct platform_driver msm8916_wcd_digital_driver = {
                   .of_match_table = msm8916_wcd_digital_match_table,
        },
        .probe = msm8916_wcd_digital_probe,
-       .remove_new = msm8916_wcd_digital_remove,
+       .remove = msm8916_wcd_digital_remove,
 };
 
 module_platform_driver(msm8916_wcd_digital_driver);
index 5fea600bc3a429cae639450bf9df539cd0542a81..3c5b663576619f8bd3efa5fe01fda58cf58f2cce 100644 (file)
@@ -529,7 +529,7 @@ static struct platform_driver rk817_codec_driver = {
                   .name = "rk817-codec",
                   },
        .probe = rk817_platform_probe,
-       .remove_new = rk817_platform_remove,
+       .remove = rk817_platform_remove,
 };
 
 module_platform_driver(rk817_codec_driver);
index af296b77a723ad99f479647fa7b60a647d74f1c5..45f32d28190813d94abec31c4506bb4463da9fd2 100644 (file)
@@ -2957,7 +2957,7 @@ MODULE_DEVICE_TABLE(of, wcd937x_of_match);
 
 static struct platform_driver wcd937x_codec_driver = {
        .probe = wcd937x_probe,
-       .remove_new = wcd937x_remove,
+       .remove = wcd937x_remove,
        .driver = {
                .name = "wcd937x_codec",
                .of_match_table = of_match_ptr(wcd937x_of_match),
index aa92f1bfc921f6d54a9761993633bc41c9b13a98..f2a4f3262bdbc5f828628464bba9ae07ef99af56 100644 (file)
@@ -3596,7 +3596,7 @@ MODULE_DEVICE_TABLE(of, wcd938x_dt_match);
 
 static struct platform_driver wcd938x_codec_driver = {
        .probe = wcd938x_probe,
-       .remove_new = wcd938x_remove,
+       .remove = wcd938x_remove,
        .driver = {
                .name = "wcd938x_codec",
                .of_match_table = of_match_ptr(wcd938x_dt_match),
index 68fc591670dc84b340be5bb89e16e4ab45c40591..4a417a92514d7979aab8a7b67c518e9889e12012 100644 (file)
@@ -3683,7 +3683,7 @@ MODULE_DEVICE_TABLE(of, wcd939x_dt_match);
 
 static struct platform_driver wcd939x_codec_driver = {
        .probe = wcd939x_probe,
-       .remove_new = wcd939x_remove,
+       .remove = wcd939x_remove,
        .driver = {
                .name = "wcd939x_codec",
                .of_match_table = of_match_ptr(wcd939x_dt_match),
index 4ecf07c7448c544790225ee27e0e891d8cc64fc8..651f1319204de275edb230727a794a2fe86c9d44 100644 (file)
@@ -2174,7 +2174,7 @@ static struct platform_driver wm5102_codec_driver = {
                .name = "wm5102-codec",
        },
        .probe = wm5102_probe,
-       .remove_new = wm5102_remove,
+       .remove = wm5102_remove,
 };
 
 module_platform_driver(wm5102_codec_driver);
index 0f299cd07b2e945af38bafdec789a462b98dbfbf..502196253d42a9130fb0551863109db73c474b20 100644 (file)
@@ -2534,7 +2534,7 @@ static struct platform_driver wm5110_codec_driver = {
                .name = "wm5110-codec",
        },
        .probe = wm5110_probe,
-       .remove_new = wm5110_remove,
+       .remove = wm5110_remove,
 };
 
 module_platform_driver(wm5110_codec_driver);
index a99908582a50aa532ce72d8e3f618821b67785bf..a4abe6e53bfc5c796733f223152ab5a554cc22c8 100644 (file)
@@ -4699,7 +4699,7 @@ static struct platform_driver wm8994_codec_driver = {
                .pm = &wm8994_pm_ops,
        },
        .probe = wm8994_probe,
-       .remove_new = wm8994_remove,
+       .remove = wm8994_remove,
 };
 
 module_platform_driver(wm8994_codec_driver);
index 87442840f0af20705bab7f1bf9d942b8cb2a31b5..5389c363b14e0a11facaa2db9c8756f309c8037a 100644 (file)
@@ -1210,7 +1210,7 @@ static struct platform_driver wm8997_codec_driver = {
                .name = "wm8997-codec",
        },
        .probe = wm8997_probe,
-       .remove_new = wm8997_remove,
+       .remove = wm8997_remove,
 };
 
 module_platform_driver(wm8997_codec_driver);
index 3c2c4d12c08ecac7b511c844e795c04195fc5966..b72b8a64be8fac130f47c4df5173275a9679bc52 100644 (file)
@@ -1426,7 +1426,7 @@ static struct platform_driver wm8998_codec_driver = {
                .name = "wm8998-codec",
        },
        .probe = wm8998_probe,
-       .remove_new = wm8998_remove,
+       .remove = wm8998_remove,
 };
 
 module_platform_driver(wm8998_codec_driver);
index e6a5eebe5bc96290c5c9660cb276ae1e471c4a58..57b789d7fbedd4623d037e6076508f3f579d898c 100644 (file)
@@ -1089,7 +1089,7 @@ static const struct dev_pm_ops dwc_pm_ops = {
 
 static struct platform_driver dw_i2s_driver = {
        .probe          = dw_i2s_probe,
-       .remove_new     = dw_i2s_remove,
+       .remove         = dw_i2s_remove,
        .driver         = {
                .name   = "designware-i2s",
                .of_match_table = of_match_ptr(dw_i2s_of_match),
index b793263291dc8d66520c04723c3f14b7ba2c1601..bd5c46d763c0ff06de334aa1f3f7468007528058 100644 (file)
@@ -1392,7 +1392,7 @@ MODULE_DEVICE_TABLE(of, fsl_asrc_ids);
 
 static struct platform_driver fsl_asrc_driver = {
        .probe = fsl_asrc_probe,
-       .remove_new = fsl_asrc_remove,
+       .remove = fsl_asrc_remove,
        .driver = {
                .name = "fsl-asrc",
                .of_match_table = fsl_asrc_ids,
index a6cbaa6364c7fb9b51a0bd32ed87c29426b69fc7..021d73e409aa2fc538b761586591bfb3336ecdd8 100644 (file)
@@ -296,7 +296,7 @@ static const struct dev_pm_ops fsl_aud2htx_pm_ops = {
 
 static struct platform_driver fsl_aud2htx_driver = {
        .probe = fsl_aud2htx_probe,
-       .remove_new = fsl_aud2htx_remove,
+       .remove = fsl_aud2htx_remove,
        .driver = {
                .name = "fsl-aud2htx",
                .pm = pm_ptr(&fsl_aud2htx_pm_ops),
index f3a24758aedbbe8793b3e2e3ddf3f99016d96c1b..3cd9a66b70a15707f960d976e7b604b86364db55 100644 (file)
@@ -548,7 +548,7 @@ static const struct dev_pm_ops fsl_audmix_pm = {
 
 static struct platform_driver fsl_audmix_driver = {
        .probe = fsl_audmix_probe,
-       .remove_new = fsl_audmix_remove,
+       .remove = fsl_audmix_remove,
        .driver = {
                .name = "fsl-audmix",
                .of_match_table = fsl_audmix_ids,
index c4bc9395dff7d9396667dfd6b2eef577a07d0334..aca066b5a43c4df61e5c1d07a6f2f19bdc32f2dd 100644 (file)
@@ -911,7 +911,7 @@ static struct platform_driver fsl_soc_dma_driver = {
                .of_match_table = fsl_soc_dma_ids,
        },
        .probe = fsl_soc_dma_probe,
-       .remove_new = fsl_soc_dma_remove,
+       .remove = fsl_soc_dma_remove,
 };
 
 module_platform_driver(fsl_soc_dma_driver);
index 962f30912091893a2eb9ee4892f7c080756ba7eb..82359edd6a8b49ede6637a05c0ae5099e1cba1d1 100644 (file)
@@ -2093,7 +2093,7 @@ static const struct dev_pm_ops fsl_easrc_pm_ops = {
 
 static struct platform_driver fsl_easrc_driver = {
        .probe = fsl_easrc_probe,
-       .remove_new = fsl_easrc_remove,
+       .remove = fsl_easrc_remove,
        .driver = {
                .name = "fsl-easrc",
                .pm = pm_ptr(&fsl_easrc_pm_ops),
index d0d8a01da9bdda593a9cfa186b7399a527cf3278..a65f5b9935a2c130f447a912cdef1e91e2838dd8 100644 (file)
@@ -1198,7 +1198,7 @@ static const struct dev_pm_ops fsl_esai_pm_ops = {
 
 static struct platform_driver fsl_esai_driver = {
        .probe = fsl_esai_probe,
-       .remove_new = fsl_esai_remove,
+       .remove = fsl_esai_remove,
        .driver = {
                .name = "fsl-esai-dai",
                .pm = &fsl_esai_pm_ops,
index 22b240a70ad48e65dedaf59522eb528d16a54ee2..193be098fa5e0ff524452ec2589edb1daf62559d 100644 (file)
@@ -1317,7 +1317,7 @@ static const struct dev_pm_ops fsl_micfil_pm_ops = {
 
 static struct platform_driver fsl_micfil_driver = {
        .probe = fsl_micfil_probe,
-       .remove_new = fsl_micfil_remove,
+       .remove = fsl_micfil_remove,
        .driver = {
                .name = "fsl-micfil-dai",
                .pm = &fsl_micfil_pm_ops,
index df160834c81b61b68e0dba697e70f942126114df..145f9ca15e43cb0e78ccae0068a82c665739b9f0 100644 (file)
@@ -381,7 +381,7 @@ MODULE_DEVICE_TABLE(of, fsl_mqs_dt_ids);
 
 static struct platform_driver fsl_mqs_driver = {
        .probe          = fsl_mqs_probe,
-       .remove_new     = fsl_mqs_remove,
+       .remove         = fsl_mqs_remove,
        .driver         = {
                .name   = "fsl-mqs",
                .of_match_table = fsl_mqs_dt_ids,
index be46fbfd487ad66853b4e8c42229ec98831add21..0a551be3053b7911f20f149a24efb1cfba1c248d 100644 (file)
@@ -328,7 +328,7 @@ static const struct dev_pm_ops fsl_rpmsg_pm_ops = {
 
 static struct platform_driver fsl_rpmsg_driver = {
        .probe  = fsl_rpmsg_probe,
-       .remove_new = fsl_rpmsg_remove,
+       .remove = fsl_rpmsg_remove,
        .driver = {
                .name = "fsl_rpmsg",
                .pm = pm_ptr(&fsl_rpmsg_pm_ops),
index d03b0172b8ad240ad2903e04cf8d6119fe6e77e2..ab58a446107352230588eda66206af8a4a7dbecd 100644 (file)
@@ -1817,7 +1817,7 @@ static const struct dev_pm_ops fsl_sai_pm_ops = {
 
 static struct platform_driver fsl_sai_driver = {
        .probe = fsl_sai_probe,
-       .remove_new = fsl_sai_remove,
+       .remove = fsl_sai_remove,
        .driver = {
                .name = "fsl-sai",
                .pm = &fsl_sai_pm_ops,
index eace399cb064cc911f2fd167178c1946e5f07204..b6ff04f7138a2ce1dafdbd6baeae501e66e23b52 100644 (file)
@@ -1763,7 +1763,7 @@ static struct platform_driver fsl_spdif_driver = {
                .pm = pm_ptr(&fsl_spdif_pm),
        },
        .probe = fsl_spdif_probe,
-       .remove_new = fsl_spdif_remove,
+       .remove = fsl_spdif_remove,
 };
 
 module_platform_driver(fsl_spdif_driver);
index c4c1d9c44056a8ec71ce7212d7ce176d3cb9db83..320108bebf301aef5d21637a28bbf43d638070c2 100644 (file)
@@ -1734,7 +1734,7 @@ static struct platform_driver fsl_ssi_driver = {
                .pm = pm_sleep_ptr(&fsl_ssi_pm),
        },
        .probe = fsl_ssi_probe,
-       .remove_new = fsl_ssi_remove,
+       .remove = fsl_ssi_remove,
 };
 
 module_platform_driver(fsl_ssi_driver);
index bf9a4e90978ef16d62d0fbad09011dc10310b4cc..e9efe51d8fd057309c9ad098f5b74b5b176aaa2c 100644 (file)
@@ -1540,7 +1540,7 @@ static struct platform_driver fsl_xcvr_driver = {
                .pm = pm_ptr(&fsl_xcvr_pm_ops),
                .of_match_table = fsl_xcvr_dt_ids,
        },
-       .remove_new = fsl_xcvr_remove,
+       .remove = fsl_xcvr_remove,
 };
 module_platform_driver(fsl_xcvr_driver);
 
index f97ae14dc452acce7d467e98c7d35f5741d3205f..43e14f2eca8dfe6095407a7f3e7e14413ff22334 100644 (file)
@@ -354,7 +354,7 @@ static const struct dev_pm_ops imx_audmux_pm = {
 
 static struct platform_driver imx_audmux_driver = {
        .probe          = imx_audmux_probe,
-       .remove_new     = imx_audmux_remove,
+       .remove         = imx_audmux_remove,
        .driver = {
                .name   = DRIVER_NAME,
                .pm = pm_sleep_ptr(&imx_audmux_pm),
index 22156f99dceeaeec2cff8f4b24691b303e057a0d..1daf0be3d100b83ac0f65dfe5a82326d515ab137 100644 (file)
@@ -822,7 +822,7 @@ MODULE_DEVICE_TABLE(platform, imx_rpmsg_pcm_id_table);
 
 static struct platform_driver imx_pcm_rpmsg_driver = {
        .probe  = imx_rpmsg_pcm_probe,
-       .remove_new = imx_rpmsg_pcm_remove,
+       .remove = imx_rpmsg_pcm_remove,
        .id_table = imx_rpmsg_pcm_id_table,
        .driver = {
                .name = IMX_PCM_DRV_NAME,
index 3c1e69092d2f173e2a9680b11528dd811d4c390e..8bcf54ef709e1f68903235f31bc0a6eb3c311db2 100644 (file)
@@ -214,7 +214,7 @@ static struct platform_driver imx_sgtl5000_driver = {
                .of_match_table = imx_sgtl5000_dt_ids,
        },
        .probe = imx_sgtl5000_probe,
-       .remove_new = imx_sgtl5000_remove,
+       .remove = imx_sgtl5000_remove,
 };
 module_platform_driver(imx_sgtl5000_driver);
 
index 0423cf43c7a02fdf2898ddf802bbbc16586fc49c..8554fb690772cb2028d6663ac96128a5a9663a2f 100644 (file)
@@ -327,7 +327,7 @@ MODULE_DEVICE_TABLE(of, psc_ac97_match);
 
 static struct platform_driver psc_ac97_driver = {
        .probe = psc_ac97_of_probe,
-       .remove_new = psc_ac97_of_remove,
+       .remove = psc_ac97_of_remove,
        .driver = {
                .name = "mpc5200-psc-ac97",
                .of_match_table = psc_ac97_match,
index 931b430fa9836a11fa6f1e6248c8dc58c6aa9558..9ad44eeed6ad8fe54d5149b9dabf88f36da02beb 100644 (file)
@@ -225,7 +225,7 @@ MODULE_DEVICE_TABLE(of, psc_i2s_match);
 
 static struct platform_driver psc_i2s_driver = {
        .probe = psc_i2s_of_probe,
-       .remove_new = psc_i2s_of_remove,
+       .remove = psc_i2s_of_remove,
        .driver = {
                .name = "mpc5200-psc-i2s",
                .of_match_table = psc_i2s_match,
index 6f5eecf6d88c15d34cd05039da17c651f91ee246..66db05970d821d0e03defe3aff1c35b4a926a1bb 100644 (file)
@@ -408,7 +408,7 @@ static void p1022_ds_remove(struct platform_device *pdev)
 
 static struct platform_driver p1022_ds_driver = {
        .probe = p1022_ds_probe,
-       .remove_new = p1022_ds_remove,
+       .remove = p1022_ds_remove,
        .driver = {
                /*
                 * The name must match 'compatible' property in the device tree,
index a42149311c8bed02a293aba6744a53dfe6dbd3ba..d4568346714f4c2bf8e9afb7f6c147f725c1d4f2 100644 (file)
@@ -370,7 +370,7 @@ static void p1022_rdk_remove(struct platform_device *pdev)
 
 static struct platform_driver p1022_rdk_driver = {
        .probe = p1022_rdk_probe,
-       .remove_new = p1022_rdk_remove,
+       .remove = p1022_rdk_remove,
        .driver = {
                /*
                 * The name must match 'compatible' property in the device tree,
index 2bab0fc1de591acdbfbcd9ffb640643b4c15f940..5542c4ee6d1295db9729764ddaaa11478bbf2c08 100644 (file)
@@ -124,7 +124,7 @@ MODULE_DEVICE_TABLE(of, pcm030_audio_match);
 
 static struct platform_driver pcm030_fabric_driver = {
        .probe          = pcm030_fabric_probe,
-       .remove_new     = pcm030_fabric_remove,
+       .remove         = pcm030_fabric_remove,
        .driver         = {
                .name   = DRV_NAME,
                .of_match_table    = pcm030_audio_match,
index 03add80e75f3288c7ea0b0c42d378c200f1c9c6d..4b384475b9726a189453090e448adc0cd3bc3701 100644 (file)
@@ -664,7 +664,7 @@ static struct platform_driver graph_card = {
                .of_match_table = graph_of_match,
        },
        .probe = graph_probe,
-       .remove_new = simple_util_remove,
+       .remove = simple_util_remove,
 };
 module_platform_driver(graph_card);
 
index 8e5a510984902eb637a9f592212ec88b498218ed..7151d426bee95279fd5609443030dc4d89d86848 100644 (file)
@@ -177,7 +177,7 @@ static struct platform_driver custom_card = {
                .of_match_table = custom_of_match,
        },
        .probe  = custom_probe,
-       .remove_new = simple_util_remove,
+       .remove = simple_util_remove,
 };
 module_platform_driver(custom_card);
 
index bf4c1ab4ec58ad1d3c420c2430878ea0b079852e..4ad3d1b0714f6a4f0800b0fa2b01c52cb010379c 100644 (file)
@@ -1438,7 +1438,7 @@ static struct platform_driver graph_card = {
                .of_match_table = graph_of_match,
        },
        .probe  = graph_probe,
-       .remove_new = simple_util_remove,
+       .remove = simple_util_remove,
 };
 module_platform_driver(graph_card);
 
index 42c60b92cca5c96cb714360ef4cfa662c459e4d6..76a1d05e2ebece647c57eabb0d22bc36b3eaec95 100644 (file)
@@ -838,7 +838,7 @@ static struct platform_driver simple_card = {
                .of_match_table = simple_of_match,
        },
        .probe = simple_probe,
-       .remove_new = simple_util_remove,
+       .remove = simple_util_remove,
 };
 
 module_platform_driver(simple_card);
index df2487b700cca0d0243e0f2b1628ff66df181423..407288055741a414ad6d5f66e47000b1b48830f8 100644 (file)
@@ -637,7 +637,7 @@ static struct platform_driver test_driver = {
                .of_match_table = test_of_match,
        },
        .probe  = test_driver_probe,
-       .remove_new = test_driver_remove,
+       .remove = test_driver_remove,
 };
 module_platform_driver(test_driver);
 
index b69a364d619e78e9f1060263eb2a775836ba1b0c..6a988976fb0dee0c2b429f612ae500ce04b16dff 100644 (file)
@@ -607,7 +607,7 @@ static struct platform_driver img_i2s_in_driver = {
                .pm = &img_i2s_in_pm_ops
        },
        .probe = img_i2s_in_probe,
-       .remove_new = img_i2s_in_dev_remove
+       .remove = img_i2s_in_dev_remove
 };
 module_platform_driver(img_i2s_in_driver);
 
index 6f9831c6d6e060db2a3590016c205e67e4b0290c..1211e6184d97a07a3a4fb6a9052e5736326dd9e8 100644 (file)
@@ -607,7 +607,7 @@ static struct platform_driver img_i2s_out_driver = {
                .pm = &img_i2s_out_pm_ops
        },
        .probe = img_i2s_out_probe,
-       .remove_new = img_i2s_out_dev_remove
+       .remove = img_i2s_out_dev_remove
 };
 module_platform_driver(img_i2s_out_driver);
 
index 815e68a7048ccca76e43e21be7ba857f5a364f6b..4ec63119d67c54ca2e36e07335ab7643caa71f57 100644 (file)
@@ -311,7 +311,7 @@ static struct platform_driver img_prl_out_driver = {
                .pm = &img_prl_out_pm_ops
        },
        .probe = img_prl_out_probe,
-       .remove_new = img_prl_out_dev_remove
+       .remove = img_prl_out_dev_remove
 };
 module_platform_driver(img_prl_out_driver);
 
index 9646e9d3f0bc450f98926e495c1c79b340ab5185..3c513f5b8c54d7355c8ff5a26f6ac6e84e23af23 100644 (file)
@@ -878,7 +878,7 @@ static struct platform_driver img_spdif_in_driver = {
                .pm = &img_spdif_in_pm_ops
        },
        .probe = img_spdif_in_probe,
-       .remove_new = img_spdif_in_dev_remove
+       .remove = img_spdif_in_dev_remove
 };
 module_platform_driver(img_spdif_in_driver);
 
index dfa72afa946e4811645f836e96177e3bc3abf59d..402695b5fc41796a4db1344b1928530ebfc28e91 100644 (file)
@@ -468,7 +468,7 @@ static struct platform_driver img_spdif_out_driver = {
                .pm = &img_spdif_out_pm_ops
        },
        .probe = img_spdif_out_probe,
-       .remove_new = img_spdif_out_dev_remove
+       .remove = img_spdif_out_dev_remove
 };
 module_platform_driver(img_spdif_out_driver);
 
index da6251680e41484b02014ea266d9405bf0910257..fdeceb271e7ff4541d38c3a8bc8219667a3fadb9 100644 (file)
@@ -271,7 +271,7 @@ static struct platform_driver pistachio_internal_dac_plat_driver = {
                .pm = &pistachio_internal_dac_pm_ops
        },
        .probe = pistachio_internal_dac_probe,
-       .remove_new = pistachio_internal_dac_remove
+       .remove = pistachio_internal_dac_remove
 };
 module_platform_driver(pistachio_internal_dac_plat_driver);
 
index 8652b4a200206a0b311cf46dfdc051f8d801cb26..373d68b4cf88f2d51ead0fb806b20bdacc35190e 100644 (file)
@@ -812,7 +812,7 @@ static struct platform_driver sst_platform_driver = {
                .pm             = &sst_platform_pm,
        },
        .probe          = sst_platform_probe,
-       .remove_new     = sst_platform_remove,
+       .remove         = sst_platform_remove,
 };
 
 module_platform_driver(sst_platform_driver);
index 29d44c989e5fc2280f596fce42884fc17d01f408..9956dc63db749918e93bb05d774efb261f3f433a 100644 (file)
@@ -358,7 +358,7 @@ static struct platform_driver sst_acpi_driver = {
                .pm                     = &intel_sst_pm,
        },
        .probe  = sst_acpi_probe,
-       .remove_new = sst_acpi_remove,
+       .remove = sst_acpi_remove,
 };
 
 module_platform_driver(sst_acpi_driver);
index 3539c9ff0fd2ca6ea57a4cf6e4243f2531bba4b8..d3327bc237b5f4709e003b22c8b115ea51819a30 100644 (file)
@@ -709,7 +709,7 @@ static struct platform_driver snd_byt_cht_es8316_mc_driver = {
                .name = "bytcht_es8316",
        },
        .probe = snd_byt_cht_es8316_mc_probe,
-       .remove_new = snd_byt_cht_es8316_mc_remove,
+       .remove = snd_byt_cht_es8316_mc_remove,
 };
 
 module_platform_driver(snd_byt_cht_es8316_mc_driver);
index 4479825c08b5e3af4d40c359ece3e0c06a715155..2ed49acb4e36e79467a082df6273839d6800f0b2 100644 (file)
@@ -1918,7 +1918,7 @@ static struct platform_driver snd_byt_rt5640_mc_driver = {
                .name = "bytcr_rt5640",
        },
        .probe = snd_byt_rt5640_mc_probe,
-       .remove_new = snd_byt_rt5640_mc_remove,
+       .remove = snd_byt_rt5640_mc_remove,
 };
 
 module_platform_driver(snd_byt_rt5640_mc_driver);
index 1f54da98aacf47c6d0f4a68ad7ea2dfc03ca5dfc..8e4b821efe9277a31ad3d36a246f533bb33a1d7f 100644 (file)
@@ -1142,7 +1142,7 @@ static struct platform_driver snd_byt_rt5651_mc_driver = {
                .name = "bytcr_rt5651",
        },
        .probe = snd_byt_rt5651_mc_probe,
-       .remove_new = snd_byt_rt5651_mc_remove,
+       .remove = snd_byt_rt5651_mc_remove,
 };
 
 module_platform_driver(snd_byt_rt5651_mc_driver);
index e5a7cc606aa90277e38f90679b491c195a59d104..0b10d89cb18920f176e5bdb48b647753a2c463d1 100644 (file)
@@ -663,7 +663,7 @@ static struct platform_driver snd_byt_wm5102_mc_driver = {
                .name = "bytcr_wm5102",
        },
        .probe = snd_byt_wm5102_mc_probe,
-       .remove_new = snd_byt_wm5102_mc_remove,
+       .remove = snd_byt_wm5102_mc_remove,
 };
 
 module_platform_driver(snd_byt_wm5102_mc_driver);
index f43bc20d6aae49d6b97fff3d64ddee1e605ec1fa..d7c1148588331471f09765e9a2c4cbbebc3a4618 100644 (file)
@@ -637,7 +637,7 @@ static struct platform_driver snd_cht_mc_driver = {
                .name = "cht-bsw-max98090",
        },
        .probe = snd_cht_mc_probe,
-       .remove_new = snd_cht_mc_remove,
+       .remove = snd_cht_mc_remove,
 };
 
 module_platform_driver(snd_cht_mc_driver)
index 578271b4230a8adc25281c52369471236f05c9c5..fc998fe4b1960535752f9eabfb92739e1bcc460a 100644 (file)
@@ -838,7 +838,7 @@ static struct platform_driver sof_es8336_driver = {
                .pm = &snd_soc_pm_ops,
        },
        .probe = sof_es8336_probe,
-       .remove_new = sof_es8336_remove,
+       .remove = sof_es8336_remove,
        .id_table = board_ids,
 };
 module_platform_driver(sof_es8336_driver);
index b01cb23295425dda4abe1ecbb9eda1a5f58a9fcb..5de883b9563eb6660bcbf5c01030b14421de05f6 100644 (file)
@@ -430,7 +430,7 @@ static void sof_pcm512x_remove(struct platform_device *pdev)
 
 static struct platform_driver sof_audio = {
        .probe = sof_audio_probe,
-       .remove_new = sof_pcm512x_remove,
+       .remove = sof_pcm512x_remove,
        .driver = {
                .name = "sof_pcm512x",
                .pm = &snd_soc_pm_ops,
index 855109d221315f6213bc22983e9115747818e770..f10ed95770eabe2a6a12e8274487e389ef38ecf1 100644 (file)
@@ -1368,7 +1368,7 @@ static struct platform_driver sof_sdw_driver = {
                .pm = &snd_soc_pm_ops,
        },
        .probe = mc_probe,
-       .remove_new = mc_remove,
+       .remove = mc_remove,
        .id_table = mc_id_table,
 };
 
index 0a5ce34d7f7bbb705e6cc3bdd5b0764ef0cc7c08..facc6c32cbfed8f1de1ffc6bf0dc36fc5902b885 100644 (file)
@@ -294,7 +294,7 @@ static struct platform_driver sof_wm8804_driver = {
                .pm = &snd_soc_pm_ops,
        },
        .probe = sof_wm8804_probe,
-       .remove_new = sof_wm8804_remove,
+       .remove = sof_wm8804_remove,
 };
 module_platform_driver(sof_wm8804_driver);
 
index 2e1fa79a04d4ef6f221c1b087a0a21cbc5e41887..2aa637124bec62c3318c4c2ffec639ac71bc2120 100644 (file)
@@ -374,7 +374,7 @@ MODULE_DEVICE_TABLE(acpi, catpt_ids);
 
 static struct platform_driver catpt_acpi_driver = {
        .probe = catpt_acpi_probe,
-       .remove_new = catpt_acpi_remove,
+       .remove = catpt_acpi_remove,
        .driver = {
                .name = "intel_catpt",
                .acpi_match_table = catpt_ids,
index d1eb90310afa2dcba2c035675d70dd2f63b144ce..99bd066c7309d6498759f664cf27dd769d5ddaa5 100644 (file)
@@ -759,7 +759,7 @@ MODULE_DEVICE_TABLE(of, mvebu_audio_of_match);
 
 static struct platform_driver kirkwood_i2s_driver = {
        .probe  = kirkwood_i2s_dev_probe,
-       .remove_new = kirkwood_i2s_dev_remove,
+       .remove = kirkwood_i2s_dev_remove,
        .driver = {
                .name = DRV_NAME,
                .of_match_table = of_match_ptr(mvebu_audio_of_match),
index c12d170fa1de686e28e0761ea4a9d1776fc7c43a..d07f288f9752ce75cdda493f94941ee9c234d418 100644 (file)
@@ -1400,7 +1400,7 @@ static struct platform_driver mtk_btcvsd_snd_driver = {
                .of_match_table = mtk_btcvsd_snd_dt_match,
        },
        .probe = mtk_btcvsd_snd_probe,
-       .remove_new = mtk_btcvsd_snd_remove,
+       .remove = mtk_btcvsd_snd_remove,
 };
 
 module_platform_driver(mtk_btcvsd_snd_driver);
index 6a17deb874df7ec5e711ccb78ac3af8d93e61c7b..5f11bc5438bd3bc17b3f03aef5644975e02c2923 100644 (file)
@@ -1473,7 +1473,7 @@ static struct platform_driver mt2701_afe_pcm_driver = {
                   .pm = &mt2701_afe_pm_ops,
        },
        .probe = mt2701_afe_pcm_dev_probe,
-       .remove_new = mt2701_afe_pcm_dev_remove,
+       .remove = mt2701_afe_pcm_dev_remove,
 };
 
 module_platform_driver(mt2701_afe_pcm_driver);
index c1dee119e93a775aa4fbec4434fbd2c774c27c69..9159b42adf6a1de1940bbe3ae0d6320910de73c7 100644 (file)
@@ -890,7 +890,7 @@ static struct platform_driver mt6797_afe_pcm_driver = {
                   .pm = &mt6797_afe_pm_ops,
        },
        .probe = mt6797_afe_pcm_dev_probe,
-       .remove_new = mt6797_afe_pcm_dev_remove,
+       .remove = mt6797_afe_pcm_dev_remove,
 };
 
 module_platform_driver(mt6797_afe_pcm_driver);
index 572ded279b534999dff9abddd8e04492c297e4f6..d400bea0ef9c3db88d0c916b6590b8d70d1457d9 100644 (file)
@@ -601,7 +601,7 @@ static struct platform_driver mt7986_afe_pcm_driver = {
                   .pm = &mt7986_afe_pm_ops,
        },
        .probe = mt7986_afe_pcm_dev_probe,
-       .remove_new = mt7986_afe_pcm_dev_remove,
+       .remove = mt7986_afe_pcm_dev_remove,
 };
 module_platform_driver(mt7986_afe_pcm_driver);
 
index b6291b7c811e5c15efbac4059032fc6b9eee5d1a..03250273ea9c19d93bafacfafbfe3b160a5dd05c 100644 (file)
@@ -1223,7 +1223,7 @@ static struct platform_driver mt8173_afe_pcm_driver = {
                   .pm = &mt8173_afe_pm_ops,
        },
        .probe = mt8173_afe_pcm_dev_probe,
-       .remove_new = mt8173_afe_pcm_dev_remove,
+       .remove = mt8173_afe_pcm_dev_remove,
 };
 
 module_platform_driver(mt8173_afe_pcm_driver);
index 25348fdf75fa13f8cc5cf312c1618d14792026ef..3f377ba4ad53a16368226167e48f9e451f39131c 100644 (file)
@@ -1268,7 +1268,7 @@ static struct platform_driver mt8183_afe_pcm_driver = {
                   .pm = &mt8183_afe_pm_ops,
        },
        .probe = mt8183_afe_pcm_dev_probe,
-       .remove_new = mt8183_afe_pcm_dev_remove,
+       .remove = mt8183_afe_pcm_dev_remove,
 };
 
 module_platform_driver(mt8183_afe_pcm_driver);
index 424c5c68f78af0e3dad143c25c19c1d5e3c845a4..9b502f4cd6ea0b4885a7d2dbdb185d6536394442 100644 (file)
@@ -2325,7 +2325,7 @@ static struct platform_driver mt8192_afe_pcm_driver = {
                   .pm = &mt8192_afe_pm_ops,
        },
        .probe = mt8192_afe_pcm_dev_probe,
-       .remove_new = mt8192_afe_pcm_dev_remove,
+       .remove = mt8192_afe_pcm_dev_remove,
 };
 
 module_platform_driver(mt8192_afe_pcm_driver);
index 38891d1bd18a59b2473ce35158bcb576dc1343b2..8016bfb35015019926dcff4e50ce5b26bb513ac5 100644 (file)
@@ -3199,7 +3199,7 @@ static struct platform_driver mt8195_afe_pcm_driver = {
                   .pm = &mt8195_afe_pm_ops,
        },
        .probe = mt8195_afe_pcm_dev_probe,
-       .remove_new = mt8195_afe_pcm_dev_remove,
+       .remove = mt8195_afe_pcm_dev_remove,
 };
 
 module_platform_driver(mt8195_afe_pcm_driver);
index 4ec86b71dd8898473a7fd2296e217907b217f0d0..6ca10e2046c84569f21b249e83bfd74352f1d74b 100644 (file)
@@ -2264,7 +2264,7 @@ static struct platform_driver mt8365_afe_pcm_driver = {
                   .pm = &mt8365_afe_pm_ops,
        },
        .probe = mt8365_afe_pcm_dev_probe,
-       .remove_new = mt8365_afe_pcm_dev_remove,
+       .remove = mt8365_afe_pcm_dev_remove,
 };
 
 module_platform_driver(mt8365_afe_pcm_driver);
index 5d1419ed7a62d97faef3f9681c1b3a526b95a684..f2890111c1d2cfa2213bf01849957a796744b9ae 100644 (file)
@@ -345,7 +345,7 @@ MODULE_DEVICE_TABLE(of, aiu_of_match);
 
 static struct platform_driver aiu_pdrv = {
        .probe = aiu_probe,
-       .remove_new = aiu_remove,
+       .remove = aiu_remove,
        .driver = {
                .name = "meson-aiu",
                .of_match_table = aiu_of_match,
index 646ab87afac24e519bf5c442f49d74b2d6bf0478..59deb332bd358df6aca4f262840ef321a7238aa8 100644 (file)
@@ -360,7 +360,7 @@ MODULE_DEVICE_TABLE(of, axg_card_of_match);
 
 static struct platform_driver axg_card_pdrv = {
        .probe = meson_card_probe,
-       .remove_new = meson_card_remove,
+       .remove = meson_card_remove,
        .driver = {
                .name = "axg-sound-card",
                .of_match_table = axg_card_of_match,
index 7edca3e49c8f0036eca73161cff1de9b336ece90..455f6bfc9f8fa538988379bb7fb411d22eb8b57c 100644 (file)
@@ -129,7 +129,7 @@ MODULE_DEVICE_TABLE(of, gx_card_of_match);
 
 static struct platform_driver gx_card_pdrv = {
        .probe = meson_card_probe,
-       .remove_new = meson_card_remove,
+       .remove = meson_card_remove,
        .driver = {
                .name = "gx-sound-card",
                .of_match_table = gx_card_of_match,
index 310e3ac77424b56d2fecd818f07bf8292d6f0faf..a41a13ae38a50b1ab0fbbf982bef30a019147cdc 100644 (file)
@@ -185,7 +185,7 @@ static struct platform_driver mxs_sgtl5000_audio_driver = {
                .of_match_table = mxs_sgtl5000_dt_ids,
        },
        .probe = mxs_sgtl5000_probe,
-       .remove_new = mxs_sgtl5000_remove,
+       .remove = mxs_sgtl5000_remove,
 };
 
 module_platform_driver(mxs_sgtl5000_audio_driver);
index abfaf3cdf5bb6fc80180ca713a63de18b095108f..73f36c9dd35c5d8d08bacbd9057e848eb15933b1 100644 (file)
@@ -574,7 +574,7 @@ static struct platform_driver asoc_mmp_sspa_driver = {
                .of_match_table = of_match_ptr(mmp_sspa_of_match),
        },
        .probe = asoc_mmp_sspa_probe,
-       .remove_new = asoc_mmp_sspa_remove,
+       .remove = asoc_mmp_sspa_remove,
 };
 
 module_platform_driver(asoc_mmp_sspa_driver);
index 80e0ea0ec9fb3af9fd29e4d70badfbfe3223c961..78f50032afc5d93acf8945793cd589bc5bf2f862 100644 (file)
@@ -286,7 +286,7 @@ static DEFINE_SIMPLE_DEV_PM_OPS(pxa2xx_ac97_pm_ops,
 
 static struct platform_driver pxa2xx_ac97_driver = {
        .probe          = pxa2xx_ac97_dev_probe,
-       .remove_new     = pxa2xx_ac97_dev_remove,
+       .remove         = pxa2xx_ac97_dev_remove,
        .driver         = {
                .name   = "pxa2xx-ac97",
                .pm     = &pxa2xx_ac97_pm_ops,
index 9005c85f8c5475b4a5632c4266f11b3dac1f22e8..b8f23414eb77702b67eacc40b1e31ccc6a4f03f6 100644 (file)
@@ -300,7 +300,7 @@ static struct platform_driver apq8016_lpass_cpu_platform_driver = {
                .of_match_table = of_match_ptr(apq8016_lpass_cpu_device_id),
        },
        .probe  = asoc_qcom_lpass_cpu_platform_probe,
-       .remove_new = asoc_qcom_lpass_cpu_platform_remove,
+       .remove = asoc_qcom_lpass_cpu_platform_remove,
 };
 module_platform_driver(apq8016_lpass_cpu_platform_driver);
 
index 5c874139f39d4944c4623e9fde1f14d1142b0b9b..e57d29ea4ce7c53bbb57551a38217ea54500394e 100644 (file)
@@ -172,7 +172,7 @@ static struct platform_driver ipq806x_lpass_cpu_platform_driver = {
                .of_match_table = of_match_ptr(ipq806x_lpass_cpu_device_id),
        },
        .probe  = asoc_qcom_lpass_cpu_platform_probe,
-       .remove_new = asoc_qcom_lpass_cpu_platform_remove,
+       .remove = asoc_qcom_lpass_cpu_platform_remove,
 };
 module_platform_driver(ipq806x_lpass_cpu_platform_driver);
 
index e6bcdf6ed7965976887e0f541bd6ca0de01a1c9f..fbead6af3d95b73415c35603e09cee727df794d3 100644 (file)
@@ -315,7 +315,7 @@ static struct platform_driver sc7180_lpass_cpu_platform_driver = {
                .pm = &sc7180_lpass_pm_ops,
        },
        .probe = asoc_qcom_lpass_cpu_platform_probe,
-       .remove_new = asoc_qcom_lpass_cpu_platform_remove,
+       .remove = asoc_qcom_lpass_cpu_platform_remove,
        .shutdown = asoc_qcom_lpass_cpu_platform_shutdown,
 };
 
index 47c622327a8d3f3d04cabee53873dd0324cba4b0..7cd3e291382a8439a2b03a80315298ebdd6d6336 100644 (file)
@@ -445,7 +445,7 @@ static struct platform_driver sc7280_lpass_cpu_platform_driver = {
                .pm = &sc7280_lpass_pm_ops,
        },
        .probe = asoc_qcom_lpass_cpu_platform_probe,
-       .remove_new = asoc_qcom_lpass_cpu_platform_remove,
+       .remove = asoc_qcom_lpass_cpu_platform_remove,
        .shutdown = asoc_qcom_lpass_cpu_platform_shutdown,
 };
 
index 81fde0681f952af2388f364c761ce7212e5c1410..90228699ba7d490ae5abee3811b43f3131974eb4 100644 (file)
@@ -1161,7 +1161,7 @@ static struct platform_driver q6pcm_routing_platform_driver = {
                .of_match_table = of_match_ptr(q6pcm_routing_device_id),
        },
        .probe = q6pcm_routing_probe,
-       .remove_new = q6pcm_routing_remove,
+       .remove = q6pcm_routing_remove,
 };
 module_platform_driver(q6pcm_routing_platform_driver);
 
index b378f870b3ad2ecff7fa8f3a3c407d1a7ed92246..4315da4a47c1511bd8588a235bba365e51e4e650 100644 (file)
@@ -866,7 +866,7 @@ static const struct dev_pm_ops rockchip_i2s_pm_ops = {
 
 static struct platform_driver rockchip_i2s_driver = {
        .probe = rockchip_i2s_probe,
-       .remove_new = rockchip_i2s_remove,
+       .remove = rockchip_i2s_remove,
        .driver = {
                .name = DRV_NAME,
                .of_match_table = of_match_ptr(rockchip_i2s_match),
index ee517d7b5b7bb492cf603a63d21c839740d24113..d1f28699652fe3d2f289bf7c05781bb434132cb7 100644 (file)
@@ -1423,7 +1423,7 @@ static const struct dev_pm_ops rockchip_i2s_tdm_pm_ops = {
 
 static struct platform_driver rockchip_i2s_tdm_driver = {
        .probe = rockchip_i2s_tdm_probe,
-       .remove_new = rockchip_i2s_tdm_remove,
+       .remove = rockchip_i2s_tdm_remove,
        .driver = {
                .name = DRV_NAME,
                .of_match_table = rockchip_i2s_tdm_match,
index d16a4a67a6a2cf72a0ed2d689c648a9795bfdba5..cae91108f7a8ec4b5c3061969e41dd9c82f4e297 100644 (file)
@@ -703,7 +703,7 @@ static const struct dev_pm_ops rockchip_pdm_pm_ops = {
 
 static struct platform_driver rockchip_pdm_driver = {
        .probe  = rockchip_pdm_probe,
-       .remove_new = rockchip_pdm_remove,
+       .remove = rockchip_pdm_remove,
        .driver = {
                .name = "rockchip-pdm",
                .of_match_table = of_match_ptr(rockchip_pdm_match),
index 449f62820045c08d5106198980dc8f53b010d629..b085d80ea2e4bc83b0d3df72057bfa09225477c3 100644 (file)
@@ -233,7 +233,7 @@ MODULE_DEVICE_TABLE(of, rockchip_rt5645_of_match);
 
 static struct platform_driver snd_rk_mc_driver = {
        .probe = snd_rk_mc_probe,
-       .remove_new = snd_rk_mc_remove,
+       .remove = snd_rk_mc_remove,
        .driver = {
                .name = DRV_NAME,
                .pm = &snd_soc_pm_ops,
index eb9d5dee196ebc55e8b1e03de7d960745f0fd968..d87c0e4f6f91c3acfc190654f35abf543a9962ff 100644 (file)
@@ -380,7 +380,7 @@ static const struct dev_pm_ops rk_spdif_pm_ops = {
 
 static struct platform_driver rk_spdif_driver = {
        .probe = rk_spdif_probe,
-       .remove_new = rk_spdif_remove,
+       .remove = rk_spdif_remove,
        .driver = {
                .name = "rockchip-spdif",
                .of_match_table = of_match_ptr(rk_spdif_match),
index f02873b6ce7ffe7657af4b35d0ca5e3251c1589d..9619f550608ce7a620924576f570706b6c122834 100644 (file)
@@ -207,7 +207,7 @@ static struct platform_driver arndale_audio_driver = {
                .of_match_table = arndale_audio_of_match,
        },
        .probe = arndale_audio_probe,
-       .remove_new = arndale_audio_remove,
+       .remove = arndale_audio_remove,
 };
 
 module_platform_driver(arndale_audio_driver);
index 1bcabb114e29fd695b6da3ffdaaa906f156f4d1c..8f6deb06e23468bb7fda7cbe965c21e3207ed211 100644 (file)
@@ -1741,7 +1741,7 @@ static const struct dev_pm_ops samsung_i2s_pm = {
 
 static struct platform_driver samsung_i2s_driver = {
        .probe  = samsung_i2s_probe,
-       .remove_new = samsung_i2s_remove,
+       .remove = samsung_i2s_remove,
        .id_table = samsung_i2s_driver_ids,
        .driver = {
                .name = "samsung-i2s",
index 110ae14dd7eac2e7ab526793505d8fb5f9bd803f..ed865cc07e2ef1714e050bee29455c278fdb2d3c 100644 (file)
@@ -341,7 +341,7 @@ static struct platform_driver odroid_audio_driver = {
                .pm             = &snd_soc_pm_ops,
        },
        .probe  = odroid_audio_probe,
-       .remove_new = odroid_audio_remove,
+       .remove = odroid_audio_remove,
 };
 module_platform_driver(odroid_audio_driver);
 
index 573b2dee7f07ca785ff828ae7001fd7d75df770c..a03ba9374c2e6930f9cb8fc615eca777619a8a49 100644 (file)
@@ -590,7 +590,7 @@ static void s3c_pcm_dev_remove(struct platform_device *pdev)
 
 static struct platform_driver s3c_pcm_driver = {
        .probe  = s3c_pcm_dev_probe,
-       .remove_new = s3c_pcm_dev_remove,
+       .remove = s3c_pcm_dev_remove,
        .driver = {
                .name = "samsung-pcm",
        },
index aad0f9b4d4fcea7a93aa3fb2d66b3ff7b4fb6a02..4bbe7bcdb845b118a24a150b9a507b9020253813 100644 (file)
@@ -245,7 +245,7 @@ static struct platform_driver snow_driver = {
                .of_match_table = snow_of_match,
        },
        .probe = snow_probe,
-       .remove_new = snow_remove,
+       .remove = snow_remove,
 };
 
 module_platform_driver(snow_driver);
index f44e3180e8d3d1089ea4c5ba00f7973e657a282d..235d0063d1b3fa5b817bddea1d5e3ea476d46df0 100644 (file)
@@ -476,7 +476,7 @@ static void spdif_remove(struct platform_device *pdev)
 
 static struct platform_driver samsung_spdif_driver = {
        .probe  = spdif_probe,
-       .remove_new = spdif_remove,
+       .remove = spdif_remove,
        .driver = {
                .name   = "samsung-spdif",
        },
index 087e379aa3bc42f1babb7a96fabdece127a9fb5f..221ce91f195005b932157e4b483e28ccfc68dd48 100644 (file)
@@ -2107,7 +2107,7 @@ static struct platform_driver fsi_driver = {
                .of_match_table = fsi_of_match,
        },
        .probe          = fsi_probe,
-       .remove_new     = fsi_remove,
+       .remove         = fsi_remove,
        .id_table       = fsi_id_table,
 };
 
index cc200f45826c3e5136db53bb8484aee5bcc1ad6e..db618c09d1e0400ee8408f713cd9d0016eff66a5 100644 (file)
@@ -334,7 +334,7 @@ static struct platform_driver hac_pcm_driver = {
        },
 
        .probe = hac_soc_platform_probe,
-       .remove_new = hac_soc_platform_remove,
+       .remove = hac_soc_platform_remove,
 };
 
 module_platform_driver(hac_pcm_driver);
index 15cb5e7008f9f677a67dec1fdfd7f3333d55e391..9784718a2b6f5668ef6c89d031fa33ba253a3151 100644 (file)
@@ -2087,7 +2087,7 @@ static struct platform_driver rsnd_driver = {
                .of_match_table = rsnd_of_match,
        },
        .probe          = rsnd_probe,
-       .remove_new     = rsnd_remove,
+       .remove         = rsnd_remove,
 };
 module_platform_driver(rsnd_driver);
 
index d0bf0487bf1bd1b482e81735eed9ea5b7b9db59e..040ce0431fd2c5fe2dd9be3be6da8ef3b002987f 100644 (file)
@@ -1204,7 +1204,7 @@ static struct platform_driver rz_ssi_driver = {
                .of_match_table = rz_ssi_of_match,
        },
        .probe          = rz_ssi_probe,
-       .remove_new     = rz_ssi_remove,
+       .remove         = rz_ssi_remove,
 };
 
 module_platform_driver(rz_ssi_driver);
index d0b5c543fd2f86eeacb413a2f7253a6e05954223..7e771a164a80e439c7520af2e769e4e71900a011 100644 (file)
@@ -788,7 +788,7 @@ static struct platform_driver siu_driver = {
                .name   = "siu-pcm-audio",
        },
        .probe          = siu_probe,
-       .remove_new     = siu_remove,
+       .remove         = siu_remove,
 };
 
 module_platform_driver(siu_driver);
index 9f24e3c283dd41ef73d89319d623ebacb4c523cc..f09ee0dea2ccd515c4029a9c449cb5f49bc52549 100644 (file)
@@ -658,7 +658,7 @@ MODULE_DEVICE_TABLE(of, sof_of_imx8_ids);
 /* DT driver definition */
 static struct platform_driver snd_sof_of_imx8_driver = {
        .probe = sof_of_probe,
-       .remove_new = sof_of_remove,
+       .remove = sof_of_remove,
        .driver = {
                .name = "sof-audio-of-imx8",
                .pm = &sof_of_pm,
index cdd1e79ef9f6a443181be6350dd92cd10ed0f30f..01d3ad3314f3f26b8adeb7b7db51f0665cbbc387 100644 (file)
@@ -505,7 +505,7 @@ MODULE_DEVICE_TABLE(of, sof_of_imx8m_ids);
 /* DT driver definition */
 static struct platform_driver snd_sof_of_imx8m_driver = {
        .probe = sof_of_probe,
-       .remove_new = sof_of_remove,
+       .remove = sof_of_remove,
        .driver = {
                .name = "sof-audio-of-imx8m",
                .pm = &sof_of_pm,
index 2585b1beef23f89f65a696ec65cebcb27b579e44..e5eee1c9f6da460ae92e935fa127506fd9b4b4b7 100644 (file)
@@ -507,7 +507,7 @@ MODULE_DEVICE_TABLE(of, sof_of_imx8ulp_ids);
 /* DT driver definition */
 static struct platform_driver snd_sof_of_imx8ulp_driver = {
        .probe = sof_of_probe,
-       .remove_new = sof_of_remove,
+       .remove = sof_of_remove,
        .driver = {
                .name = "sof-audio-of-imx8ulp",
                .pm = &sof_of_pm,
index 7f18080e4e191834295f35d11ed0c2e2e919d213..322ff118f0f68b9705438604cf344b8b90eab015 100644 (file)
@@ -684,7 +684,7 @@ static int sof_broadwell_probe(struct platform_device *pdev)
 /* acpi_driver definition */
 static struct platform_driver snd_sof_acpi_intel_bdw_driver = {
        .probe = sof_broadwell_probe,
-       .remove_new = sof_acpi_remove,
+       .remove = sof_acpi_remove,
        .driver = {
                .name = "sof-audio-acpi-intel-bdw",
                .pm = &sof_acpi_pm,
index 7a57e162fb1c2b323d5eba59180fe3e58db85ca6..f531710cf94ec20abb4b0edd421bc6c5c85e15ba 100644 (file)
@@ -465,7 +465,7 @@ static int sof_baytrail_probe(struct platform_device *pdev)
 /* acpi_driver definition */
 static struct platform_driver snd_sof_acpi_intel_byt_driver = {
        .probe = sof_baytrail_probe,
-       .remove_new = sof_acpi_remove,
+       .remove = sof_acpi_remove,
        .driver = {
                .name = "sof-audio-acpi-intel-byt",
                .pm = &sof_acpi_pm,
index 74522400207e12a70ab046b49952ceb8178265f0..9466f7d2e5350363a084c3c48afeb62f36adb357 100644 (file)
@@ -656,7 +656,7 @@ MODULE_DEVICE_TABLE(of, sof_of_mt8186_ids);
 /* DT driver definition */
 static struct platform_driver snd_sof_of_mt8186_driver = {
        .probe = sof_of_probe,
-       .remove_new = sof_of_remove,
+       .remove = sof_of_remove,
        .shutdown = sof_of_shutdown,
        .driver = {
        .name = "sof-audio-of-mt8186",
index 82d221f53a461c393421d81f4d956ba3103ba5cd..5b4423ed8023bdb61a2c2ddaa46e376deadb3da7 100644 (file)
@@ -612,7 +612,7 @@ MODULE_DEVICE_TABLE(of, sof_of_mt8195_ids);
 /* DT driver definition */
 static struct platform_driver snd_sof_of_mt8195_driver = {
        .probe = sof_of_probe,
-       .remove_new = sof_of_remove,
+       .remove = sof_of_remove,
        .shutdown = sof_of_shutdown,
        .driver = {
        .name = "sof-audio-of-mt8195",
index 688419c6b0927b49830c708a559f3407004ff2c9..814a1cde1d354d96cee9b93e81de6d945c5aa535 100644 (file)
@@ -993,7 +993,7 @@ MODULE_DEVICE_TABLE(of, sprd_mcdt_of_match);
 
 static struct platform_driver sprd_mcdt_driver = {
        .probe = sprd_mcdt_probe,
-       .remove_new = sprd_mcdt_remove,
+       .remove = sprd_mcdt_remove,
        .driver = {
                .name = "sprd-mcdt",
                .of_match_table = sprd_mcdt_of_match,
index 4a4dd431b82b21b8f7cba4384b641a170f4ec0bd..a603dd17931c818e5364943f26ad1c7dc0f36d4c 100644 (file)
@@ -516,7 +516,7 @@ static struct platform_driver jh7110_pwmdac_driver = {
                .pm = pm_ptr(&jh7110_pwmdac_pm_ops),
        },
        .probe          = jh7110_pwmdac_probe,
-       .remove_new     = jh7110_pwmdac_remove,
+       .remove         = jh7110_pwmdac_remove,
 };
 module_platform_driver(jh7110_pwmdac_driver);
 
index 1e0ff67207471b3819c6badd9936fbf040550769..d38090e68df5f079e3b9505b69f7cac8fcb262c1 100644 (file)
@@ -660,7 +660,7 @@ static struct platform_driver jh7110_tdm_driver = {
                .pm = pm_ptr(&jh7110_tdm_pm_ops),
        },
        .probe = jh7110_tdm_probe,
-       .remove_new = jh7110_tdm_dev_remove,
+       .remove = jh7110_tdm_dev_remove,
 };
 module_platform_driver(jh7110_tdm_driver);
 
index fb5dd9a68bea8d0a46330270c9ca74762ccdcb05..9351727dce1acde1705b62caf1f509630664ffa4 100644 (file)
@@ -398,7 +398,7 @@ static struct platform_driver stm32_adfsdm_driver = {
                   .of_match_table = stm32_adfsdm_of_match,
                   },
        .probe = stm32_adfsdm_probe,
-       .remove_new = stm32_adfsdm_remove,
+       .remove = stm32_adfsdm_remove,
 };
 
 module_platform_driver(stm32_adfsdm_driver);
index a96aa308681a20214783272000417e3b8ebdabef..faa00103ee7f176ca17815308bec514f649bc0af 100644 (file)
@@ -1216,7 +1216,7 @@ static struct platform_driver stm32_i2s_driver = {
                .pm = &stm32_i2s_pm_ops,
        },
        .probe = stm32_i2s_probe,
-       .remove_new = stm32_i2s_remove,
+       .remove = stm32_i2s_remove,
 };
 
 module_platform_driver(stm32_i2s_driver);
index ad2492efb1cdcebebea7f220f06c9ef7ff0e35ef..7bc4a96b7503f32ce4f365e458de55761b1530c7 100644 (file)
@@ -1619,7 +1619,7 @@ static struct platform_driver stm32_sai_sub_driver = {
                .pm = &stm32_sai_sub_pm_ops,
        },
        .probe = stm32_sai_sub_probe,
-       .remove_new = stm32_sai_sub_remove,
+       .remove = stm32_sai_sub_remove,
 };
 
 module_platform_driver(stm32_sai_sub_driver);
index 9eed3c57e3f11cb163eba423a303bb8e8d8516c3..d1b32ba1e1a210baa91dfd81c75140798442ae6b 100644 (file)
@@ -1072,7 +1072,7 @@ static struct platform_driver stm32_spdifrx_driver = {
                .pm = &stm32_spdifrx_pm_ops,
        },
        .probe = stm32_spdifrx_probe,
-       .remove_new = stm32_spdifrx_remove,
+       .remove = stm32_spdifrx_remove,
 };
 
 module_platform_driver(stm32_spdifrx_driver);
index a2618ed650b00688fd40dbf52b415d99bae6db32..596a1ade46581a7f78312b822435798fe9c2542c 100644 (file)
@@ -1838,7 +1838,7 @@ static struct platform_driver sun4i_codec_driver = {
                .of_match_table = sun4i_codec_of_match,
        },
        .probe = sun4i_codec_probe,
-       .remove_new = sun4i_codec_remove,
+       .remove = sun4i_codec_remove,
 };
 module_platform_driver(sun4i_codec_driver);
 
index 5f8d979585b697791f7ca281d1969edcc48f2db6..909b5f2b65f8394e29138e34739abbdd92bc0b9d 100644 (file)
@@ -1681,7 +1681,7 @@ static const struct dev_pm_ops sun4i_i2s_pm_ops = {
 
 static struct platform_driver sun4i_i2s_driver = {
        .probe  = sun4i_i2s_probe,
-       .remove_new = sun4i_i2s_remove,
+       .remove = sun4i_i2s_remove,
        .driver = {
                .name           = "sun4i-i2s",
                .of_match_table = sun4i_i2s_match,
index f41c309558579f1c3c4b1d0e7bcca1b2e64d8747..0aa4164232464ed9603f23ece27f81ba7377edc1 100644 (file)
@@ -726,7 +726,7 @@ static struct platform_driver sun4i_spdif_driver = {
                .pm     = &sun4i_spdif_pm,
        },
        .probe          = sun4i_spdif_probe,
-       .remove_new     = sun4i_spdif_remove,
+       .remove         = sun4i_spdif_remove,
 };
 
 module_platform_driver(sun4i_spdif_driver);
index 884394ddaf86b4abab6a7b8b4f3236ad7219fca3..3e751b5694fe344e1ef10a8455d5edac084142f7 100644 (file)
@@ -426,7 +426,7 @@ static struct platform_driver sun50i_dmic_driver = {
                .pm     = &sun50i_dmic_pm,
        },
        .probe          = sun50i_dmic_probe,
-       .remove_new     = sun50i_dmic_remove,
+       .remove         = sun50i_dmic_remove,
 };
 
 module_platform_driver(sun50i_dmic_driver);
index b5dafb749c3f26a48276bf311a528eb006307ef1..8c645e04d571eaa3e545ee9a94d93485e5bd9787 100644 (file)
@@ -1713,7 +1713,7 @@ static struct platform_driver sun8i_codec_driver = {
                .pm = &sun8i_codec_pm_ops,
        },
        .probe = sun8i_codec_probe,
-       .remove_new = sun8i_codec_remove,
+       .remove = sun8i_codec_remove,
 };
 module_platform_driver(sun8i_codec_driver);
 
index 22af5135d77a99158b05fa40645d967d1e55911e..d914dba56013511568a6ec0656f13e5a5c1c8bd6 100644 (file)
@@ -1034,7 +1034,7 @@ static struct platform_driver tegra186_asrc_driver = {
                .pm = &tegra186_asrc_pm_ops,
        },
        .probe = tegra186_asrc_platform_probe,
-       .remove_new = tegra186_asrc_platform_remove,
+       .remove = tegra186_asrc_platform_remove,
 };
 module_platform_driver(tegra186_asrc_driver)
 
index 21cd41fec7a9cb932ecdc479ca41394349c48ffc..508128b7783edbc867b84f8d1e790ca44d96d88b 100644 (file)
@@ -542,7 +542,7 @@ static struct platform_driver tegra186_dspk_driver = {
                .pm = &tegra186_dspk_pm_ops,
        },
        .probe = tegra186_dspk_platform_probe,
-       .remove_new = tegra186_dspk_platform_remove,
+       .remove = tegra186_dspk_platform_remove,
 };
 module_platform_driver(tegra186_dspk_driver);
 
index 8011afe93c96e465970da0e29521f3f9b99fd48c..08c58e8f3c222dc72339c740ada08cb8f05afcc1 100644 (file)
@@ -448,7 +448,7 @@ static struct platform_driver tegra20_ac97_driver = {
                .of_match_table = tegra20_ac97_of_match,
        },
        .probe = tegra20_ac97_platform_probe,
-       .remove_new = tegra20_ac97_platform_remove,
+       .remove = tegra20_ac97_platform_remove,
 };
 module_platform_driver(tegra20_ac97_driver);
 
index f11618e8f13ee250bf37fc1ec49a61b122cef502..3b9823d1a87a133f9c016f547396668984b3294d 100644 (file)
@@ -500,7 +500,7 @@ static struct platform_driver tegra20_i2s_driver = {
                .pm = &tegra20_i2s_pm_ops,
        },
        .probe = tegra20_i2s_platform_probe,
-       .remove_new = tegra20_i2s_platform_remove,
+       .remove = tegra20_i2s_platform_remove,
 };
 module_platform_driver(tegra20_i2s_driver);
 
index 9f9334e48049005f2ec84bc6603c3d753d9b1c36..a866aeb2719d1b4418862d7280c3368e5c94f458 100644 (file)
@@ -856,7 +856,7 @@ static const struct dev_pm_ops tegra_admaif_pm_ops = {
 
 static struct platform_driver tegra_admaif_driver = {
        .probe = tegra_admaif_probe,
-       .remove_new = tegra_admaif_remove,
+       .remove = tegra_admaif_remove,
        .driver = {
                .name = "tegra210-admaif",
                .of_match_table = tegra_admaif_of_match,
index d2530443a22148eb40202ba21327c15ec980828f..109f763fe211ebc53a700f5f4735d5c56ce5998c 100644 (file)
@@ -532,7 +532,7 @@ static struct platform_driver tegra210_adx_driver = {
                .pm = &tegra210_adx_pm_ops,
        },
        .probe = tegra210_adx_platform_probe,
-       .remove_new = tegra210_adx_platform_remove,
+       .remove = tegra210_adx_platform_remove,
 };
 module_platform_driver(tegra210_adx_driver);
 
index 3f114a2adfced0686cce0b7e134aba2b624e0f9a..2e25b6403599991ee28f9db4f1c5841e5821e0c3 100644 (file)
@@ -1414,7 +1414,7 @@ static const struct dev_pm_ops tegra_ahub_pm_ops = {
 
 static struct platform_driver tegra_ahub_driver = {
        .probe = tegra_ahub_probe,
-       .remove_new = tegra_ahub_remove,
+       .remove = tegra_ahub_remove,
        .driver = {
                .name = "tegra210-ahub",
                .of_match_table = tegra_ahub_of_match,
index 91e405909e0f47ce0aaa19c07279a53549397429..38a2d6ec033b404828b5e4c6f05e448a85d81da9 100644 (file)
@@ -589,7 +589,7 @@ static struct platform_driver tegra210_amx_driver = {
                .pm = &tegra210_amx_pm_ops,
        },
        .probe = tegra210_amx_platform_probe,
-       .remove_new = tegra210_amx_platform_remove,
+       .remove = tegra210_amx_platform_remove,
 };
 module_platform_driver(tegra210_amx_driver);
 
index e53c0278ae9af386d4b7d546a8717f70492e9b9d..d9b577f146dc5a74ce5162bd1571327a468e27d8 100644 (file)
@@ -559,7 +559,7 @@ static struct platform_driver tegra210_dmic_driver = {
                .pm = &tegra210_dmic_pm_ops,
        },
        .probe = tegra210_dmic_probe,
-       .remove_new = tegra210_dmic_remove,
+       .remove = tegra210_dmic_remove,
 };
 module_platform_driver(tegra210_dmic_driver)
 
index e93ceb7afb4c4b92c07ca65537cc203f6304df50..a3908b15dfdc0a31d5a2366f5e8587c10bf9bc95 100644 (file)
@@ -1019,7 +1019,7 @@ static struct platform_driver tegra210_i2s_driver = {
                .pm = &tegra210_i2s_pm_ops,
        },
        .probe = tegra210_i2s_probe,
-       .remove_new = tegra210_i2s_remove,
+       .remove = tegra210_i2s_remove,
 };
 module_platform_driver(tegra210_i2s_driver)
 
index 024614f6ec0b067da56c6eae0d9129bf26a4725c..e07e2f1d2f7075b279a3af05d7e0db147d9f38a6 100644 (file)
@@ -674,7 +674,7 @@ static struct platform_driver tegra210_mixer_driver = {
                .pm = &tegra210_mixer_pm_ops,
        },
        .probe = tegra210_mixer_platform_probe,
-       .remove_new = tegra210_mixer_platform_remove,
+       .remove = tegra210_mixer_platform_remove,
 };
 module_platform_driver(tegra210_mixer_driver);
 
index b89f5edafa033a1dda11d408f54a32d3cec75f5b..4ead52564ab6ec72687c173fa7f611b57773b4b2 100644 (file)
@@ -766,7 +766,7 @@ static struct platform_driver tegra210_mvc_driver = {
                .pm = &tegra210_mvc_pm_ops,
        },
        .probe = tegra210_mvc_platform_probe,
-       .remove_new = tegra210_mvc_platform_remove,
+       .remove = tegra210_mvc_platform_remove,
 };
 module_platform_driver(tegra210_mvc_driver)
 
index 136ed17f36509f20fc18f3fb37fda7de4ac077b0..e2bc604e8b797be8f45b92fc5ae82e77c0cb1454 100644 (file)
@@ -407,7 +407,7 @@ static struct platform_driver tegra210_ope_driver = {
                .pm = &tegra210_ope_pm_ops,
        },
        .probe = tegra210_ope_probe,
-       .remove_new = tegra210_ope_remove,
+       .remove = tegra210_ope_remove,
 };
 module_platform_driver(tegra210_ope_driver)
 
index 028747c44f37d0fc7c073dfab9c3a789e7ed190a..e16bbb44cc77c7825cebed5fbab157faef09a359 100644 (file)
@@ -3631,7 +3631,7 @@ static struct platform_driver tegra210_sfc_driver = {
                .pm = &tegra210_sfc_pm_ops,
        },
        .probe = tegra210_sfc_platform_probe,
-       .remove_new = tegra210_sfc_platform_remove,
+       .remove = tegra210_sfc_platform_remove,
 };
 module_platform_driver(tegra210_sfc_driver)
 
index d2e8078e444af3037e02df15532b65ed012dc1a6..c9b52f54cea8472eb27caddf3b89777f3146cff0 100644 (file)
@@ -608,7 +608,7 @@ static const struct dev_pm_ops tegra30_ahub_pm_ops = {
 
 static struct platform_driver tegra30_ahub_driver = {
        .probe = tegra30_ahub_probe,
-       .remove_new = tegra30_ahub_remove,
+       .remove = tegra30_ahub_remove,
        .driver = {
                .name = DRV_NAME,
                .of_match_table = tegra30_ahub_of_match,
index a8ff51d12edb52e5d19fd86c068a6af1d0601aa6..0d3badfbe1436b6b03b6154472e7e9c72ac2302a 100644 (file)
@@ -560,7 +560,7 @@ static struct platform_driver tegra30_i2s_driver = {
                .pm = &tegra30_i2s_pm_ops,
        },
        .probe = tegra30_i2s_platform_probe,
-       .remove_new = tegra30_i2s_platform_remove,
+       .remove = tegra30_i2s_platform_remove,
 };
 module_platform_driver(tegra30_i2s_driver);
 
index feba9d42bbc50d0083c3f4994964064f73042cb7..8b48813c2c595b1de87aaac2a93f1efe1c919c47 100644 (file)
@@ -248,7 +248,7 @@ static struct platform_driver tegra_audio_graph_card = {
                .of_match_table = graph_of_tegra_match,
        },
        .probe = tegra_audio_graph_probe,
-       .remove_new = simple_util_remove,
+       .remove = simple_util_remove,
 };
 module_platform_driver(tegra_audio_graph_card);
 
index 76bda188e9921738875561a0a3aee2bdac60f1fd..94645f275495d084d9b8f72f6d7b4bc5a1bbe9fd 100644 (file)
@@ -595,7 +595,7 @@ static struct platform_driver ams_delta_driver = {
                .name = DRV_NAME,
        },
        .probe = ams_delta_probe,
-       .remove_new = ams_delta_remove,
+       .remove = ams_delta_remove,
 };
 
 module_platform_driver(ams_delta_driver);
index 0f15a743c7982751bf4f53f44784b973a6a8c031..d682b98d6848043466cd14e9928b3e1022fadc0a 100644 (file)
@@ -920,7 +920,7 @@ MODULE_DEVICE_TABLE(of, davinci_i2s_match);
 
 static struct platform_driver davinci_mcbsp_driver = {
        .probe          = davinci_i2s_probe,
-       .remove_new     = davinci_i2s_remove,
+       .remove         = davinci_i2s_remove,
        .driver         = {
                .name   = "davinci-mcbsp",
                .of_match_table = of_match_ptr(davinci_i2s_match),
index 2b1ed91a736c9af444887891c11382793629c2aa..a0b8cca31cba0ba7af5c1fa84909d2ee4ade35c8 100644 (file)
@@ -2535,7 +2535,7 @@ static const struct dev_pm_ops davinci_mcasp_pm_ops = {
 
 static struct platform_driver davinci_mcasp_driver = {
        .probe          = davinci_mcasp_probe,
-       .remove_new     = davinci_mcasp_remove,
+       .remove         = davinci_mcasp_remove,
        .driver         = {
                .name   = "davinci-mcasp",
                .pm     = &davinci_mcasp_pm_ops,
index 2110ffe5281cec68e2000641e615bb35f051d3fc..411970399271a2b8e63d0032e83208de40b5011f 100644 (file)
@@ -1430,7 +1430,7 @@ static struct platform_driver asoc_mcbsp_driver = {
        },
 
        .probe = asoc_mcbsp_probe,
-       .remove_new = asoc_mcbsp_remove,
+       .remove = asoc_mcbsp_remove,
 };
 
 module_platform_driver(asoc_mcbsp_driver);
index 01cc3b961999df3a91ae7594f62d4565e3723325..a041ce8e23a4bb6f6e78568bc8fa9d6298f685f2 100644 (file)
@@ -347,7 +347,7 @@ static struct platform_driver uniphier_aio_driver = {
                .of_match_table = of_match_ptr(uniphier_aio_of_match),
        },
        .probe    = uniphier_aio_probe,
-       .remove_new = uniphier_aio_remove,
+       .remove = uniphier_aio_remove,
 };
 module_platform_driver(uniphier_aio_driver);
 
index fba13a212bdb966954cc40b287c03e854b6dd533..889f64b2c01f51fd76d51d2b771add626d01984c 100644 (file)
@@ -256,7 +256,7 @@ static struct platform_driver uniphier_aio_driver = {
                .of_match_table = of_match_ptr(uniphier_aio_of_match),
        },
        .probe    = uniphier_aio_probe,
-       .remove_new = uniphier_aio_remove,
+       .remove = uniphier_aio_remove,
 };
 module_platform_driver(uniphier_aio_driver);
 
index d90b3e4b010410af0a699b6bbfd0a25108b70589..662e45882c90d69a1c7139d9b872944dfaf689ef 100644 (file)
@@ -560,7 +560,7 @@ static struct platform_driver evea_codec_driver = {
                .of_match_table = of_match_ptr(evea_of_match),
        },
        .probe  = evea_probe,
-       .remove_new = evea_remove,
+       .remove = evea_remove,
 };
 module_platform_driver(evea_codec_driver);
 
index e0ab4534fe3e9520b4325266b8a78d654a9d6e0f..ae6d326167d13741181efd990313dc75720ec6ae 100644 (file)
@@ -157,7 +157,7 @@ static struct platform_driver snd_soc_mop500_driver = {
                .of_match_table = snd_soc_mop500_match,
        },
        .probe = mop500_probe,
-       .remove_new = mop500_remove,
+       .remove = mop500_remove,
 };
 
 module_platform_driver(snd_soc_mop500_driver);
index 3fd13e8dd110727057ccd6b4a22dfdfd96ff70cb..a2dd739fdf2df332b91684b2e991afd27e867bf1 100644 (file)
@@ -816,7 +816,7 @@ static struct platform_driver msp_i2s_driver = {
                .of_match_table = ux500_msp_i2s_match,
        },
        .probe = ux500_msp_drv_probe,
-       .remove_new = ux500_msp_drv_remove,
+       .remove = ux500_msp_drv_remove,
 };
 module_platform_driver(msp_i2s_driver);
 
index 158fc21a86c104d31ae3900182f1209dd546c2d0..17ef053094694d3bb3bf8b5b22c01a14524ab68c 100644 (file)
@@ -713,7 +713,7 @@ MODULE_DEVICE_TABLE(of, xlnx_formatter_pcm_of_match);
 
 static struct platform_driver xlnx_formatter_pcm_driver = {
        .probe  = xlnx_formatter_pcm_probe,
-       .remove_new = xlnx_formatter_pcm_remove,
+       .remove = xlnx_formatter_pcm_remove,
        .driver = {
                .name   = DRV_NAME,
                .of_match_table = xlnx_formatter_pcm_of_match,
index d52d5fc7b5b81ea01214287e3320e2ac3e6345de..7febb3830dc2521f7cf622f2d0dfc211c8828784 100644 (file)
@@ -325,7 +325,7 @@ static struct platform_driver xlnx_spdif_driver = {
                .of_match_table = xlnx_spdif_of_match,
        },
        .probe = xlnx_spdif_probe,
-       .remove_new = xlnx_spdif_remove,
+       .remove = xlnx_spdif_remove,
 };
 module_platform_driver(xlnx_spdif_driver);
 
index 6e2b72d7a65d3a26a1629fea19db71cb39589fee..4eaa9011405f925367ec1d70e8f6c55b1de69474 100644 (file)
@@ -635,7 +635,7 @@ static const struct dev_pm_ops xtfpga_i2s_pm_ops = {
 
 static struct platform_driver xtfpga_i2s_driver = {
        .probe   = xtfpga_i2s_probe,
-       .remove_new = xtfpga_i2s_remove,
+       .remove = xtfpga_i2s_remove,
        .driver  = {
                .name = "xtfpga-i2s",
                .of_match_table = of_match_ptr(xtfpga_i2s_of_match),