* BACKLIGHT: Add MODULE_ALIAS() to pwm_backlight driver
@ 2008-07-29 10:48 Ben Dooks
0 siblings, 0 replies; only message in thread
From: Ben Dooks @ 2008-07-29 10:48 UTC (permalink / raw)
To: akpm, linux-fbdev-devel; +Cc: Ben Dooks, Russell King
[-- Attachment #1: simtec/simtec-drivers-backlight-module-alias.patch --]
[-- Type: text/plain, Size: 1087 bytes --]
Add the missing MODULE_ALIAS() to the pwm_backlight driver.
CC: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Index: linux-2.6.26-quilt4/drivers/video/backlight/pwm_bl.c
===================================================================
--- linux-2.6.26-quilt4.orig/drivers/video/backlight/pwm_bl.c 2008-07-29 11:41:08.000000000 +0100
+++ linux-2.6.26-quilt4/drivers/video/backlight/pwm_bl.c 2008-07-29 11:41:29.000000000 +0100
@@ -187,3 +187,5 @@ module_exit(pwm_backlight_exit);
MODULE_DESCRIPTION("PWM based Backlight Driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:pwm-backlight");
+
--
Ben (ben@fluff.org, http://www.fluff.org/)
'a smiley only costs 4 bytes'
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-29 10:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29 10:48 BACKLIGHT: Add MODULE_ALIAS() to pwm_backlight driver Ben Dooks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).