From: Javier Martinez Canillas Date: Thu, 30 Jul 2015 16:18:47 +0000 (+0200) Subject: macintosh/therm_windtunnel: Export OF module alias information X-Git-Tag: firefly_0821_release~176^2~1149^2~21 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a1a42b7920ba57f287d742d42f113402fbb7c85e;p=firefly-linux-kernel-4.4.55.git macintosh/therm_windtunnel: Export OF module alias information The I2C core always reports the MODALIAS uevent as "i2c: Signed-off-by: Michael Ellerman --- diff --git a/drivers/macintosh/therm_windtunnel.c b/drivers/macintosh/therm_windtunnel.c index 97269567ec01..68dcbcb4fc5b 100644 --- a/drivers/macintosh/therm_windtunnel.c +++ b/drivers/macintosh/therm_windtunnel.c @@ -460,6 +460,7 @@ static const struct of_device_id therm_of_match[] = {{ .compatible = "adm1030" }, {} }; +MODULE_DEVICE_TABLE(of, therm_of_match); static struct platform_driver therm_of_driver = { .driver = {