]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Wed, 2 Nov 2011 11:51:29 +0000 (20:51 +0900)
commitf02e953cd6a00689e410394fb048d544a34dd32a
tree5c7eab7ef531ed0eef410ca0dd976a0ef25bbe97
parent6b087f72ea1d631451bf82cce6e2704ffa192340
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