[PATCH] watchdog: meson: Remove unneeded platform MODULE_ALIAS
From: linux@roeck-us.net (Guenter Roeck)
Date: 2016-10-20 22:28:42
Also in:
linux-amlogic, linux-watchdog, lkml
From: linux@roeck-us.net (Guenter Roeck)
Date: 2016-10-20 22:28:42
Also in:
linux-amlogic, linux-watchdog, lkml
On Wed, Oct 19, 2016 at 04:49:42PM -0300, Javier Martinez Canillas wrote:
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 <redacted>Reviewed-by: Guenter Roeck <linux@roeck-us.net>