]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pwm: meson: Remove unneeded platform MODULE_ALIAS
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 19 Oct 2016 19:49:59 +0000 (16:49 -0300)
committerThierry Reding <thierry.reding@gmail.com>
Fri, 21 Oct 2016 07:12:41 +0000 (09:12 +0200)
commit58d5b693637d9963018bcb92fecf858e6899ed49
treece0849088684a9a3fd33bfc6d51509bc003fb6b0
parent1001354ca34179f3db924eb66672442a173147dc
pwm: meson: Remove unneeded platform MODULE_ALIAS

The Amlogic Meson is a DT-only platform, which means the devices are
registered via OF and not using the legacy platform devices support.

So there's no need to have a MODULE_ALIAS("platform:meson-pwm") since
the reported uevent MODALIAS to user-space will always be the OF one.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-meson.c