[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <27908.1371460079@warthog.procyon.org.uk>
Date: Mon, 17 Jun 2013 10:07:59 +0100
From: David Howells <dhowells@...hat.com>
To: ddaney.cavm@...il.com
Cc: dhowells@...hat.com,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>,
Tony Luck <tony.luck@...el.com>,
Fenghua Yu <fenghua.yu@...el.com>, linux-ia64@...r.kernel.org,
Koichi Yasutake <yasutake.koichi@...panasonic.com>,
linux-am33-list@...hat.com, david.s.daney@...il.com,
David Daney <david.daney@...ium.com>
Subject: Re: [PATCH 2/2] mn10300: Fix include dependency in irqflags.h
ddaney.cavm@...il.com wrote:
> #ifndef __ASSEMBLY__
> -#include <linux/smp.h>
> +/* linux/smp.h <- linux/irqflags.h needs asm/smp.h first */
> +#include <asm/smp.h>
> #endif
If you make this change, is the #ifndef __ASSEMBLY__ still necessary, I
wonder...
David
--
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