[PATCH] ia64: remove asm-ia64/bitops.h self-inclusion

From: Jon Mason
Date: Tue May 02 2006 - 17:42:57 EST


asm-ia64/bitops.h includes itself. The #ifndef _ASM_IA64_BITOPS_H
prevents this from being an issue, but it should still be removed.

Cross-compile tested.

Thanks,
Jon

Signed-off-by: Jon Mason <jdmason@xxxxxxxxxx>

diff -r 62dc1eb0c5e2 include/asm-ia64/bitops.h
--- a/include/asm-ia64/bitops.h Wed Apr 26 16:12:39 2006
+++ b/include/asm-ia64/bitops.h Tue May 2 16:27:46 2006
@@ -11,7 +11,6 @@

#include <linux/compiler.h>
#include <linux/types.h>
-#include <asm/bitops.h>
#include <asm/intrinsics.h>

/**
-
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/