* [PATCH RESEND] power_supply: max8903_charger: add "platform:" prefix for platform modalias
@ 2011-07-29 15:24 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2011-07-29 15:24 UTC (permalink / raw)
To: linux-kernel; +Cc: MyungJoo Ham, Anton Vorontsov, Kyungmin Park, Paul Gortmaker
Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/power/max8903_charger.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/power/max8903_charger.c b/drivers/power/max8903_charger.c
index 33ff0e3..a3c97ea 100644
--- a/drivers/power/max8903_charger.c
+++ b/drivers/power/max8903_charger.c
@@ -388,4 +388,4 @@ module_exit(max8903_exit);
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("MAX8903 Charger Driver");
MODULE_AUTHOR("MyungJoo Ham <myungjoo.ham@samsung.com>");
-MODULE_ALIAS("max8903-charger");
+MODULE_ALIAS("platform:max8903-charger");
--
1.7.4.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-29 15:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-29 15:24 [PATCH RESEND] power_supply: max8903_charger: add "platform:" prefix for platform modalias Axel Lin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox