public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] backlight: fix module alias prefix for adp8870_bl
@ 2011-08-23  5:26 Axel Lin
  2011-08-23  6:47 ` Michael Hennerich
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-08-23  5:26 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] 2+ messages in thread

end of thread, other threads:[~2011-08-23  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-23  5:26 [PATCH RESEND] backlight: fix module alias prefix for adp8870_bl Axel Lin
2011-08-23  6:47 ` Michael Hennerich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox