* fix S390 implicit declaration of (un)likely.
@ 2006-04-03 4:16 Dave Jones
0 siblings, 0 replies; only message in thread
From: Dave Jones @ 2006-04-03 4:16 UTC (permalink / raw)
To: Linux Kernel
include/asm/atomic.h:94: warning: implicit declaration of function 'unlikely'
include/asm/atomic.h:97: warning: implicit declaration of function 'likely'
Signed-off-by: Dave Jones <davej@redhat.com>
--- linux-2.6.16.noarch/include/asm-s390/atomic.h~ 2006-04-01 00:07:45.000000000 -0500
+++ linux-2.6.16.noarch/include/asm-s390/atomic.h 2006-04-01 00:08:08.000000000 -0500
@@ -1,6 +1,8 @@
#ifndef __ARCH_S390_ATOMIC__
#define __ARCH_S390_ATOMIC__
+#include <linux/compiler.h>
+
/*
* include/asm-s390/atomic.h
*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-04-03 4:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-03 4:16 fix S390 implicit declaration of (un)likely Dave Jones
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.