Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8088041e authored by Jonghwan Choi's avatar Jonghwan Choi Committed by Kukjin Kim
Browse files

ARM: SAMSUNG: Fix compile error due to kfree



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'

Signed-off-by: default avatarJonghwan Choi <jhbird.choi@gmail.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent c861cd3e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>