linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: SAMSUNG: Fix Section Mismatch in PWM backlight support
@ 2011-08-09  8:24 MyungJoo Ham
  2011-08-11  7:50 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: MyungJoo Ham @ 2011-08-09  8:24 UTC (permalink / raw)
  To: linux-arm-kernel

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;
-- 
1.7.4.1

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

* [PATCH] ARM: SAMSUNG: Fix Section Mismatch in PWM backlight support
  2011-08-09  8:24 [PATCH] ARM: SAMSUNG: Fix Section Mismatch in PWM backlight support MyungJoo Ham
@ 2011-08-11  7:50 ` Kukjin Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Kukjin Kim @ 2011-08-11  7:50 UTC (permalink / raw)
  To: linux-arm-kernel

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.

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

end of thread, other threads:[~2011-08-11  7:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).