From: Arnd Bergmann Date: Thu, 8 May 2014 13:42:25 +0000 (+0200) Subject: gpio: include linux/bug.h in interface header X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~53^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdf86cd233207ed992a647f0b9d42c60735756e7;p=pandora-kernel.git gpio: include linux/bug.h in interface header Today's linux-next kernel started showing build errors for the use of WARN_ON in linux/gpio/consumer.h: In file included from drivers/video/backlight/pwm_bl.c:13:0: include/linux/gpio/consumer.h: In function 'gpiod_put': include/linux/gpio/consumer.h:81:2: error: implicit declaration of function 'WARN_ON' [-Werror=implicit-function-declaration] It's not clear why this never happened before, but this patch fixes it by including the header that contains the defintion of this macro. Signed-off-by: Arnd Bergmann Acked-by: Alexandre Courbot Signed-off-by: Linus Walleij --- Reading git-diff-tree failed