pwm: mediatek: Remove redundant MODULE_ALIAS entries
authorSean Wang <sean.wang@mediatek.com>
Mon, 26 Mar 2018 10:02:01 +0000 (18:02 +0800)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 27 Mar 2018 22:31:59 +0000 (00:31 +0200)
commitf3617876364c0471b4779a0d05539f210693e45f
tree2f62a1e0900ba438846dac25af858817ec52a099
parent360cc036563db27881ce08049f69138438f2ddd0
pwm: mediatek: Remove redundant MODULE_ALIAS entries

MODULE_ALIAS exports information to allow the module to be auto-loaded at
boot for the drivers registered using legacy platform registration.

However, currently the driver is always used by DT-only platform,
MODULE_ALIAS is redundant and should be removed properly.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-mediatek.c