From: Javier Martinez Canillas Date: Thu, 14 May 2015 00:32:31 +0000 (+0200) Subject: pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modalias X-Git-Tag: omap-for-v4.3/legacy-v2-signed~192^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cccb94543c8299e0bc7564cc6f8b26e0f15bafde;p=pandora-kernel.git pwm: samsung: Use MODULE_DEVICE_TABLE() to include OF modalias If the pwm-samsung 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 OF device ID so the module contains that information. Signed-off-by: Javier Martinez Canillas Reviewed-by: Krzysztof Kozlowski Signed-off-by: Thierry Reding --- Reading git-diff-tree failed