]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.xen/xen-rt2860-build
Imported linux-2.6.27.39 suse/xen patches.
[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
deleted file mode 100644 (file)
index 414a91c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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__ */