diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-23 03:37:20 (GMT) |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-23 03:37:20 (GMT) |
commit | e4b41dbd60e30463cc8fab21ed45b7d6227fc338 (patch) | |
tree | f377ffa0d0f3b03779970f464b00a46f680801df /arch | |
parent | 61dc6eaeef87048af351c04fd0046a6e3f96f94f (diff) | |
download | linux-fsl-qoriq-e4b41dbd60e30463cc8fab21ed45b7d6227fc338.tar.xz |
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')
-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 74c31a6..9067365 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 <linux/kernel.h> #include <linux/errno.h> #if defined(CONFIG_CPU_SH3) |