]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: mt6397: Remove plaform module alias
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 24 Feb 2016 17:26:20 +0000 (14:26 -0300)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 14 Mar 2016 16:08:26 +0000 (17:08 +0100)
commite4c57b5e36b359537de3f79095d6ace49df185ba
treefc2f7cdd05db4b7c02c93a1cc17d75e4ac9c1b04
parentce6a6e4a102161bf46095b932cb6db90b63adffa
rtc: mt6397: Remove plaform module alias

The driver uses the MODULE_ALIAS() macro to export a platform module alias
to allow the module to be autoloaded if the device is registered using the
legacy platform registration mechanism but the driver is always used by OF
only machines so the alias is not needed and should just be removed.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-mt6397.c