]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.xen/xen-rt2860-build
Move xen patchset to new version's subdir.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.xen / xen-rt2860-build
diff --git a/src/patches/suse-2.6.27.31/patches.xen/xen-rt2860-build b/src/patches/suse-2.6.27.31/patches.xen/xen-rt2860-build
new file mode 100644 (file)
index 0000000..414a91c
--- /dev/null
@@ -0,0 +1,16 @@
+From: jbeulich@novell.com
+Subject: fix issue with Windows-style types used in rt28x0
+Patch-mainline: obsolete
+
+--- sle11-2009-03-04.orig/include/asm-x86/mach-xen/asm/hypervisor.h    2009-03-12 16:42:09.000000000 +0100
++++ sle11-2009-03-04/include/asm-x86/mach-xen/asm/hypervisor.h 2009-03-12 16:43:54.000000000 +0100
+@@ -348,4 +348,9 @@ MULTI_grant_table_op(multicall_entry_t *
+ #endif
++#ifdef LINUX
++/* drivers/staging/rt28?0/ use Windows-style types, including VOID */
++#undef VOID
++#endif
++
+ #endif /* __HYPERVISOR_H__ */