fix S390 implicit declaration of (un)likely.

From: Dave Jones
Date: Mon Apr 03 2006 - 00:20:14 EST


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@xxxxxxxxxx>

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