]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit04c473acf5eebbf50910044c599517ca5a20a949
tree2f62a1e0900ba438846dac25af858817ec52a099
parentf535c62b5b3064a2d1bd03655073e346c298fa47
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