[S390] Use unsigned long long for u64 on 64bit.
[safe/jmp/linux-2.6] / arch / s390 / include / asm / types.h
index 41c5476..3dc3fc2 100644 (file)
@@ -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__