]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.suse/suse-ppc32-mol-ioctl
Updated xen patches taken from suse.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.suse / suse-ppc32-mol-ioctl
1 From: schwab@suse.de
2 Subject: mol build fix
3 Patch-mainline: never
4
5 drivers/macintosh/mol/include/mol-ioctl.h | 2 ++
6 1 file changed, 2 insertions(+)
7
8 --- a/drivers/macintosh/mol/include/mol-ioctl.h
9 +++ b/drivers/macintosh/mol/include/mol-ioctl.h
10 @@ -17,6 +17,8 @@
11 #ifndef _H_MOL_IOCTL
12 #define _H_MOL_IOCTL
13
14 +#include <asm/ioctl.h>
15 +
16 #ifndef __ASSEMBLY__
17 #include "mmutypes.h"
18