diff options
author | Axel Lin <[email protected]> | 2012-01-12 14:58:25 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2012-01-20 12:01:27 +0000 |
commit | c835e1c00eda6f8f6c6bce49b2d89208f3a184dc (patch) | |
tree | 20a7cefc33ffa20d1074d9793a1abf49e5c8e211 | |
parent | 047ec220a49f96ab0f8bd0bc574368e2cae8f1f7 (diff) |
regulator: s5m8767: Remove redundant MODULE_ALIAS
The MODULE_DEVICE_TABLE will setup the modalias, thus adding
a MODULE_ALIAS for an entry already in s5m8767_pmic_id is redundant.
Signed-off-by: Axel Lin <[email protected]>
Acked-by: Sangbeom Kim <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | drivers/regulator/s5m8767.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index 40610126ab28..caf0117b471f 100644 --- a/drivers/regulator/s5m8767.c +++ b/drivers/regulator/s5m8767.c @@ -835,4 +835,3 @@ module_exit(s5m8767_pmic_exit); MODULE_AUTHOR("Sangbeom Kim <[email protected]>"); MODULE_DESCRIPTION("SAMSUNG S5M8767 Regulator Driver"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("platform:s5m8767-pmic"); |