[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <E1LhOad-0000ch-KG@mailer.emlix.com>
Date: Wed, 11 Mar 2009 14:36:00 +0100
From: Johannes Weiner <jw@...ix.com>
To: Chris Zankel <chris@...kel.net>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [patch 1/7] xtensa: kernel/traps.c: include hardirq.h
On Mon, Mar 02, 2009 at 05:42:58PM +0100, Johannes Weiner wrote:
> The file refers to in_interrupt() so hardirq.h must be included.
>
> Signed-off-by: Johannes Weiner <jw@...ix.com>
> ---
> arch/xtensa/kernel/traps.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- a/arch/xtensa/kernel/traps.c
> +++ b/arch/xtensa/kernel/traps.c
> @@ -25,6 +25,7 @@
>
> #include <linux/kernel.h>
> #include <linux/sched.h>
> +#include <linux/hardirq.h>
> #include <linux/init.h>
> #include <linux/module.h>
> #include <linux/stringify.h>
This is obsoleted by Alexey's fix in mainline:
5a891ed xtensa: fix compilation somewhat
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists