aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/meson_gxbb_wdt.c
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2016-10-19 16:49:42 -0300
committerGuenter Roeck <linux@roeck-us.net>2016-12-16 06:53:53 -0800
commit807f0b2d22b0934fc1c67df8a4961044bd76b081 (patch)
tree869cbc558fadb522e4d8d78ee059e9b30d8576ca /drivers/watchdog/meson_gxbb_wdt.c
parentwatchdog: Standardize leading tabs and spaces in Kconfig file (diff)
downloadlinux-dev-807f0b2d22b0934fc1c67df8a4961044bd76b081.tar.xz
linux-dev-807f0b2d22b0934fc1c67df8a4961044bd76b081.zip
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>
Diffstat (limited to 'drivers/watchdog/meson_gxbb_wdt.c')
-rw-r--r--drivers/watchdog/meson_gxbb_wdt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/watchdog/meson_gxbb_wdt.c b/drivers/watchdog/meson_gxbb_wdt.c
index 44d180a2c5e5..45d47664a00a 100644
--- a/drivers/watchdog/meson_gxbb_wdt.c
+++ b/drivers/watchdog/meson_gxbb_wdt.c
@@ -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");