From: Claudiu Beznea Date: Mon, 25 Jul 2022 13:09:25 +0000 (+0300) Subject: ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE() X-Git-Tag: v6.0-rc1~93^2~8^2~7^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96f6017d652a78e06e34e535526826a22aa69dfa;p=thirdparty%2Fkernel%2Flinux.git ASoC: mchp-spdiftx: add and remove black line around MODULE_DEVICE_TABLE() Add blank line after MODULE_DEVICE_TABLE() and remove the one before it. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/20220725130925.1781791-6-claudiu.beznea@microchip.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/mchp-spdiftx.c b/sound/soc/atmel/mchp-spdiftx.c index 5169932807921..2b2347e29506b 100644 --- a/sound/soc/atmel/mchp-spdiftx.c +++ b/sound/soc/atmel/mchp-spdiftx.c @@ -760,8 +760,8 @@ static const struct of_device_id mchp_spdiftx_dt_ids[] = { }, { /* sentinel */ } }; - MODULE_DEVICE_TABLE(of, mchp_spdiftx_dt_ids); + static int mchp_spdiftx_probe(struct platform_device *pdev) { struct device_node *np = pdev->dev.of_node;