From: Kamlakant Patel Date: Mon, 19 Jan 2015 05:22:06 +0000 (+0530) Subject: gpio: ge: fix compilation error X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~124^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0b66e3f5a2522d1a5cf1127bc8cba0834b0fbf6;p=pandora-kernel.git gpio: ge: fix compilation error Include linux/slab.h to fix following compilation error. drivers/gpio/gpio-ge.c: In function ‘gef_gpio_probe’: drivers/gpio/gpio-ge.c:95:2: error: implicit declaration of function ‘kfree’ [-Werror=implicit-function-declaration] kfree(bgc->gc.label); Signed-off-by: Kamlakant Patel Signed-off-by: Linus Walleij --- Reading git-diff-tree failed