diff options
author | Fabio Estevam <[email protected]> | 2013-12-31 10:56:00 -0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2013-12-31 13:03:52 +0000 |
commit | 89705b9e35026ad75a8ba940d641aa2be7a16611 (patch) | |
tree | 17d293993953c1a08f43ed44c405e334c86e3e1b | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff) |
regulator: anatop-regulator: Add MODULE_ALIAS()
Provide a MODULE_ALIAS() entry to the driver.
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | drivers/regulator/anatop-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c index c734d0980826..a0041447ef00 100644 --- a/drivers/regulator/anatop-regulator.c +++ b/drivers/regulator/anatop-regulator.c @@ -259,3 +259,4 @@ MODULE_AUTHOR("Nancy Chen <[email protected]>"); MODULE_AUTHOR("Ying-Chun Liu (PaulLiu) <[email protected]>"); MODULE_DESCRIPTION("ANATOP Regulator driver"); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:anatop_regulator"); |