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

pinctrl: imx93: Add MODULE_DEVICE_TABLE()

Pass MODULE_DEVICE_TABLE() so that module autoloading can work.

This also aligns with the other i.MX8 pinctrl drivers.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Jacky Bai <ping.bai@nxp.com>
Link: https://lore.kernel.org/r/20220712115154.2348971-1-festevam@denx.de
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Fabio Estevam and committed by
Linus Walleij
5d11f839 0569af48

+1
+1
drivers/pinctrl/freescale/pinctrl-imx93.c
··· 246 246 { .compatible = "fsl,imx93-iomuxc", }, 247 247 { /* sentinel */ } 248 248 }; 249 + MODULE_DEVICE_TABLE(of, imx93_pinctrl_of_match); 249 250 250 251 static int imx93_pinctrl_probe(struct platform_device *pdev) 251 252 {