Messages in this thread Patch in this message |  | | | From | Geert Uytterhoeven <> | | Subject | [PATCH 3/6] mn10300: kernel/internal.h needs <linux/irqreturn.h> | | Date | Wed, 20 Jun 2012 22:09:47 +0200 |
| |
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> --- 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 a5ac755..2df4401 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; -- 1.7.0.4
|  |