All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers/video/backlight: rename da903x to da903x_bl
@ 2008-11-25  9:42 Mike Rapoport
  2008-11-25  9:51 ` Eric Miao
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Rapoport @ 2008-11-25  9:42 UTC (permalink / raw)
  To: rpurdie; +Cc: eric.miao, linux-kernel, Mike Rapoport

Currently both da903x backlight and voltage reulator drivers have the
same name. Rename the backlight driver to allow use of both drivers as
modules.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 drivers/video/backlight/Makefile                  |    2 +-
 drivers/video/backlight/{da903x.c => da903x_bl.c} |    0 
 2 files changed, 1 insertions(+), 1 deletions(-)
 rename drivers/video/backlight/{da903x.c => da903x_bl.c} (100%)

diff --git a/drivers/video/backlight/Makefile b/drivers/video/backlight/Makefile
index 103427d..2d8f7cb 100644
--- a/drivers/video/backlight/Makefile
+++ b/drivers/video/backlight/Makefile
@@ -18,7 +18,7 @@ obj-$(CONFIG_BACKLIGHT_OMAP1)	+= omap1_bl.o
 obj-$(CONFIG_BACKLIGHT_PROGEAR) += progear_bl.o
 obj-$(CONFIG_BACKLIGHT_CARILLO_RANCH) += cr_bllcd.o
 obj-$(CONFIG_BACKLIGHT_PWM)	+= pwm_bl.o
-obj-$(CONFIG_BACKLIGHT_DA903X)	+= da903x.o
+obj-$(CONFIG_BACKLIGHT_DA903X)	+= da903x_bl.o
 obj-$(CONFIG_BACKLIGHT_MBP_NVIDIA) += mbp_nvidia_bl.o
 obj-$(CONFIG_BACKLIGHT_TOSA)	+= tosa_bl.o
 obj-$(CONFIG_BACKLIGHT_SAHARA)	+= kb3886_bl.o
diff --git a/drivers/video/backlight/da903x.c b/drivers/video/backlight/da903x_bl.c
similarity index 100%
rename from drivers/video/backlight/da903x.c
rename to drivers/video/backlight/da903x_bl.c
-- 
1.5.6.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-01  1:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-25  9:42 [PATCH] drivers/video/backlight: rename da903x to da903x_bl Mike Rapoport
2008-11-25  9:51 ` Eric Miao
2008-11-25 10:01   ` Mike Rapoport
2008-11-26  8:12     ` Eric Miao
2008-11-29 13:03       ` Sam Ravnborg
2008-12-01  1:14         ` Eric Miao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.