aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/aat2870-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/aat2870-regulator.c b/drivers/regulator/aat2870-regulator.c
index 9ed5c5d84e12..7cc380e950f6 100644
--- a/drivers/regulator/aat2870-regulator.c
+++ b/drivers/regulator/aat2870-regulator.c
@@ -231,3 +231,4 @@ module_exit(aat2870_regulator_exit);
231MODULE_DESCRIPTION("AnalogicTech AAT2870 Regulator"); 231MODULE_DESCRIPTION("AnalogicTech AAT2870 Regulator");
232MODULE_LICENSE("GPL"); 232MODULE_LICENSE("GPL");
233MODULE_AUTHOR("Jin Park <jinyoungp@nvidia.com>"); 233MODULE_AUTHOR("Jin Park <jinyoungp@nvidia.com>");
234MODULE_ALIAS("platform:aat2870-regulator");