Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753225AbYKYJnK (ORCPT ); Tue, 25 Nov 2008 04:43:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752453AbYKYJmz (ORCPT ); Tue, 25 Nov 2008 04:42:55 -0500 Received: from 89.6b.364a.static.theplanet.com ([74.54.107.137]:49411 "EHLO cathcart.site5.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752588AbYKYJmy (ORCPT ); Tue, 25 Nov 2008 04:42:54 -0500 From: Mike Rapoport To: rpurdie@rpsys.net Cc: eric.miao@marvell.com, linux-kernel@vger.kernel.org, Mike Rapoport Subject: [PATCH] drivers/video/backlight: rename da903x to da903x_bl Date: Tue, 25 Nov 2008 11:42:44 +0200 Message-Id: <1227606164-12659-1-git-send-email-mike@compulab.co.il> X-Mailer: git-send-email 1.5.6.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cathcart.site5.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - compulab.co.il X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1527 Lines: 36 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 --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/