diff options
| -rw-r--r-- | drivers/thermal/db8500_thermal.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/thermal/db8500_thermal.c b/drivers/thermal/db8500_thermal.c index e776cea80cfc..f491faf16592 100644 --- a/drivers/thermal/db8500_thermal.c +++ b/drivers/thermal/db8500_thermal.c @@ -512,6 +512,7 @@ static const struct of_device_id db8500_thermal_match[] = {  	{ .compatible = "stericsson,db8500-thermal" },  	{},  }; +MODULE_DEVICE_TABLE(of, db8500_thermal_match);  #endif  static struct platform_driver db8500_thermal_driver = { | 
