[IA64] Remove duplicate typedefs
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Thu, 18 Jan 2007 04:45:34 +0000 (21:45 -0700)
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Thu, 18 Jan 2007 04:45:34 +0000 (21:45 -0700)
These are now defined in xen/include/xen/types.h

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/asm-ia64/xentypes.h

index 83ff65890ede5f0bf43ca203bbc3ec1a208c6ff4..d8bc8c0925cd1eaa2eca1ecf40a9eacc5fc733c9 100644 (file)
@@ -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 */