* [PATCH] backlight: fix module alias prefix for adp8870_bl
@ 2011-07-26 14:17 Axel Lin
0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2011-07-26 14:17 UTC (permalink / raw)
To: linux-kernel; +Cc: Michael Hennerich, Richard Purdie, Andrew Morton
This is a i2c driver, not a platform driver,
thus use "i2c" prefix for the module alias.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/video/backlight/adp8870_bl.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/video/backlight/adp8870_bl.c b/drivers/video/backlight/adp8870_bl.c
index 383c4c3..98e0304 100644
--- a/drivers/video/backlight/adp8870_bl.c
+++ b/drivers/video/backlight/adp8870_bl.c
@@ -1008,4 +1008,4 @@ module_exit(adp8870_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>");
MODULE_DESCRIPTION("ADP8870 Backlight driver");
-MODULE_ALIAS("platform:adp8870-backlight");
+MODULE_ALIAS("i2c:adp8870-backlight");
--
1.7.4.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-26 14:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 14:17 [PATCH] backlight: fix module alias prefix for adp8870_bl Axel Lin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox