From: Paul Mundt Date: Thu, 23 Oct 2008 03:37:20 +0000 (+0900) Subject: sh: asm/gpio.h needs linux/kernel.h for might_sleep()/WARN_ON(). X-Git-Tag: v2.6.28-rc1~27^2 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e4b41dbd60e30463cc8fab21ed45b7d6227fc338;hp=61dc6eaeef87048af351c04fd0046a6e3f96f94f;p=linux-2.6-omap-h63xx.git sh: asm/gpio.h needs linux/kernel.h for might_sleep()/WARN_ON(). Signed-off-by: Paul Mundt --- diff --git a/arch/sh/include/asm/gpio.h b/arch/sh/include/asm/gpio.h index 74c31a678a5..90673658eb1 100644 --- a/arch/sh/include/asm/gpio.h +++ b/arch/sh/include/asm/gpio.h @@ -12,6 +12,7 @@ #ifndef __ASM_SH_GPIO_H #define __ASM_SH_GPIO_H +#include #include #if defined(CONFIG_CPU_SH3)