From: Javier Martinez Canillas Date: Wed, 13 May 2015 15:18:01 +0000 (+0200) Subject: rtc: max77686: Report platform modalias to fix module autoload X-Git-Tag: omap-for-v4.3/legacy-v2-signed~136^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d0cca0db4134712c7a67694c5aab57a49e228f2;p=pandora-kernel.git rtc: max77686: Report platform modalias to fix module autoload If the rtc-max77686 driver is built as a module, modalias information is not filled so the module is not autoloaded. Use the MODULE_DEVICE_TABLE() macro to export the platform ID table so the module contains that data. Signed-off-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski Signed-off-by: Alexandre Belloni --- Reading git-diff-tree failed