aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/types.h
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2009-01-09 12:14:56 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2009-01-09 12:15:07 +0100
commit33e1911566183ac32baac35163c0962302e40f5f (patch)
tree34969583f0d40ceaf5ef2aaa14b72a8093177abe /arch/s390/include/asm/types.h
parent19cdd08ba155dd87ebb87bb39ed097dbee671e0e (diff)
[S390] Use unsigned long long for u64 on 64bit.
As requested by Andrew. Same as what sparc did. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/types.h')
-rw-r--r--arch/s390/include/asm/types.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/s390/include/asm/types.h b/arch/s390/include/asm/types.h
index 41c54765613..3dc3fc22881 100644
--- a/arch/s390/include/asm/types.h
+++ b/arch/s390/include/asm/types.h
@@ -9,11 +9,7 @@
#ifndef _S390_TYPES_H
#define _S390_TYPES_H
-#ifndef __s390x__
-# include <asm-generic/int-ll64.h>
-#else
-# include <asm-generic/int-l64.h>
-#endif
+#include <asm-generic/int-ll64.h>
#ifndef __ASSEMBLY__