From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755341Ab1KBL5Y (ORCPT ); Wed, 2 Nov 2011 07:57:24 -0400 Received: from mailout4.samsung.com ([203.254.224.34]:23181 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752630Ab1KBL5W (ORCPT ); Wed, 2 Nov 2011 07:57:22 -0400 X-AuditID: cbfee61a-b7cf1ae00000208e-a8-4eb130216701 From: Kukjin Kim To: jhbird.choi@gmail.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org Cc: "'Russell King'" , "'Ben Dooks'" References: <1319838312-8205-1-git-send-email-jhbird.choi@gmail.com> In-reply-to: <1319838312-8205-1-git-send-email-jhbird.choi@gmail.com> Subject: RE: [PATCH] ARM: SAMSUNG: Fix compile error due to kfree Date: Wed, 02 Nov 2011 20:57:20 +0900 Message-id: <004e01cc9956$93ad7f40$bb087dc0$%kim@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-index: AcyVuuSuiH+xx07ISYeashYF6Ox5rADmHr7A Content-language: ko X-Brightmail-Tracker: AAAAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org jhbird.choi@gmail.com wrote: > > From: Jonghwan Choi > > Fix implicit declaration of function 'kfree' > > Signed-off-by: Jonghwan Choi > --- > 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 > #include > #include > +#include > > #include > #include > -- > 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 , Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd.