[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1331749633-27164-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Date: Wed, 14 Mar 2012 18:27:13 +0000
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Jin Park <jinyoungp@...dia.com>
Cc: Liam Girdwood <lrg@...com>, linux-kernel@...r.kernel.org,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH] regulator: aat2870: Add MODULE_ALIAS
Not that it's ever likely to get used.
Signed-off-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
---
drivers/regulator/aat2870-regulator.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/regulator/aat2870-regulator.c b/drivers/regulator/aat2870-regulator.c
index 9ed5c5d..7cc380e 100644
--- a/drivers/regulator/aat2870-regulator.c
+++ b/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@...dia.com>");
+MODULE_ALIAS("platform:aat2870-regulator");
--
1.7.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists