[PATCH] ARM: SAMSUNG: Fix compile error due to kfree

From: jhbird . choi
Date: Fri Oct 28 2011 - 17:45:22 EST


From: Jonghwan Choi <jhbird.choi@xxxxxxxxx>

Fix implicit declaration of function 'kfree'

Signed-off-by: Jonghwan Choi <jhbird.choi@xxxxxxxxx>
---
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

--
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/