mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
watchdog: 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-gxbb-wdt")
since the reported uevent MODALIAS to user-space will be the OF one.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
committed by
Guenter Roeck
parent
0f3871f8a5
commit
807f0b2d22
@@ -264,7 +264,6 @@ static struct platform_driver meson_gxbb_wdt_driver = {
|
||||
|
||||
module_platform_driver(meson_gxbb_wdt_driver);
|
||||
|
||||
MODULE_ALIAS("platform:meson-gxbb-wdt");
|
||||
MODULE_AUTHOR("Neil Armstrong <narmstrong@baylibre.com>");
|
||||
MODULE_DESCRIPTION("Amlogic Meson GXBB Watchdog timer driver");
|
||||
MODULE_LICENSE("Dual BSD/GPL");
|
||||
|
||||
Reference in New Issue
Block a user