linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: SAMSUNG: Fix Section Mismatch in PWM backlight support
Date: Thu, 11 Aug 2011 16:50:59 +0900	[thread overview]
Message-ID: <015b01cc57fb$6a7f7ed0$3f7e7c70$%kim@samsung.com> (raw)
In-Reply-To: <1312878286-6300-1-git-send-email-myungjoo.ham@samsung.com>

MyungJoo Ham wrote:
> 
> Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  arch/arm/plat-samsung/dev-backlight.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/plat-samsung/dev-backlight.c
b/arch/arm/plat-samsung/dev-
> backlight.c
> index 3cedd4c..6955704 100644
> --- a/arch/arm/plat-samsung/dev-backlight.c
> +++ b/arch/arm/plat-samsung/dev-backlight.c
> @@ -76,7 +76,7 @@ static struct platform_device samsung_dfl_bl_device
> __initdata = {
>   * @gpio_info:	structure containing GPIO info for PWM timer
>   * @bl_data:	structure containing Backlight control data
>   */
> -void samsung_bl_set(struct samsung_bl_gpio_info *gpio_info,
> +void __init samsung_bl_set(struct samsung_bl_gpio_info *gpio_info,
>  	struct platform_pwm_backlight_data *bl_data)
>  {
>  	int ret = 0;
> --

Hi MyungJoo,

Same patch has been submitted like following.

http://article.gmane.org/gmane.linux.kernel.samsung-soc/6060

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      reply	other threads:[~2011-08-11  7:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-09  8:24 [PATCH] ARM: SAMSUNG: Fix Section Mismatch in PWM backlight support MyungJoo Ham
2011-08-11  7:50 ` Kukjin Kim [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='015b01cc57fb$6a7f7ed0$3f7e7c70$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).