|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Remove duplicate typedefs
# HG changeset patch
# User awilliam@xxxxxxxxxxxx
# Date 1169095534 25200
# Node ID 58637a0a7c7e66ecaeebb7608df44f6bbf0afc04
# Parent 26c75e0e48edf8382e613dcdf6400dbceb8e4db8
[IA64] Remove duplicate typedefs
These are now defined in xen/include/xen/types.h
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
xen/include/asm-ia64/xentypes.h | 19 -------------------
1 files changed, 19 deletions(-)
diff -r 26c75e0e48ed -r 58637a0a7c7e xen/include/asm-ia64/xentypes.h
--- a/xen/include/asm-ia64/xentypes.h Wed Jan 17 21:31:22 2007 -0700
+++ b/xen/include/asm-ia64/xentypes.h Wed Jan 17 21:45:34 2007 -0700
@@ -5,25 +5,6 @@ typedef unsigned long ssize_t;
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 */
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Remove duplicate typedefs,
Xen patchbot-unstable <=
|
|
|
|
|