2006-05-02 21:43:19

by Jon Mason

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

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 <[email protected]>

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>

/**