Skip to content

Commit

Permalink
sh: asm/gpio.h needs linux/kernel.h for might_sleep()/WARN_ON().
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Oct 23, 2008
1 parent 61dc6ea commit e4b41db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sh/include/asm/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e4b41db

Please sign in to comment.