Skip to content

Commit

Permalink
[PATCH] S390: fix implicit declaration of (un)likely.
Browse files Browse the repository at this point in the history
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>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Apr 11, 2006
1 parent b068b43 commit 5bd1db6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-s390/atomic.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef __ARCH_S390_ATOMIC__
#define __ARCH_S390_ATOMIC__

#include <linux/compiler.h>

/*
* include/asm-s390/atomic.h
*
Expand Down

0 comments on commit 5bd1db6

Please sign in to comment.