From: awilliam@xenbuild2.aw Date: Thu, 18 Jan 2007 04:45:34 +0000 (-0700) Subject: [IA64] Remove duplicate typedefs X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15395 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cf6cceab1b543a4adc1616d27dab0119e02f008c;p=xen.git [IA64] Remove duplicate typedefs These are now defined in xen/include/xen/types.h Signed-off-by: Alex Williamson --- 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 */