From cf6cceab1b543a4adc1616d27dab0119e02f008c Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild2.aw" Date: Wed, 17 Jan 2007 21:45:34 -0700 Subject: [PATCH] [IA64] Remove duplicate typedefs These are now defined in xen/include/xen/types.h Signed-off-by: Alex Williamson --- xen/include/asm-ia64/xentypes.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/xen/include/asm-ia64/xentypes.h b/xen/include/asm-ia64/xentypes.h index 83ff65890e..d8bc8c0925 100644 --- a/xen/include/asm-ia64/xentypes.h +++ b/xen/include/asm-ia64/xentypes.h @@ -5,25 +5,6 @@ typedef unsigned long ssize_t; typedef unsigned long size_t; typedef long long loff_t; - -#ifdef __KERNEL__ -/* these lines taken from linux/types.h. they belong in xen/types.h */ -#ifdef __CHECKER__ -#define __bitwise __attribute__((bitwise)) -#else -#define __bitwise -#endif - -typedef __u16 __bitwise __le16; -typedef __u16 __bitwise __be16; -typedef __u32 __bitwise __le32; -typedef __u32 __bitwise __be32; -#if defined(__GNUC__) && !defined(__STRICT_ANSI__) -typedef __u64 __bitwise __le64; -typedef __u64 __bitwise __be64; -#endif - -# endif /* __KERNEL__ */ #endif /* !__ASSEMBLY__ */ #endif /* _ASM_IA64_XENTYPES_H */ -- 2.30.2