Re: [PATCH] ia64: including <asm/signal.h> alone causes compilation errors

From: Matthew Wilcox
Date: Mon Jan 09 2006 - 12:20:32 EST


On Mon, Jan 09, 2006 at 12:15:14PM -0500, Jeff Mahoney wrote:
> +++ linux-2.6.15-ocfs2/include/asm-ia64/signal.h 2006-01-09 11:08:16.404700640 -0500
> @@ -1,6 +1,8 @@
> #ifndef _ASM_IA64_SIGNAL_H
> #define _ASM_IA64_SIGNAL_H
>
> +#include <linux/types.h>
> +
> /*
> * Modified 1998-2001, 2003
> * David Mosberger-Tang <davidm@xxxxxxxxxx>, Hewlett-Packard Co
> @@ -122,8 +124,6 @@
>
> # ifndef __ASSEMBLY__
>
> -# include <linux/types.h>
> -
> /* Avoid too many header ordering problems. */
> struct siginfo;

Is it still possible to include this file from assembly? Do we still
need to do that?
-
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/