Re: [PATCH] backlight: Rename corgibl_limit_intensity togenericbl_limit_intensity

From: Andrew Morton
Date: Thu Sep 29 2011 - 16:00:54 EST


On Sun, 25 Sep 2011 10:12:33 +0800
Axel Lin <axel.lin@xxxxxxxxx> wrote:

> The rename of corgibl_limit_intensity is missed in commit d00ba726
> "backlight: Rename the corgi backlight driver to generic".
> Let's fix it now.
>
> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>
> Cc: Richard Purdie <rpurdie@xxxxxxxxx>
> ---
> drivers/video/backlight/generic_bl.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/video/backlight/generic_bl.c b/drivers/video/backlight/generic_bl.c
> index 8c6befd..adb1914 100644
> --- a/drivers/video/backlight/generic_bl.c
> +++ b/drivers/video/backlight/generic_bl.c
> @@ -56,7 +56,7 @@ static int genericbl_get_intensity(struct backlight_device *bd)
> * Called when the battery is low to limit the backlight intensity.
> * If limit==0 clear any limit, otherwise limit the intensity
> */
> -void corgibl_limit_intensity(int limit)
> +void genericbl_limit_intensity(int limit)
> {
> struct backlight_device *bd = generic_backlight_device;
>
> @@ -68,7 +68,7 @@ void corgibl_limit_intensity(int limit)
> backlight_update_status(generic_backlight_device);
> mutex_unlock(&bd->ops_lock);
> }
> -EXPORT_SYMBOL(corgibl_limit_intensity);
> +EXPORT_SYMBOL(genericbl_limit_intensity);
>

Why does corgibl_limit_intensity/genericbl_limit_intensity exist?
Nothing in the tree references it?

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/