public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] s390: missing ifdef in bitops.h
@ 2006-06-13 12:09 Heiko Carstens
  2006-06-13 15:17 ` David Woodhouse
  0 siblings, 1 reply; 10+ messages in thread
From: Heiko Carstens @ 2006-06-13 12:09 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Martin Schwidefsky, Cedric Le Goater

From: Cedric Le Goater <clg@fr.ibm.com>

Add missing #ifdef __KERNEL__ to asm-s390/bitops.h

Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
---

Patch is for -mm tree only and resolves a merge conflict.

 include/asm-s390/bitops.h |    3 +++
 1 file changed, 3 insertions(+)

diff -purN a/include/asm-s390/bitops.h b/include/asm-s390/bitops.h
--- a/include/asm-s390/bitops.h	2006-06-13 07:38:53.000000000 +0200
+++ b/include/asm-s390/bitops.h	2006-06-13 07:41:20.000000000 +0200
@@ -12,6 +12,9 @@
  *    Copyright (C) 1992, Linus Torvalds
  *
  */
+
+#ifdef __KERNEL__
+
 #include <linux/compiler.h>
 
 /*

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-06-14 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-13 12:09 [patch] s390: missing ifdef in bitops.h Heiko Carstens
2006-06-13 15:17 ` David Woodhouse
2006-06-13 20:33   ` Arnd Bergmann
2006-06-13 20:39     ` David Woodhouse
2006-06-14  5:14       ` Heiko Carstens
2006-06-13 20:43     ` Arnd Bergmann
2006-06-14 10:50       ` Martin Schwidefsky
2006-06-14 13:04         ` David Woodhouse
2006-06-14 13:06           ` Martin Schwidefsky
2006-06-14  8:57   ` Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox