diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-22 23:37:20 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-22 23:37:20 -0400 |
commit | e4b41dbd60e30463cc8fab21ed45b7d6227fc338 (patch) | |
tree | f377ffa0d0f3b03779970f464b00a46f680801df /arch/sh/include/asm/gpio.h | |
parent | 61dc6eaeef87048af351c04fd0046a6e3f96f94f (diff) |
sh: asm/gpio.h needs linux/kernel.h for might_sleep()/WARN_ON().
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/gpio.h')
-rw-r--r-- | arch/sh/include/asm/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/gpio.h b/arch/sh/include/asm/gpio.h index 74c31a678a52..90673658eb14 100644 --- a/arch/sh/include/asm/gpio.h +++ b/arch/sh/include/asm/gpio.h | |||
@@ -12,6 +12,7 @@ | |||
12 | #ifndef __ASM_SH_GPIO_H | 12 | #ifndef __ASM_SH_GPIO_H |
13 | #define __ASM_SH_GPIO_H | 13 | #define __ASM_SH_GPIO_H |
14 | 14 | ||
15 | #include <linux/kernel.h> | ||
15 | #include <linux/errno.h> | 16 | #include <linux/errno.h> |
16 | 17 | ||
17 | #if defined(CONFIG_CPU_SH3) | 18 | #if defined(CONFIG_CPU_SH3) |