diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-05-27 17:15:21 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-27 17:15:21 +0400 |
commit | 349b6c5355964d306d7d957c3af6179f3d6391ed (patch) | |
tree | d55b517180d7407b225eda281bc4299dcf99235d /fs/compat_binfmt_elf.c | |
parent | 51caa05a82df2501fdf1e3cd97e7c74befe48729 (diff) | |
download | linux-349b6c5355964d306d7d957c3af6179f3d6391ed.tar.xz |
gpio: pch: add slab include
After change 3ff35cbcfa4bc7d7dbdd0279e32ea677567ded02
"gpio-pch: Fix Kconfig dependencies"
which enabled COMPILE_TEST as an alternative for the PCH
driver, we get build failures like this:
drivers/gpio/gpio-pch.c: In function 'pch_gpio_probe':
drivers/gpio/gpio-pch.c:359:2: error: implicit declaration
of function 'kzalloc' [-Werror=implicit-function-declaration]
drivers/gpio/gpio-pch.c:359:7: warning: assignment makes
pointer from integer without a cast [enabled by default]
drivers/gpio/gpio-pch.c:442:2: error: implicit declaration
of function 'kfree' [-Werror=implicit-function-declaration]
Fix this by including <linux/slab.h> explicitly.
Cc: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'fs/compat_binfmt_elf.c')
0 files changed, 0 insertions, 0 deletions