diff options
| author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-07-11 14:02:00 -0700 | 
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-07-11 16:04:42 -0700 | 
| commit | 7a63091288f3a9063b044aaefaad5e75e4ca0f60 (patch) | |
| tree | 9a18470057171efdcbfa8419312ea29ce348883d /arch | |
| parent | 1c20c3de6c35b4ccf12f81b9f98ac9771e7510d3 (diff) | |
mn10300: kernel/internal.h needs <linux/irqreturn.h>
Fix the nm10300 build failure:
  In file included from arch/mn10300/kernel/csrc-mn10300.c:14:0:
  arch/mn10300/kernel/internal.h:42:1: error: unknown type name 'irqreturn_t'
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mn10300/kernel/internal.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/mn10300/kernel/internal.h b/arch/mn10300/kernel/internal.h index a5ac755dd69f..2df440105a80 100644 --- a/arch/mn10300/kernel/internal.h +++ b/arch/mn10300/kernel/internal.h @@ -9,6 +9,8 @@   * 2 of the Licence, or (at your option) any later version.   */ +#include <linux/irqreturn.h> +  struct clocksource;  struct clock_event_device; | 
