From: Russell King Date: Mon, 16 Dec 2013 21:50:04 +0000 (+0000) Subject: thermal: imx_thermal: add module device table X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=dd2686324cdc1a03686d0d53338fdf643dd680cb;p=linux-beck.git thermal: imx_thermal: add module device table Add the module device table declaration so the module can be loaded automatically at boot time. Signed-off-by: Russell King Acked-by: Shawn Guo Acked-by: Eduardo Valentin Signed-off-by: Zhang Rui --- diff --git a/drivers/thermal/imx_thermal.c b/drivers/thermal/imx_thermal.c index 1f63c1fbcb49..77a962f1837b 100644 --- a/drivers/thermal/imx_thermal.c +++ b/drivers/thermal/imx_thermal.c @@ -525,6 +525,7 @@ static const struct of_device_id of_imx_thermal_match[] = { { .compatible = "fsl,imx6q-tempmon", }, { /* end */ } }; +MODULE_DEVICE_TABLE(of, of_imx_thermal_match); static struct platform_driver imx_thermal = { .driver = {