Browse Source

regulator: aat2870: Add MODULE_ALIAS

Not that it's ever likely to get used.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jin Park <jinyoungp@nvidia.com>
Mark Brown 13 years ago
parent
commit
ad9c5ffea8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/regulator/aat2870-regulator.c

+ 1 - 0
drivers/regulator/aat2870-regulator.c

@@ -231,3 +231,4 @@ module_exit(aat2870_regulator_exit);
 MODULE_DESCRIPTION("AnalogicTech AAT2870 Regulator");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Jin Park <jinyoungp@nvidia.com>");
+MODULE_ALIAS("platform:aat2870-regulator");