]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.xen/xen-rt2860-build
Fix oinkmaster patch.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.xen / xen-rt2860-build
CommitLineData
2cb7cef9
BS
1From: jbeulich@novell.com
2Subject: fix issue with Windows-style types used in rt28x0
3Patch-mainline: obsolete
4
5--- sle11-2009-03-04.orig/include/asm-x86/mach-xen/asm/hypervisor.h 2009-03-12 16:42:09.000000000 +0100
6+++ sle11-2009-03-04/include/asm-x86/mach-xen/asm/hypervisor.h 2009-03-12 16:43:54.000000000 +0100
7@@ -348,4 +348,9 @@ MULTI_grant_table_op(multicall_entry_t *
8
9 #endif
10
11+#ifdef LINUX
12+/* drivers/staging/rt28?0/ use Windows-style types, including VOID */
13+#undef VOID
14+#endif
15+
16 #endif /* __HYPERVISOR_H__ */