[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-id: <004e01cc9956$93ad7f40$bb087dc0$%kim@samsung.com>
Date: Wed, 02 Nov 2011 20:57:20 +0900
From: Kukjin Kim <kgene.kim@...sung.com>
To: jhbird.choi@...il.com, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, linux-samsung-soc@...r.kernel.org
Cc: 'Russell King' <linux@....linux.org.uk>,
'Ben Dooks' <ben-linux@...ff.org>
Subject: RE: [PATCH] ARM: SAMSUNG: Fix compile error due to kfree
jhbird.choi@...il.com wrote:
>
> From: Jonghwan Choi <jhbird.choi@...il.com>
>
> Fix implicit declaration of function 'kfree'
>
> Signed-off-by: Jonghwan Choi <jhbird.choi@...il.com>
> ---
> arch/arm/plat-samsung/dev-backlight.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/plat-samsung/dev-backlight.c
b/arch/arm/plat-samsung/dev-
> backlight.c
> index 3cedd4c..2adbeae 100644
> --- a/arch/arm/plat-samsung/dev-backlight.c
> +++ b/arch/arm/plat-samsung/dev-backlight.c
> @@ -14,6 +14,7 @@
> #include <linux/platform_device.h>
> #include <linux/io.h>
> #include <linux/pwm_backlight.h>
> +#include <linux/slab.h>
>
> #include <plat/devs.h>
> #include <plat/gpio-cfg.h>
> --
> 1.7.0.4
Yes, applied.
But would be better if you could add description in detail......
Fix following build error.
arch/arm/plat-samsung/dev-backlight.c: In function 'samsung_bl_set':
arch/arm/plat-samsung/dev-backlight.c:145: error: implicit declaration
of function 'kfree'
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@...sung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists