]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.xen/xen-rt2860-build
Updated xen patches taken from suse.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.xen / xen-rt2860-build
1 From: jbeulich@novell.com
2 Subject: fix issue with Windows-style types used in rt28x0
3 Patch-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__ */