Re: [PATCH 2/2] mn10300: Fix include dependency in irqflags.h

From: David Howells
Date: Mon Jun 17 2013 - 05:08:22 EST


ddaney.cavm@xxxxxxxxx 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/