ARM: SAMSUNG: Fix compile error due to kfree
authorJonghwan Choi <jhbird.choi@gmail.com>
Wed, 2 Nov 2011 11:13:30 +0000 (20:13 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 6 Nov 2011 04:52:51 +0000 (13:52 +0900)
commit8088041ee35604640760321621e3f058ea2c7061
tree5fe72d18a570a9908af3a65d1594539f78fbd67b
parentc861cd3e92d92ae946e19099f198018fcb4fd887
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: Jonghwan Choi <jhbird.choi@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/dev-backlight.c