[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Equivalent of XenBus for fully-virtualized Xen
My HVM guest is using 2.6.16.13 and my Dom0 is using 2.6.18.8 (uname -r)So, I downloaded the kernel source for 2.6.16.13 from kernel.org and installed it under /usr/src in Dom0 (untar followed by make mrproper) Then I did # cd xen-unstable.hg/unmodified_drivers/linux-2.6 # sh mkbuildtree # make -C /usr/src/linux-2.6.16.13 M=$PWD modulesAt this point, I get a bunch of warnings and errors......I am attaching the log produced by make... -Kaushik Mark Williamson wrote: thanks..... I stumbled upon http://lists.xensource.com/archives/html/xen-ia64-devel/2006-10/msg00177.ht ml which talks about PV-on-HVM but I am using a VBD image for the HVM guest and not really sure if I should proceed as directed.I'm not sure I follow... Is your problem with how to transfer the PV drivers into the guest? The lomount tool should mount any image (with the exception of qcow) alright and then you can copy the drivers in. The instructions in the mail only really make sense if you're running the same compiler and kernel (i.e. the same distro) in guest and host though. If not, you may as well build and install the new drivers *from inside the guest* rather than building in dom0 and copying them in.Any pointers are appreciated.Does that help? Cheers, Mark-Kaushik Mark Williamson wrote:http://wiki.xensource.com/xenwiki/XenBusDriver?highlight=%28xenbus%29 says that "XenBus provides a bus abstraction for paravirtualized drivers to communicate between domains. In practice, the bus is used for configuration negotiation, leaving most data transfer to be done via page flipping." What is the equivalent mechanism for fully-virtualized drivers in Xen (HVM running on VT-capable machine)?An interface to the same Xenbus facilities is provided to an HVM guest via the "Xen platform device" - a fake PCI device which allows a guest to communicate with Xen platform services as if it were a real device. The PV drivers for HVM provide a driver that can talk to this platform device; the block and net paravirt drivers then use this to access the Xenbus functionality that they need. Cheers, Mark -- Kaushik Bhandankar Graduate Student College of Computing Georgia Tech 206.949.4189 www.cc.gatech.edu/~kaushikb make: Entering directory `/usr/src/linux-2.6.16.13' Makefile:476: .config: No such file or directory WARNING: Symbol version dump /usr/src/linux-2.6.16.13/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.o cc1: include/linux/autoconf.h: No such file or directory cc1: /usr/src/linux-2.6.16.13/include/linux/autoconf.h: No such file or directory In file included from include/linux/linkage.h:4, from include/linux/kernel.h:11, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/config.h:6:28: linux/autoconf.h: No such file or directory In file included from include/linux/kernel.h:11, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/linkage.h:5:25: asm/linkage.h: No such file or directory In file included from include/linux/types.h:15, from include/linux/kernel.h:13, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory In file included from include/linux/kernel.h:13, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/types.h:16:23: asm/types.h: No such file or directory In file included from include/linux/kernel.h:13, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/types.h:20: error: syntax error before "__kernel_dev_t" include/linux/types.h:20: warning: type defaults to `int' in declaration of `__kernel_dev_t' include/linux/types.h:20: warning: data definition has no type or storage class include/linux/types.h:23: error: syntax error before "dev_t" include/linux/types.h:23: warning: type defaults to `int' in declaration of `dev_t' include/linux/types.h:23: warning: data definition has no type or storage class include/linux/types.h:24: error: syntax error before "ino_t" include/linux/types.h:24: warning: type defaults to `int' in declaration of `ino_t' include/linux/types.h:24: warning: data definition has no type or storage class include/linux/types.h:25: error: syntax error before "mode_t" include/linux/types.h:25: warning: type defaults to `int' in declaration of `mode_t' include/linux/types.h:25: warning: data definition has no type or storage class include/linux/types.h:26: error: syntax error before "nlink_t" include/linux/types.h:26: warning: type defaults to `int' in declaration of `nlink_t' include/linux/types.h:26: warning: data definition has no type or storage class include/linux/types.h:27: error: syntax error before "off_t" include/linux/types.h:27: warning: type defaults to `int' in declaration of `off_t' include/linux/types.h:27: warning: data definition has no type or storage class include/linux/types.h:28: error: syntax error before "pid_t" include/linux/types.h:28: warning: type defaults to `int' in declaration of `pid_t' include/linux/types.h:28: warning: data definition has no type or storage class include/linux/types.h:29: error: syntax error before "daddr_t" include/linux/types.h:29: warning: type defaults to `int' in declaration of `daddr_t' include/linux/types.h:29: warning: data definition has no type or storage class include/linux/types.h:31: error: syntax error before "suseconds_t" include/linux/types.h:31: warning: type defaults to `int' in declaration of `suseconds_t' include/linux/types.h:31: warning: data definition has no type or storage class include/linux/types.h:32: error: syntax error before "timer_t" include/linux/types.h:32: warning: type defaults to `int' in declaration of `timer_t' include/linux/types.h:32: warning: data definition has no type or storage class include/linux/types.h:33: error: syntax error before "clockid_t" include/linux/types.h:33: warning: type defaults to `int' in declaration of `clockid_t' include/linux/types.h:33: warning: data definition has no type or storage class include/linux/types.h:37: error: syntax error before "uid_t" include/linux/types.h:37: warning: type defaults to `int' in declaration of `uid_t' include/linux/types.h:37: warning: data definition has no type or storage class include/linux/types.h:38: error: syntax error before "gid_t" include/linux/types.h:38: warning: type defaults to `int' in declaration of `gid_t' include/linux/types.h:38: warning: data definition has no type or storage class include/linux/types.h:39: error: syntax error before "uid16_t" include/linux/types.h:39: warning: type defaults to `int' in declaration of `uid16_t' include/linux/types.h:39: warning: data definition has no type or storage class include/linux/types.h:40: error: syntax error before "gid16_t" include/linux/types.h:40: warning: type defaults to `int' in declaration of `gid16_t' include/linux/types.h:40: warning: data definition has no type or storage class include/linux/types.h:57: error: syntax error before "loff_t" include/linux/types.h:57: warning: type defaults to `int' in declaration of `loff_t' include/linux/types.h:57: warning: data definition has no type or storage class include/linux/types.h:66: error: syntax error before "size_t" include/linux/types.h:66: warning: type defaults to `int' in declaration of `size_t' include/linux/types.h:66: warning: data definition has no type or storage class include/linux/types.h:71: error: syntax error before "ssize_t" include/linux/types.h:71: warning: type defaults to `int' in declaration of `ssize_t' include/linux/types.h:71: warning: data definition has no type or storage class include/linux/types.h:76: error: syntax error before "ptrdiff_t" include/linux/types.h:76: warning: type defaults to `int' in declaration of `ptrdiff_t' include/linux/types.h:76: warning: data definition has no type or storage class include/linux/types.h:81: error: syntax error before "time_t" include/linux/types.h:81: warning: type defaults to `int' in declaration of `time_t' include/linux/types.h:81: warning: data definition has no type or storage class include/linux/types.h:86: error: syntax error before "clock_t" include/linux/types.h:86: warning: type defaults to `int' in declaration of `clock_t' include/linux/types.h:86: warning: data definition has no type or storage class include/linux/types.h:91: error: syntax error before "caddr_t" include/linux/types.h:91: warning: type defaults to `int' in declaration of `caddr_t' include/linux/types.h:91: warning: data definition has no type or storage class include/linux/types.h:109: error: syntax error before "u_int8_t" include/linux/types.h:109: warning: type defaults to `int' in declaration of `u_int8_t' include/linux/types.h:109: warning: data definition has no type or storage class include/linux/types.h:110: error: syntax error before "int8_t" include/linux/types.h:110: warning: type defaults to `int' in declaration of `int8_t' include/linux/types.h:110: warning: data definition has no type or storage class include/linux/types.h:111: error: syntax error before "u_int16_t" include/linux/types.h:111: warning: type defaults to `int' in declaration of `u_int16_t' include/linux/types.h:111: warning: data definition has no type or storage class include/linux/types.h:112: error: syntax error before "int16_t" include/linux/types.h:112: warning: type defaults to `int' in declaration of `int16_t' include/linux/types.h:112: warning: data definition has no type or storage class include/linux/types.h:113: error: syntax error before "u_int32_t" include/linux/types.h:113: warning: type defaults to `int' in declaration of `u_int32_t' include/linux/types.h:113: warning: data definition has no type or storage class include/linux/types.h:114: error: syntax error before "int32_t" include/linux/types.h:114: warning: type defaults to `int' in declaration of `int32_t' include/linux/types.h:114: warning: data definition has no type or storage class include/linux/types.h:118: error: syntax error before "uint8_t" include/linux/types.h:118: warning: type defaults to `int' in declaration of `uint8_t' include/linux/types.h:118: warning: data definition has no type or storage class include/linux/types.h:119: error: syntax error before "uint16_t" include/linux/types.h:119: warning: type defaults to `int' in declaration of `uint16_t' include/linux/types.h:119: warning: data definition has no type or storage class include/linux/types.h:120: error: syntax error before "uint32_t" include/linux/types.h:120: warning: type defaults to `int' in declaration of `uint32_t' include/linux/types.h:120: warning: data definition has no type or storage class include/linux/types.h:123: error: syntax error before "uint64_t" include/linux/types.h:123: warning: type defaults to `int' in declaration of `uint64_t' include/linux/types.h:123: warning: data definition has no type or storage class include/linux/types.h:124: error: syntax error before "u_int64_t" include/linux/types.h:124: warning: type defaults to `int' in declaration of `u_int64_t' include/linux/types.h:124: warning: data definition has no type or storage class include/linux/types.h:125: error: syntax error before "int64_t" include/linux/types.h:125: warning: type defaults to `int' in declaration of `int64_t' include/linux/types.h:125: warning: data definition has no type or storage class include/linux/types.h:166: error: syntax error before "__le16" include/linux/types.h:166: warning: type defaults to `int' in declaration of `__le16' include/linux/types.h:166: warning: data definition has no type or storage class include/linux/types.h:167: error: syntax error before "__be16" include/linux/types.h:167: warning: type defaults to `int' in declaration of `__be16' include/linux/types.h:167: warning: data definition has no type or storage class include/linux/types.h:168: error: syntax error before "__le32" include/linux/types.h:168: warning: type defaults to `int' in declaration of `__le32' include/linux/types.h:168: warning: data definition has no type or storage class include/linux/types.h:169: error: syntax error before "__be32" include/linux/types.h:169: warning: type defaults to `int' in declaration of `__be32' include/linux/types.h:169: warning: data definition has no type or storage class include/linux/types.h:171: error: syntax error before "__le64" include/linux/types.h:171: warning: type defaults to `int' in declaration of `__le64' include/linux/types.h:171: warning: data definition has no type or storage class include/linux/types.h:172: error: syntax error before "__be64" include/linux/types.h:172: warning: type defaults to `int' in declaration of `__be64' include/linux/types.h:172: warning: data definition has no type or storage class include/linux/types.h:180: error: syntax error before "__kernel_daddr_t" include/linux/types.h:180: warning: no semicolon at end of struct or union include/linux/types.h:181: warning: type defaults to `int' in declaration of `f_tinode' include/linux/types.h:181: warning: data definition has no type or storage class include/linux/types.h:184: error: syntax error before '}' token In file included from include/linux/kernel.h:15, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/bitops.h:77:24: asm/bitops.h: No such file or directory In file included from include/linux/kernel.h:15, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/bitops.h:80: error: syntax error before "x" include/linux/bitops.h:81: warning: function declaration isn't a prototype include/linux/bitops.h: In function `generic_fls64': include/linux/bitops.h:82: error: `__u32' undeclared (first use in this function) include/linux/bitops.h:82: error: (Each undeclared identifier is reported only once include/linux/bitops.h:82: error: for each function it appears in.) include/linux/bitops.h:82: error: syntax error before "h" include/linux/bitops.h:83: error: `h' undeclared (first use in this function) include/linux/bitops.h:84: warning: implicit declaration of function `fls' include/linux/bitops.h:85: error: `x' undeclared (first use in this function) include/linux/bitops.h: At top level: include/linux/bitops.h:135: error: syntax error before "w" include/linux/bitops.h:136: warning: function declaration isn't a prototype include/linux/bitops.h:137:5: warning: "BITS_PER_LONG" is not defined include/linux/bitops.h: In function `generic_hweight64': include/linux/bitops.h:138: error: `w' undeclared (first use in this function) include/linux/bitops.h: At top level: include/linux/bitops.h:162: error: syntax error before "rol32" include/linux/bitops.h:162: error: syntax error before "word" include/linux/bitops.h:163: warning: return type defaults to `int' include/linux/bitops.h:163: warning: function declaration isn't a prototype include/linux/bitops.h: In function `rol32': include/linux/bitops.h:164: error: `word' undeclared (first use in this function) include/linux/bitops.h:164: error: `shift' undeclared (first use in this function) include/linux/bitops.h: At top level: include/linux/bitops.h:173: error: syntax error before "ror32" include/linux/bitops.h:173: error: syntax error before "word" include/linux/bitops.h:174: warning: return type defaults to `int' include/linux/bitops.h:174: warning: function declaration isn't a prototype include/linux/bitops.h: In function `ror32': include/linux/bitops.h:175: error: `word' undeclared (first use in this function) include/linux/bitops.h:175: error: `shift' undeclared (first use in this function) In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/kernel.h:16:27: asm/byteorder.h: No such file or directory include/linux/kernel.h:17:21: asm/bug.h: No such file or directory In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:35: include/linux/kernel.h: At top level: include/linux/kernel.h:106: error: syntax error before "size_t" include/linux/kernel.h:107: warning: function declaration isn't a prototype include/linux/kernel.h:108: error: syntax error before "size_t" include/linux/kernel.h:109: warning: function declaration isn't a prototype include/linux/kernel.h:110: error: syntax error before "size_t" include/linux/kernel.h:111: warning: function declaration isn't a prototype include/linux/kernel.h:112: error: syntax error before "size_t" include/linux/kernel.h:113: warning: function declaration isn't a prototype include/linux/kernel.h:243:2: #error "Please fix asm/byteorder.h" In file included from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sched.h:4:36: asm/param.h: No such file or directory In file included from include/linux/sched.h:7, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/capability.h:33: error: syntax error before "__u32" include/linux/capability.h:33: warning: no semicolon at end of struct or union include/linux/capability.h:35: error: syntax error before '}' token include/linux/capability.h:35: warning: type defaults to `int' in declaration of `cap_user_header_t' include/linux/capability.h:35: warning: data definition has no type or storage class include/linux/capability.h:38: error: syntax error before "__u32" include/linux/capability.h:38: warning: no semicolon at end of struct or union include/linux/capability.h:39: warning: type defaults to `int' in declaration of `permitted' include/linux/capability.h:39: warning: data definition has no type or storage class include/linux/capability.h:40: error: syntax error before "inheritable" include/linux/capability.h:40: warning: type defaults to `int' in declaration of `inheritable' include/linux/capability.h:40: warning: data definition has no type or storage class include/linux/capability.h:41: warning: type defaults to `int' in declaration of `cap_user_data_t' include/linux/capability.h:41: warning: data definition has no type or storage class In file included from include/linux/preempt.h:10, from include/linux/spinlock.h:50, from include/linux/capability.h:45, from include/linux/sched.h:7, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/thread_info.h:21:29: asm/thread_info.h: No such file or directory In file included from include/linux/preempt.h:10, from include/linux/spinlock.h:50, from include/linux/capability.h:45, from include/linux/sched.h:7, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/thread_info.h:30: warning: "struct thread_info" declared inside parameter list include/linux/thread_info.h:30: warning: its scope is only this definition or declaration, which is probably not what you want include/linux/thread_info.h: In function `set_ti_thread_flag': include/linux/thread_info.h:32: warning: implicit declaration of function `set_bit' include/linux/thread_info.h:32: error: dereferencing pointer to incomplete type include/linux/thread_info.h: At top level: include/linux/thread_info.h:35: warning: "struct thread_info" declared inside parameter list include/linux/thread_info.h: In function `clear_ti_thread_flag': include/linux/thread_info.h:37: warning: implicit declaration of function `clear_bit' include/linux/thread_info.h:37: error: dereferencing pointer to incomplete type include/linux/thread_info.h: At top level: include/linux/thread_info.h:40: warning: "struct thread_info" declared inside parameter list include/linux/thread_info.h: In function `test_and_set_ti_thread_flag': include/linux/thread_info.h:42: warning: implicit declaration of function `test_and_set_bit' include/linux/thread_info.h:42: error: dereferencing pointer to incomplete type include/linux/thread_info.h: At top level: include/linux/thread_info.h:45: warning: "struct thread_info" declared inside parameter list include/linux/thread_info.h: In function `test_and_clear_ti_thread_flag': include/linux/thread_info.h:47: warning: implicit declaration of function `test_and_clear_bit' include/linux/thread_info.h:47: error: dereferencing pointer to incomplete type include/linux/thread_info.h: At top level: include/linux/thread_info.h:50: warning: "struct thread_info" declared inside parameter list include/linux/thread_info.h: In function `test_ti_thread_flag': include/linux/thread_info.h:52: warning: implicit declaration of function `test_bit' include/linux/thread_info.h:52: error: dereferencing pointer to incomplete type In file included from include/linux/capability.h:45, from include/linux/sched.h:7, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/spinlock.h:57:24: asm/system.h: No such file or directory include/linux/spinlock.h:231:24: asm/atomic.h: No such file or directory In file included from include/linux/capability.h:45, from include/linux/sched.h:7, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/spinlock.h: At top level: include/linux/spinlock.h:237: error: syntax error before '*' token include/linux/spinlock.h:237: warning: function declaration isn't a prototype In file included from include/linux/sched.h:7, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/capability.h:46:25: asm/current.h: No such file or directory In file included from include/linux/sched.h:7, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/capability.h:58: error: syntax error before "kernel_cap_t" include/linux/capability.h:58: warning: type defaults to `int' in declaration of `kernel_cap_t' include/linux/capability.h:58: warning: data definition has no type or storage class include/linux/capability.h:295: error: syntax error before "cap_bset" include/linux/capability.h:295: warning: type defaults to `int' in declaration of `cap_bset' include/linux/capability.h:295: warning: data definition has no type or storage class include/linux/capability.h:323: error: syntax error before "cap_combine" include/linux/capability.h:323: error: syntax error before "a" include/linux/capability.h:324: warning: return type defaults to `int' include/linux/capability.h:324: warning: function declaration isn't a prototype include/linux/capability.h: In function `cap_combine': include/linux/capability.h:325: error: syntax error before "dest" include/linux/capability.h:326: error: `dest' undeclared (first use in this function) include/linux/capability.h:326: error: `a' undeclared (first use in this function) include/linux/capability.h:326: error: `b' undeclared (first use in this function) include/linux/capability.h: At top level: include/linux/capability.h:330: error: syntax error before "cap_intersect" include/linux/capability.h:330: error: syntax error before "a" include/linux/capability.h:331: warning: return type defaults to `int' include/linux/capability.h:331: warning: function declaration isn't a prototype include/linux/capability.h: In function `cap_intersect': include/linux/capability.h:332: error: syntax error before "dest" include/linux/capability.h:333: error: `dest' undeclared (first use in this function) include/linux/capability.h:333: error: `a' undeclared (first use in this function) include/linux/capability.h:333: error: `b' undeclared (first use in this function) include/linux/capability.h: At top level: include/linux/capability.h:337: error: syntax error before "cap_drop" include/linux/capability.h:337: error: syntax error before "a" include/linux/capability.h:338: warning: return type defaults to `int' include/linux/capability.h:338: warning: function declaration isn't a prototype include/linux/capability.h: In function `cap_drop': include/linux/capability.h:339: error: syntax error before "dest" include/linux/capability.h:340: error: `dest' undeclared (first use in this function) include/linux/capability.h:340: error: `a' undeclared (first use in this function) include/linux/capability.h:340: error: `drop' undeclared (first use in this function) include/linux/capability.h: At top level: include/linux/capability.h:344: error: syntax error before "cap_invert" include/linux/capability.h:344: error: syntax error before "c" include/linux/capability.h:345: warning: return type defaults to `int' include/linux/capability.h:345: warning: function declaration isn't a prototype include/linux/capability.h: In function `cap_invert': include/linux/capability.h:346: error: syntax error before "dest" include/linux/capability.h:347: error: `dest' undeclared (first use in this function) include/linux/capability.h:347: error: `c' undeclared (first use in this function) In file included from include/linux/time.h:7, from include/linux/timex.h:58, from include/linux/sched.h:11, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/seqlock.h: In function `write_seqlock': include/linux/seqlock.h:54: warning: implicit declaration of function `smp_wmb' include/linux/seqlock.h: In function `read_seqbegin': include/linux/seqlock.h:79: warning: implicit declaration of function `smp_rmb' In file included from include/linux/timex.h:58, from include/linux/sched.h:11, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/time.h: At top level: include/linux/time.h:13: error: syntax error before "time_t" include/linux/time.h:13: warning: no semicolon at end of struct or union include/linux/time.h:15: error: syntax error before '}' token include/linux/time.h:19: error: syntax error before "time_t" include/linux/time.h:19: warning: no semicolon at end of struct or union include/linux/time.h:20: warning: type defaults to `int' in declaration of `tv_usec' include/linux/time.h:20: warning: data definition has no type or storage class include/linux/time.h: In function `timespec_equal': include/linux/time.h:38: error: dereferencing pointer to incomplete type include/linux/time.h:38: error: dereferencing pointer to incomplete type include/linux/time.h:38: error: dereferencing pointer to incomplete type include/linux/time.h:38: error: dereferencing pointer to incomplete type include/linux/time.h: In function `timespec_compare': include/linux/time.h:48: error: dereferencing pointer to incomplete type include/linux/time.h:48: error: dereferencing pointer to incomplete type include/linux/time.h:50: error: dereferencing pointer to incomplete type include/linux/time.h:50: error: dereferencing pointer to incomplete type include/linux/time.h:52: error: dereferencing pointer to incomplete type include/linux/time.h:52: error: dereferencing pointer to incomplete type include/linux/time.h: In function `timeval_compare': include/linux/time.h:57: error: dereferencing pointer to incomplete type include/linux/time.h:57: error: dereferencing pointer to incomplete type include/linux/time.h:59: error: dereferencing pointer to incomplete type include/linux/time.h:59: error: dereferencing pointer to incomplete type include/linux/time.h:61: error: dereferencing pointer to incomplete type include/linux/time.h:61: error: dereferencing pointer to incomplete type include/linux/time.h: At top level: include/linux/time.h:68: error: syntax error before "time_t" include/linux/time.h:68: warning: function declaration isn't a prototype include/linux/time.h:80: error: syntax error before "nsec_t" include/linux/time.h:80: warning: type defaults to `int' in declaration of `nsec_t' include/linux/time.h:80: warning: data definition has no type or storage class include/linux/time.h: In function `get_seconds': include/linux/time.h:88: error: invalid use of undefined type `struct timespec' include/linux/time.h: At top level: include/linux/time.h:107: warning: parameter has incomplete type include/linux/time.h:116: error: syntax error before "timespec_to_ns" include/linux/time.h:117: warning: return type defaults to `int' include/linux/time.h: In function `timespec_to_ns': include/linux/time.h:118: error: syntax error before "ts" include/linux/time.h:118: error: dereferencing pointer to incomplete type include/linux/time.h: At top level: include/linux/time.h:128: error: syntax error before "timeval_to_ns" include/linux/time.h:129: warning: return type defaults to `int' include/linux/time.h: In function `timeval_to_ns': include/linux/time.h:130: error: syntax error before "tv" include/linux/time.h:131: error: dereferencing pointer to incomplete type include/linux/time.h: At top level: include/linux/time.h:140: warning: type defaults to `int' in declaration of `nsec_t' include/linux/time.h:140: error: syntax error before "nsec" include/linux/time.h:140: warning: function declaration isn't a prototype include/linux/time.h:148: warning: type defaults to `int' in declaration of `nsec_t' include/linux/time.h:148: error: syntax error before "nsec" include/linux/time.h:148: warning: function declaration isn't a prototype include/linux/time.h:169: error: field `it_interval' has incomplete type include/linux/time.h:170: error: field `it_value' has incomplete type include/linux/time.h:174: error: field `it_interval' has incomplete type include/linux/time.h:175: error: field `it_value' has incomplete type In file included from include/linux/sched.h:11, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/timex.h:61:23: asm/timex.h: No such file or directory In file included from include/linux/sched.h:11, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/timex.h:147: error: field `time' has incomplete type include/linux/timex.h:349: error: syntax error before "current_tick_length" include/linux/timex.h:349: warning: type defaults to `int' in declaration of `current_tick_length' include/linux/timex.h:349: warning: data definition has no type or storage class In file included from include/linux/jiffies.h:4, from include/linux/sched.h:12, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/calc64.h:5:23: asm/div64.h: No such file or directory In file included from include/linux/jiffies.h:4, from include/linux/sched.h:12, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/calc64.h: In function `do_div_llr': include/linux/calc64.h:23: error: `u64' undeclared (first use in this function) include/linux/calc64.h:23: error: syntax error before "result" include/linux/calc64.h:25: warning: implicit declaration of function `do_div' include/linux/calc64.h:25: error: `result' undeclared (first use in this function) In file included from include/linux/sched.h:12, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/jiffies.h:18:5: warning: "HZ" is not defined include/linux/jiffies.h:20:7: warning: "HZ" is not defined include/linux/jiffies.h:22:7: warning: "HZ" is not defined include/linux/jiffies.h:24:7: warning: "HZ" is not defined include/linux/jiffies.h:26:7: warning: "HZ" is not defined include/linux/jiffies.h:28:7: warning: "HZ" is not defined include/linux/jiffies.h:30:7: warning: "HZ" is not defined include/linux/jiffies.h:33:3: #error You lose. In file included from include/linux/sched.h:12, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/jiffies.h: At top level: include/linux/jiffies.h:75: warning: type defaults to `int' in declaration of `u64' include/linux/jiffies.h:75: error: syntax error before "jiffies_64" include/linux/jiffies.h:78:6: warning: "BITS_PER_LONG" is not defined include/linux/jiffies.h:79: error: syntax error before "get_jiffies_64" include/linux/jiffies.h:79: warning: type defaults to `int' in declaration of `get_jiffies_64' include/linux/jiffies.h:79: warning: data definition has no type or storage class include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: warning: "HZ" is not defined include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:31: division by zero in #if include/linux/jiffies.h:204:46: warning: "SHIFT_HZ" is not defined include/linux/jiffies.h:231:5: warning: "BITS_PER_LONG" is not defined include/linux/jiffies.h:248:5: warning: "HZ" is not defined include/linux/jiffies.h:248:44: warning: "HZ" is not defined include/linux/jiffies.h:248:46: division by zero in #if include/linux/jiffies.h:250:7: warning: "HZ" is not defined include/linux/jiffies.h: In function `jiffies_to_msecs': include/linux/jiffies.h:253: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:259:5: warning: "HZ" is not defined include/linux/jiffies.h:259:44: warning: "HZ" is not defined include/linux/jiffies.h:259:46: division by zero in #if include/linux/jiffies.h:261:7: warning: "HZ" is not defined include/linux/jiffies.h: In function `jiffies_to_usecs': include/linux/jiffies.h:264: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:272:5: warning: "HZ" is not defined include/linux/jiffies.h:272:44: warning: "HZ" is not defined include/linux/jiffies.h:272:46: division by zero in #if include/linux/jiffies.h:274:7: warning: "HZ" is not defined include/linux/jiffies.h: In function `msecs_to_jiffies': include/linux/jiffies.h:277: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:285:5: warning: "HZ" is not defined include/linux/jiffies.h:285:44: warning: "HZ" is not defined include/linux/jiffies.h:285:46: division by zero in #if include/linux/jiffies.h:287:7: warning: "HZ" is not defined include/linux/jiffies.h: In function `usecs_to_jiffies': include/linux/jiffies.h:290: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h: In function `timespec_to_jiffies': include/linux/jiffies.h:308: error: dereferencing pointer to incomplete type include/linux/jiffies.h:309: error: dereferencing pointer to incomplete type include/linux/jiffies.h:309: error: `CLOCK_TICK_RATE' undeclared (first use in this function) include/linux/jiffies.h:309: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:311: error: called object is not a function include/linux/jiffies.h:311: error: called object is not a function include/linux/jiffies.h:312: error: called object is not a function include/linux/jiffies.h:312: error: called object is not a function include/linux/jiffies.h:315: error: syntax error before "sec" include/linux/jiffies.h:315: error: syntax error before numeric constant include/linux/jiffies.h:315: error: called object is not a function include/linux/jiffies.h:315: error: syntax error before ')' token include/linux/jiffies.h: In function `jiffies_to_timespec': include/linux/jiffies.h:328: error: syntax error before "nsec" include/linux/jiffies.h:329: error: dereferencing pointer to incomplete type include/linux/jiffies.h:329: error: `nsec' undeclared (first use in this function) include/linux/jiffies.h:329: error: dereferencing pointer to incomplete type include/linux/jiffies.h: In function `timeval_to_jiffies': include/linux/jiffies.h:347: error: dereferencing pointer to incomplete type include/linux/jiffies.h:348: error: dereferencing pointer to incomplete type include/linux/jiffies.h:350: error: called object is not a function include/linux/jiffies.h:350: error: `CLOCK_TICK_RATE' undeclared (first use in this function) include/linux/jiffies.h:350: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:350: error: called object is not a function include/linux/jiffies.h:351: error: called object is not a function include/linux/jiffies.h:351: error: called object is not a function include/linux/jiffies.h:354: error: syntax error before "sec" include/linux/jiffies.h:354: error: syntax error before numeric constant include/linux/jiffies.h:354: error: called object is not a function include/linux/jiffies.h:354: error: syntax error before ')' token include/linux/jiffies.h: In function `jiffies_to_timeval': include/linux/jiffies.h:366: error: syntax error before "nsec" include/linux/jiffies.h:369: error: dereferencing pointer to incomplete type include/linux/jiffies.h:369: error: `nsec' undeclared (first use in this function) include/linux/jiffies.h:371: error: dereferencing pointer to incomplete type include/linux/jiffies.h: At top level: include/linux/jiffies.h:377: error: syntax error before "jiffies_to_clock_t" include/linux/jiffies.h:378: warning: return type defaults to `int' include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: warning: "HZ" is not defined include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:6: division by zero in #if include/linux/jiffies.h:379:34: warning: "USER_HZ" is not defined include/linux/jiffies.h:379:41: division by zero in #if include/linux/jiffies.h: In function `jiffies_to_clock_t': include/linux/jiffies.h:380: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:380: error: `USER_HZ' undeclared (first use in this function) include/linux/jiffies.h:390:6: warning: "HZ" is not defined include/linux/jiffies.h:390:11: warning: "USER_HZ" is not defined include/linux/jiffies.h:390:18: division by zero in #if include/linux/jiffies.h: In function `clock_t_to_jiffies': include/linux/jiffies.h:391: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:391: error: `USER_HZ' undeclared (first use in this function) include/linux/jiffies.h: At top level: include/linux/jiffies.h:408: error: syntax error before "jiffies_64_to_clock_t" include/linux/jiffies.h:408: error: syntax error before "x" include/linux/jiffies.h:409: warning: return type defaults to `int' include/linux/jiffies.h:409: warning: function declaration isn't a prototype include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: warning: "CLOCK_TICK_RATE" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: warning: "HZ" is not defined include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:6: division by zero in #if include/linux/jiffies.h:410:34: warning: "USER_HZ" is not defined include/linux/jiffies.h:410:41: division by zero in #if include/linux/jiffies.h: In function `jiffies_64_to_clock_t': include/linux/jiffies.h:411: error: `x' undeclared (first use in this function) include/linux/jiffies.h:411: error: `HZ' undeclared (first use in this function) include/linux/jiffies.h:411: error: `USER_HZ' undeclared (first use in this function) include/linux/jiffies.h: At top level: include/linux/jiffies.h:424: error: syntax error before "nsec_to_clock_t" include/linux/jiffies.h:424: error: syntax error before "x" include/linux/jiffies.h:425: warning: return type defaults to `int' include/linux/jiffies.h:425: warning: function declaration isn't a prototype include/linux/jiffies.h:426:21: warning: "USER_HZ" is not defined include/linux/jiffies.h:426:28: division by zero in #if include/linux/jiffies.h:428:8: warning: "USER_HZ" is not defined include/linux/jiffies.h: In function `nsec_to_clock_t': include/linux/jiffies.h:429: error: `x' undeclared (first use in this function) include/linux/jiffies.h:429: error: `USER_HZ' undeclared (first use in this function) In file included from include/linux/bitmap.h:8, from include/linux/cpumask.h:86, from include/linux/sched.h:15, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/string.h: At top level: include/linux/string.h:18: error: syntax error before "strspn" include/linux/string.h:18: warning: type defaults to `int' in declaration of `strspn' include/linux/string.h:18: warning: data definition has no type or storage class include/linux/string.h:19: error: syntax error before "strcspn" include/linux/string.h:19: warning: type defaults to `int' in declaration of `strcspn' include/linux/string.h:19: warning: data definition has no type or storage class In file included from include/linux/bitmap.h:8, from include/linux/cpumask.h:86, from include/linux/sched.h:15, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/string.h:24:24: asm/string.h: No such file or directory include/linux/string.h:30: error: syntax error before "__kernel_size_t" include/linux/string.h:30: warning: function declaration isn't a prototype include/linux/string.h:33: error: syntax error before "strlcpy" include/linux/string.h:33: error: syntax error before "size_t" include/linux/string.h:33: warning: type defaults to `int' in declaration of `strlcpy' include/linux/string.h:33: warning: function declaration isn't a prototype include/linux/string.h:33: warning: data definition has no type or storage class include/linux/string.h:39: error: syntax error before "__kernel_size_t" include/linux/string.h:39: warning: function declaration isn't a prototype include/linux/string.h:42: error: syntax error before "strlcat" include/linux/string.h:42: error: syntax error before "__kernel_size_t" include/linux/string.h:42: warning: type defaults to `int' in declaration of `strlcat' include/linux/string.h:42: warning: function declaration isn't a prototype include/linux/string.h:42: warning: data definition has no type or storage class include/linux/string.h:48: error: syntax error before "__kernel_size_t" include/linux/string.h:48: warning: function declaration isn't a prototype include/linux/string.h:51: error: syntax error before "__kernel_size_t" include/linux/string.h:51: warning: function declaration isn't a prototype include/linux/string.h:57: error: syntax error before "size_t" include/linux/string.h:57: warning: function declaration isn't a prototype include/linux/string.h:66: error: syntax error before "strlen" include/linux/string.h:66: warning: type defaults to `int' in declaration of `strlen' include/linux/string.h:66: warning: data definition has no type or storage class include/linux/string.h:69: error: syntax error before "strnlen" include/linux/string.h:69: error: syntax error before "__kernel_size_t" include/linux/string.h:69: warning: type defaults to `int' in declaration of `strnlen' include/linux/string.h:69: warning: function declaration isn't a prototype include/linux/string.h:69: warning: data definition has no type or storage class include/linux/string.h:73: error: syntax error before "__kernel_size_t" include/linux/string.h:73: warning: function declaration isn't a prototype include/linux/string.h:76: error: syntax error before "__kernel_size_t" include/linux/string.h:76: warning: function declaration isn't a prototype include/linux/string.h:79: error: syntax error before "__kernel_size_t" include/linux/string.h:79: warning: function declaration isn't a prototype include/linux/string.h:82: error: syntax error before "__kernel_size_t" include/linux/string.h:82: warning: function declaration isn't a prototype include/linux/string.h:85: error: syntax error before "__kernel_size_t" include/linux/string.h:85: warning: function declaration isn't a prototype include/linux/string.h:88: error: syntax error before "__kernel_size_t" include/linux/string.h:88: warning: function declaration isn't a prototype In file included from include/linux/cpumask.h:86, from include/linux/sched.h:15, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/bitmap.h: In function `bitmap_zero': include/linux/bitmap.h:125: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_fill': include/linux/bitmap.h:135: error: syntax error before "nlongs" include/linux/bitmap.h:136: error: `nlongs' undeclared (first use in this function) include/linux/bitmap.h:140: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_copy': include/linux/bitmap.h:146: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_and': include/linux/bitmap.h:157: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_or': include/linux/bitmap.h:166: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_xor': include/linux/bitmap.h:175: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_andnot': include/linux/bitmap.h:184: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_complement': include/linux/bitmap.h:193: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_equal': include/linux/bitmap.h:202: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_intersects': include/linux/bitmap.h:211: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_subset': include/linux/bitmap.h:220: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_empty': include/linux/bitmap.h:228: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_full': include/linux/bitmap.h:236: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_shift_right': include/linux/bitmap.h:250: error: `BITS_PER_LONG' undeclared (first use in this function) include/linux/bitmap.h: In function `bitmap_shift_left': include/linux/bitmap.h:259: error: `BITS_PER_LONG' undeclared (first use in this function) In file included from include/linux/sched.h:15, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/cpumask.h: At top level: include/linux/cpumask.h:88: error: `BITS_PER_LONG' undeclared here (not in a function) include/linux/cpumask.h: In function `__first_cpu': include/linux/cpumask.h:218: warning: implicit declaration of function `find_first_bit' include/linux/cpumask.h: In function `__next_cpu': include/linux/cpumask.h:224: warning: implicit declaration of function `find_next_bit' In file included from include/linux/sched.h:15, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/cpumask.h:241:16: warning: "BITS_PER_LONG" is not defined In file included from include/linux/sched.h:16, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/errno.h:4:23: asm/errno.h: No such file or directory In file included from include/linux/nodemask.h:86, from include/linux/sched.h:17, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/numa.h:7:26: asm/numnodes.h: No such file or directory In file included from include/linux/sched.h:17, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/nodemask.h: In function `__first_unset_node': include/linux/nodemask.h:253: warning: implicit declaration of function `find_first_zero_bit' In file included from include/linux/sched.h:17, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/nodemask.h:259:21: warning: "BITS_PER_LONG" is not defined In file included from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sched.h:20:27: asm/semaphore.h: No such file or directory include/linux/sched.h:21:22: asm/page.h: No such file or directory include/linux/sched.h:22:24: asm/ptrace.h: No such file or directory include/linux/sched.h:23:21: asm/mmu.h: No such file or directory include/linux/sched.h:24:25: asm/cputime.h: No such file or directory In file included from include/linux/sem.h:4, from include/linux/sched.h:27, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/ipc.h: At top level: include/linux/ipc.h:12: error: syntax error before "__kernel_uid_t" include/linux/ipc.h:12: warning: no semicolon at end of struct or union include/linux/ipc.h:13: warning: type defaults to `int' in declaration of `gid' include/linux/ipc.h:13: warning: data definition has no type or storage class include/linux/ipc.h:14: error: syntax error before "cuid" include/linux/ipc.h:14: warning: type defaults to `int' in declaration of `cuid' include/linux/ipc.h:14: warning: data definition has no type or storage class include/linux/ipc.h:15: error: syntax error before "cgid" include/linux/ipc.h:15: warning: type defaults to `int' in declaration of `cgid' include/linux/ipc.h:15: warning: data definition has no type or storage class include/linux/ipc.h:16: error: syntax error before "mode" include/linux/ipc.h:16: warning: type defaults to `int' in declaration of `mode' include/linux/ipc.h:16: warning: data definition has no type or storage class include/linux/ipc.h:18: error: syntax error before '}' token In file included from include/linux/sem.h:4, from include/linux/sched.h:27, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/ipc.h:21:24: asm/ipcbuf.h: No such file or directory include/linux/ipc.h:62: error: syntax error before "uid_t" include/linux/ipc.h:62: warning: no semicolon at end of struct or union include/linux/ipc.h:63: warning: type defaults to `int' in declaration of `gid' include/linux/ipc.h:63: warning: data definition has no type or storage class include/linux/ipc.h:64: error: syntax error before "cuid" include/linux/ipc.h:64: warning: type defaults to `int' in declaration of `cuid' include/linux/ipc.h:64: warning: data definition has no type or storage class include/linux/ipc.h:65: error: syntax error before "cgid" include/linux/ipc.h:65: warning: type defaults to `int' in declaration of `cgid' include/linux/ipc.h:65: warning: data definition has no type or storage class include/linux/ipc.h:66: error: syntax error before "mode" include/linux/ipc.h:66: warning: type defaults to `int' in declaration of `mode' include/linux/ipc.h:66: warning: data definition has no type or storage class include/linux/ipc.h:67: error: conflicting types for 'seq' include/linux/ipc.h:17: error: previous declaration of 'seq' was here include/linux/ipc.h:69: error: syntax error before '}' token In file included from include/linux/sched.h:27, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sem.h:25: error: field `sem_perm' has incomplete type include/linux/sem.h:26: error: syntax error before "__kernel_time_t" include/linux/sem.h:26: warning: no semicolon at end of struct or union include/linux/sem.h:27: warning: type defaults to `int' in declaration of `sem_ctime' include/linux/sem.h:27: warning: data definition has no type or storage class include/linux/sem.h:33: error: syntax error before '}' token In file included from include/linux/sched.h:27, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sem.h:36:24: asm/sembuf.h: No such file or directory include/linux/sem.h:92: error: field `sem_perm' has incomplete type include/linux/sem.h:94: error: syntax error before "time_t" include/linux/sem.h:94: warning: no semicolon at end of struct or union include/linux/sem.h:95: warning: type defaults to `int' in declaration of `sem_ctime' include/linux/sem.h:95: warning: data definition has no type or storage class include/linux/sem.h:100: error: conflicting types for 'sem_nsems' include/linux/sem.h:32: error: previous declaration of 'sem_nsems' was here include/linux/sem.h:101: error: syntax error before '}' token include/linux/sem.h:132: error: syntax error before "atomic_t" include/linux/sem.h:132: warning: no semicolon at end of struct or union include/linux/sem.h:135: error: syntax error before '}' token In file included from include/linux/list.h:7, from include/linux/signal.h:4, from include/linux/sched.h:28, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/prefetch.h:14:27: asm/processor.h: No such file or directory include/linux/prefetch.h:15:23: asm/cache.h: No such file or directory In file included from include/linux/list.h:7, from include/linux/signal.h:4, from include/linux/sched.h:28, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/prefetch.h:58: error: syntax error before "size_t" include/linux/prefetch.h:59: warning: function declaration isn't a prototype In file included from include/linux/sched.h:28, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/signal.h:6:24: asm/signal.h: No such file or directory include/linux/signal.h:7:25: asm/siginfo.h: No such file or directory In file included from include/linux/sched.h:28, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/signal.h:42: error: syntax error before "siginfo_t" include/linux/signal.h:42: warning: no semicolon at end of struct or union include/linux/signal.h:44: error: syntax error before '}' token include/linux/signal.h:51: error: syntax error before "sigset_t" include/linux/signal.h:51: warning: no semicolon at end of struct or union include/linux/signal.h:63: error: syntax error before '*' token include/linux/signal.h:64: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigaddset': include/linux/signal.h:65: error: `_sig' undeclared (first use in this function) include/linux/signal.h:66: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:67: error: `set' undeclared (first use in this function) include/linux/signal.h:69: error: `_NSIG_BPW' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:72: error: syntax error before '*' token include/linux/signal.h:73: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigdelset': include/linux/signal.h:74: error: `_sig' undeclared (first use in this function) include/linux/signal.h:75: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:76: error: `set' undeclared (first use in this function) include/linux/signal.h:78: error: `_NSIG_BPW' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:81: error: syntax error before '*' token include/linux/signal.h:82: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigismember': include/linux/signal.h:83: error: `_sig' undeclared (first use in this function) include/linux/signal.h:84: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:85: error: `set' undeclared (first use in this function) include/linux/signal.h:87: error: `_NSIG_BPW' undeclared (first use in this function) include/linux/signal.h: In function `sigfindinword': include/linux/signal.h:92: warning: implicit declaration of function `ffz' include/linux/signal.h: At top level: include/linux/signal.h:97: error: syntax error before '*' token include/linux/signal.h:98: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigisemptyset': include/linux/signal.h:100: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:102: error: `set' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:144: error: syntax error before '*' token include/linux/signal.h:144: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigorsets': include/linux/signal.h:144: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:144: error: `a' undeclared (first use in this function) include/linux/signal.h:144: error: `b' undeclared (first use in this function) include/linux/signal.h:144: error: `r' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:147: error: syntax error before '*' token include/linux/signal.h:147: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigandsets': include/linux/signal.h:147: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:147: error: `a' undeclared (first use in this function) include/linux/signal.h:147: error: `b' undeclared (first use in this function) include/linux/signal.h:147: error: `r' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:150: error: syntax error before '*' token include/linux/signal.h:150: warning: function declaration isn't a prototype include/linux/signal.h: In function `signandsets': include/linux/signal.h:150: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:150: error: `a' undeclared (first use in this function) include/linux/signal.h:150: error: `b' undeclared (first use in this function) include/linux/signal.h:150: error: `r' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:174: error: syntax error before '*' token include/linux/signal.h:174: warning: function declaration isn't a prototype include/linux/signal.h: In function `signotset': include/linux/signal.h:174: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:174: error: `set' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:179: error: syntax error before '*' token include/linux/signal.h:180: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigemptyset': include/linux/signal.h:181: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:183: error: `set' undeclared (first use in this function) include/linux/signal.h:183: error: `sigset_t' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:191: error: syntax error before '*' token include/linux/signal.h:192: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigfillset': include/linux/signal.h:193: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h:195: error: `set' undeclared (first use in this function) include/linux/signal.h:195: error: `sigset_t' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:205: error: syntax error before '*' token include/linux/signal.h:206: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigaddsetmask': include/linux/signal.h:207: error: `set' undeclared (first use in this function) include/linux/signal.h:207: error: `mask' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:210: error: syntax error before '*' token include/linux/signal.h:211: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigdelsetmask': include/linux/signal.h:212: error: `set' undeclared (first use in this function) include/linux/signal.h:212: error: `mask' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:215: error: syntax error before '*' token include/linux/signal.h:216: warning: function declaration isn't a prototype include/linux/signal.h: In function `sigtestsetmask': include/linux/signal.h:217: error: `set' undeclared (first use in this function) include/linux/signal.h:217: error: `mask' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:220: error: syntax error before '*' token include/linux/signal.h:221: warning: function declaration isn't a prototype include/linux/signal.h: In function `siginitset': include/linux/signal.h:222: error: `set' undeclared (first use in this function) include/linux/signal.h:222: error: `mask' undeclared (first use in this function) include/linux/signal.h:223: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:232: error: syntax error before '*' token include/linux/signal.h:233: warning: function declaration isn't a prototype include/linux/signal.h: In function `siginitsetinv': include/linux/signal.h:234: error: `set' undeclared (first use in this function) include/linux/signal.h:234: error: `mask' undeclared (first use in this function) include/linux/signal.h:235: error: `_NSIG_WORDS' undeclared (first use in this function) include/linux/signal.h: In function `init_sigpending': include/linux/signal.h:248: error: dereferencing pointer to incomplete type include/linux/signal.h:249: error: dereferencing pointer to incomplete type include/linux/signal.h: In function `valid_signal': include/linux/signal.h:255: error: `_NSIG' undeclared (first use in this function) include/linux/signal.h: At top level: include/linux/signal.h:258: warning: "struct siginfo" declared inside parameter list include/linux/signal.h:259: warning: "struct siginfo" declared inside parameter list include/linux/signal.h:261: error: syntax error before "sigset_t" include/linux/signal.h:261: warning: function declaration isn't a prototype include/linux/signal.h:264: error: syntax error before '*' token include/linux/signal.h:264: warning: function declaration isn't a prototype In file included from include/linux/sched.h:30, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/fs_struct.h:8: error: syntax error before "atomic_t" include/linux/fs_struct.h:8: warning: no semicolon at end of struct or union include/linux/fs_struct.h:9: error: conflicting types for 'lock' include/linux/sem.h:133: error: previous declaration of 'lock' was here include/linux/fs_struct.h:13: error: syntax error before '}' token In file included from include/linux/gfp.h:4, from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/mmzone.h:164: error: syntax error before "atomic_t" include/linux/mmzone.h:164: warning: no semicolon at end of struct or union include/linux/mmzone.h:249: error: syntax error before '}' token include/linux/mmzone.h:288: error: field `node_zones' has incomplete type In file included from include/linux/mmzone.h:325, from include/linux/gfp.h:4, from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/memory_hotplug.h: In function `mhp_notimplemented': include/linux/memory_hotplug.h:92: error: `ENOSYS' undeclared (first use in this function) include/linux/memory_hotplug.h: In function `__remove_pages': include/linux/memory_hotplug.h:106: error: `ENOSYS' undeclared (first use in this function) In file included from include/linux/gfp.h:4, from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/mmzone.h: In function `next_zone': include/linux/mmzone.h:373: error: dereferencing pointer to incomplete type include/linux/mmzone.h:376: error: increment of pointer to unknown structure include/linux/mmzone.h:376: error: arithmetic on pointer to an incomplete type include/linux/mmzone.h: In function `populated_zone': include/linux/mmzone.h:406: error: dereferencing pointer to incomplete type include/linux/mmzone.h: In function `is_highmem': include/linux/mmzone.h:427: error: dereferencing pointer to incomplete type include/linux/mmzone.h: In function `is_normal': include/linux/mmzone.h:432: error: dereferencing pointer to incomplete type include/linux/mmzone.h: In function `is_dma32': include/linux/mmzone.h:437: error: dereferencing pointer to incomplete type include/linux/mmzone.h: In function `is_dma': include/linux/mmzone.h:442: error: dereferencing pointer to incomplete type include/linux/mmzone.h: At top level: include/linux/mmzone.h:449: error: syntax error before "size_t" include/linux/mmzone.h:449: warning: function declaration isn't a prototype include/linux/mmzone.h:452: error: syntax error before "size_t" include/linux/mmzone.h:452: warning: function declaration isn't a prototype include/linux/mmzone.h:454: error: syntax error before "size_t" include/linux/mmzone.h:454: warning: function declaration isn't a prototype In file included from include/linux/mmzone.h:456, from include/linux/gfp.h:4, from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/topology.h:34:26: asm/topology.h: No such file or directory In file included from include/linux/gfp.h:4, from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/mmzone.h:479:5: warning: "BITS_PER_LONG" is not defined include/linux/mmzone.h:486:7: warning: "BITS_PER_LONG" is not defined include/linux/mmzone.h:494:2: #error BITS_PER_LONG not defined In file included from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/gfp.h:19:7: warning: "BITS_PER_LONG" is not defined In file included from include/linux/slab.h:15, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/gfp.h: In function `gfp_zone': include/linux/gfp.h:81: warning: implicit declaration of function `BUG_ON' include/linux/gfp.h: In function `alloc_pages_node': include/linux/gfp.h:115: warning: implicit declaration of function `cpu_to_node' In file included from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/slab.h: At top level: include/linux/slab.h:61: error: syntax error before "size_t" include/linux/slab.h:62: error: `kmem_cache_create' declared as function returning a function include/linux/slab.h:62: warning: function declaration isn't a prototype include/linux/slab.h:63: error: syntax error before "void" include/linux/slab.h:70: error: syntax error before "size" include/linux/slab.h:70: warning: function declaration isn't a prototype include/linux/slab.h:74: error: syntax error before "size_t" include/linux/slab.h:74: warning: no semicolon at end of struct or union include/linux/slab.h:77: error: syntax error before '}' token include/linux/slab.h:81: error: syntax error before "gfp_t" include/linux/slab.h:81: warning: function declaration isn't a prototype include/linux/slab.h:88: error: syntax error before "size" include/linux/slab.h:89: warning: function declaration isn't a prototype include/linux/slab.h: In function `kmalloc': include/linux/slab.h:90: error: `size' undeclared (first use in this function) In file included from include/linux/slab.h:97, from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/kmalloc_sizes.h:1:6: warning: "PAGE_SIZE" is not defined include/linux/kmalloc_sizes.h:5:5: warning: "L1_CACHE_BYTES" is not defined include/linux/kmalloc_sizes.h:9:5: warning: "L1_CACHE_BYTES" is not defined In file included from include/linux/percpu.h:4, from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/slab.h:104: error: `flags' undeclared (first use in this function) include/linux/slab.h:105: error: invalid use of undefined type `struct cache_sizes' include/linux/slab.h:106: error: invalid use of undefined type `struct cache_sizes' include/linux/slab.h: At top level: include/linux/slab.h:111: error: syntax error before "gfp_t" include/linux/slab.h:111: warning: function declaration isn't a prototype include/linux/slab.h:119: error: syntax error before "n" include/linux/slab.h:120: warning: function declaration isn't a prototype include/linux/slab.h: In function `kcalloc': include/linux/slab.h:121: error: `n' undeclared (first use in this function) include/linux/slab.h:121: error: `size' undeclared (first use in this function) include/linux/slab.h:123: error: `flags' undeclared (first use in this function) include/linux/slab.h: At top level: include/linux/slab.h:137: error: syntax error before "size" include/linux/slab.h:138: warning: function declaration isn't a prototype include/linux/slab.h: In function `kmalloc_node': include/linux/slab.h:139: error: `size' undeclared (first use in this function) include/linux/slab.h:139: error: `flags' undeclared (first use in this function) include/linux/slab.h: At top level: include/linux/slab.h:189: error: syntax error before "slab_reclaim_pages" include/linux/slab.h:189: warning: type defaults to `int' in declaration of `slab_reclaim_pages' include/linux/slab.h:189: warning: data definition has no type or storage class In file included from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/percpu.h:7:24: asm/percpu.h: No such file or directory In file included from include/linux/sched.h:34, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/percpu.h:42: error: syntax error before "size" include/linux/percpu.h:43: warning: function declaration isn't a prototype include/linux/percpu.h: In function `__alloc_percpu': include/linux/percpu.h:44: error: `size' undeclared (first use in this function) In file included from include/linux/sched.h:36, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/seccomp.h: At top level: include/linux/seccomp.h:33: warning: "struct thread_info" declared inside parameter list In file included from include/linux/sched.h:37, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/rcupdate.h:114: error: syntax error before "rcu_data" include/linux/rcupdate.h:114: warning: type defaults to `int' in declaration of `DECLARE_PER_CPU' include/linux/rcupdate.h:114: warning: function declaration isn't a prototype include/linux/rcupdate.h:114: warning: data definition has no type or storage class include/linux/rcupdate.h:115: error: syntax error before "rcu_bh_data" include/linux/rcupdate.h:115: warning: type defaults to `int' in declaration of `DECLARE_PER_CPU' include/linux/rcupdate.h:115: warning: function declaration isn't a prototype include/linux/rcupdate.h:115: warning: data definition has no type or storage class include/linux/rcupdate.h: In function `rcu_qsctr_inc': include/linux/rcupdate.h:127: warning: implicit declaration of function `per_cpu' include/linux/rcupdate.h:127: error: `rcu_data' undeclared (first use in this function) include/linux/rcupdate.h:127: error: invalid lvalue in unary `&' include/linux/rcupdate.h: In function `rcu_bh_qsctr_inc': include/linux/rcupdate.h:132: error: `rcu_bh_data' undeclared (first use in this function) include/linux/rcupdate.h:132: error: invalid lvalue in unary `&' In file included from include/linux/sched.h:39, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/auxvec.h:4:24: asm/auxvec.h: No such file or directory In file included from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sched.h: At top level: include/linux/sched.h:98: error: syntax error before "process_counts" include/linux/sched.h:98: warning: type defaults to `int' in declaration of `DECLARE_PER_CPU' include/linux/sched.h:98: warning: function declaration isn't a prototype include/linux/sched.h:98: warning: data definition has no type or storage class In file included from include/linux/sched.h:106, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/resource.h:22: error: field `ru_utime' has incomplete type include/linux/resource.h:23: error: field `ru_stime' has incomplete type In file included from include/linux/sched.h:106, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/resource.h:68:26: asm/resource.h: No such file or directory In file included from include/linux/hrtimer.h:19, from include/linux/sched.h:108, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/ktime.h:47: error: syntax error before "s64" include/linux/ktime.h:47: warning: no semicolon at end of struct or union In file included from include/linux/hrtimer.h:19, from include/linux/sched.h:108, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/ktime.h:48:5: warning: "BITS_PER_LONG" is not defined include/linux/ktime.h:53: error: syntax error before "s32" include/linux/ktime.h:53: warning: no semicolon at end of struct or union include/linux/ktime.h:55: warning: type defaults to `int' in declaration of `tv' include/linux/ktime.h:55: warning: data definition has no type or storage class include/linux/ktime.h:57: error: syntax error before '}' token include/linux/ktime.h:57: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:57: warning: data definition has no type or storage class include/linux/ktime.h:65:6: warning: "BITS_PER_LONG" is not defined include/linux/ktime.h:143: error: syntax error before "ktime_set" include/linux/ktime.h:144: warning: return type defaults to `int' include/linux/ktime.h: In function `ktime_set': include/linux/ktime.h:145: error: syntax error before '{' token include/linux/ktime.h: At top level: include/linux/ktime.h:156: error: syntax error before "ktime_sub" include/linux/ktime.h:156: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:156: error: syntax error before "lhs" include/linux/ktime.h:157: warning: return type defaults to `int' include/linux/ktime.h:157: warning: function declaration isn't a prototype include/linux/ktime.h: In function `ktime_sub': include/linux/ktime.h:158: error: syntax error before "res" include/linux/ktime.h:160: error: `res' undeclared (first use in this function) include/linux/ktime.h:160: error: `lhs' undeclared (first use in this function) include/linux/ktime.h:160: error: `rhs' undeclared (first use in this function) include/linux/ktime.h: At top level: include/linux/ktime.h:175: error: syntax error before "ktime_add" include/linux/ktime.h:175: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:175: error: syntax error before "add1" include/linux/ktime.h:176: warning: return type defaults to `int' include/linux/ktime.h:176: warning: function declaration isn't a prototype include/linux/ktime.h: In function `ktime_add': include/linux/ktime.h:177: error: syntax error before "res" include/linux/ktime.h:179: error: `res' undeclared (first use in this function) include/linux/ktime.h:179: error: `add1' undeclared (first use in this function) include/linux/ktime.h:179: error: `add2' undeclared (first use in this function) include/linux/ktime.h:189: error: `u32' undeclared (first use in this function) include/linux/ktime.h: At top level: include/linux/ktime.h:202: error: syntax error before "ktime_add_ns" include/linux/ktime.h:202: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:202: error: syntax error before "kt" include/linux/ktime.h:202: warning: type defaults to `int' in declaration of `ktime_add_ns' include/linux/ktime.h:202: warning: function declaration isn't a prototype include/linux/ktime.h:202: warning: data definition has no type or storage class include/linux/ktime.h:211: error: syntax error before "timespec_to_ktime" include/linux/ktime.h:212: error: parameter `ts' has incomplete type include/linux/ktime.h:212: warning: return type defaults to `int' include/linux/ktime.h: In function `timespec_to_ktime': include/linux/ktime.h:213: error: syntax error before '{' token include/linux/ktime.h: At top level: include/linux/ktime.h:224: error: syntax error before "timeval_to_ktime" include/linux/ktime.h:225: error: parameter `tv' has incomplete type include/linux/ktime.h:225: warning: return type defaults to `int' include/linux/ktime.h: In function `timeval_to_ktime': include/linux/ktime.h:226: error: syntax error before '{' token include/linux/ktime.h: At top level: include/linux/ktime.h:237: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:237: error: syntax error before "kt" include/linux/ktime.h:238: error: return type is an incomplete type include/linux/ktime.h:238: warning: function declaration isn't a prototype include/linux/ktime.h: In function `ktime_to_timespec': include/linux/ktime.h:239: error: unknown field `tv_sec' specified in initializer include/linux/ktime.h:239: warning: excess elements in struct initializer include/linux/ktime.h:239: warning: (near initialization for `(anonymous)') include/linux/ktime.h:239: error: syntax error before "kt" include/linux/ktime.h:240: error: unknown field `tv_nsec' specified in initializer include/linux/ktime.h:240: error: `kt' undeclared (first use in this function) include/linux/ktime.h:240: warning: excess elements in struct initializer include/linux/ktime.h:240: warning: (near initialization for `(anonymous)') include/linux/ktime.h:240: warning: `return' with a value, in function returning void include/linux/ktime.h: At top level: include/linux/ktime.h:250: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:250: error: syntax error before "kt" include/linux/ktime.h:251: error: return type is an incomplete type include/linux/ktime.h:251: warning: function declaration isn't a prototype include/linux/ktime.h: In function `ktime_to_timeval': include/linux/ktime.h:253: error: unknown field `tv_sec' specified in initializer include/linux/ktime.h:253: warning: excess elements in struct initializer include/linux/ktime.h:253: warning: (near initialization for `(anonymous)') include/linux/ktime.h:253: error: syntax error before "kt" include/linux/ktime.h:254: error: unknown field `tv_usec' specified in initializer include/linux/ktime.h:254: error: `kt' undeclared (first use in this function) include/linux/ktime.h:254: error: called object is not a function include/linux/ktime.h:254: warning: excess elements in struct initializer include/linux/ktime.h:254: warning: (near initialization for `(anonymous)') include/linux/ktime.h:254: warning: `return' with a value, in function returning void include/linux/ktime.h: At top level: include/linux/ktime.h:263: error: syntax error before "ktime_to_clock_t" include/linux/ktime.h:263: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:263: error: syntax error before "kt" include/linux/ktime.h:264: warning: return type defaults to `int' include/linux/ktime.h:264: warning: function declaration isn't a prototype include/linux/ktime.h: In function `ktime_to_clock_t': include/linux/ktime.h:265: error: syntax error before "kt" include/linux/ktime.h: At top level: include/linux/ktime.h:274: error: syntax error before "ktime_to_ns" include/linux/ktime.h:274: warning: type defaults to `int' in declaration of `ktime_t' include/linux/ktime.h:274: error: syntax error before "kt" include/linux/ktime.h:275: warning: return type defaults to `int' include/linux/ktime.h:275: warning: function declaration isn't a prototype include/linux/ktime.h: In function `ktime_to_ns': include/linux/ktime.h:276: error: syntax error before "kt" In file included from include/linux/sched.h:108, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/hrtimer.h: At top level: include/linux/hrtimer.h:65: error: syntax error before "ktime_t" include/linux/hrtimer.h:65: warning: no semicolon at end of struct or union include/linux/hrtimer.h:70: error: syntax error before '}' token include/linux/hrtimer.h:85: error: syntax error before "clockid_t" include/linux/hrtimer.h:85: warning: no semicolon at end of struct or union include/linux/hrtimer.h:86: error: conflicting types for 'lock' include/linux/fs_struct.h:9: error: previous declaration of 'lock' was here include/linux/hrtimer.h:86: error: conflicting types for 'lock' include/linux/fs_struct.h:9: error: previous declaration of 'lock' was here include/linux/hrtimer.h:89: error: syntax error before "resolution" include/linux/hrtimer.h:89: warning: type defaults to `int' in declaration of `resolution' include/linux/hrtimer.h:89: warning: data definition has no type or storage class include/linux/hrtimer.h:90: error: syntax error before '*' token include/linux/hrtimer.h:90: warning: type defaults to `int' in declaration of `ktime_t' include/linux/hrtimer.h:90: error: `ktime_t' declared as function returning a function include/linux/hrtimer.h:90: warning: function declaration isn't a prototype include/linux/hrtimer.h:90: error: 'ktime_t' redeclared as different kind of symbol include/linux/ktime.h:57: error: previous declaration of 'ktime_t' was here include/linux/hrtimer.h:90: warning: data definition has no type or storage class include/linux/hrtimer.h:92: error: syntax error before '}' token include/linux/hrtimer.h:104: error: syntax error before "clockid_t" include/linux/hrtimer.h:105: warning: function declaration isn't a prototype include/linux/hrtimer.h:108: error: syntax error before "ktime_t" include/linux/hrtimer.h:109: warning: function declaration isn't a prototype include/linux/hrtimer.h:116: error: syntax error before "hrtimer_get_remaining" include/linux/hrtimer.h:116: warning: type defaults to `int' in declaration of `hrtimer_get_remaining' include/linux/hrtimer.h:116: warning: data definition has no type or storage class include/linux/hrtimer.h:117: warning: type defaults to `int' in declaration of `clockid_t' include/linux/hrtimer.h:117: error: syntax error before "which_clock" include/linux/hrtimer.h:117: warning: function declaration isn't a prototype include/linux/hrtimer.h: In function `hrtimer_active': include/linux/hrtimer.h:125: error: dereferencing pointer to incomplete type include/linux/hrtimer.h: At top level: include/linux/hrtimer.h:129: error: syntax error before "ktime_t" include/linux/hrtimer.h:129: warning: function declaration isn't a prototype include/linux/hrtimer.h:135: warning: type defaults to `int' in declaration of `clockid_t' include/linux/hrtimer.h:135: error: syntax error before "clockid" include/linux/hrtimer.h:135: warning: function declaration isn't a prototype In file included from include/linux/aio.h:6, from include/linux/sched.h:243, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/aio_abi.h:48: error: syntax error before "__u64" include/linux/aio_abi.h:48: warning: no semicolon at end of struct or union include/linux/aio_abi.h:49: warning: type defaults to `int' in declaration of `obj' include/linux/aio_abi.h:49: warning: data definition has no type or storage class include/linux/aio_abi.h:50: error: syntax error before "res" include/linux/aio_abi.h:50: warning: type defaults to `int' in declaration of `res' include/linux/aio_abi.h:50: warning: data definition has no type or storage class include/linux/aio_abi.h:51: error: syntax error before "res2" include/linux/aio_abi.h:51: warning: type defaults to `int' in declaration of `res2' include/linux/aio_abi.h:51: warning: data definition has no type or storage class In file included from include/linux/aio.h:6, from include/linux/sched.h:243, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/aio_abi.h:59:2: #error edit for your odd byteorder. include/linux/aio_abi.h:70: error: syntax error before "__u64" include/linux/aio_abi.h:70: warning: no semicolon at end of struct or union include/linux/aio_abi.h:71: warning: type defaults to `int' in declaration of `PADDED' include/linux/aio_abi.h:71: warning: parameter names (without types) in function declaration include/linux/aio_abi.h:71: warning: data definition has no type or storage class include/linux/aio_abi.h:75: error: syntax error before "aio_lio_opcode" include/linux/aio_abi.h:75: warning: type defaults to `int' in declaration of `aio_lio_opcode' include/linux/aio_abi.h:75: warning: data definition has no type or storage class include/linux/aio_abi.h:76: error: syntax error before "aio_reqprio" include/linux/aio_abi.h:76: warning: type defaults to `int' in declaration of `aio_reqprio' include/linux/aio_abi.h:76: warning: data definition has no type or storage class include/linux/aio_abi.h:77: error: syntax error before "aio_fildes" include/linux/aio_abi.h:77: warning: type defaults to `int' in declaration of `aio_fildes' include/linux/aio_abi.h:77: warning: data definition has no type or storage class include/linux/aio_abi.h:79: error: syntax error before "aio_buf" include/linux/aio_abi.h:79: warning: type defaults to `int' in declaration of `aio_buf' include/linux/aio_abi.h:79: warning: data definition has no type or storage class include/linux/aio_abi.h:80: error: syntax error before "aio_nbytes" include/linux/aio_abi.h:80: warning: type defaults to `int' in declaration of `aio_nbytes' include/linux/aio_abi.h:80: warning: data definition has no type or storage class include/linux/aio_abi.h:81: error: syntax error before "aio_offset" include/linux/aio_abi.h:81: warning: type defaults to `int' in declaration of `aio_offset' include/linux/aio_abi.h:81: warning: data definition has no type or storage class include/linux/aio_abi.h:84: error: syntax error before "aio_reserved2" include/linux/aio_abi.h:84: warning: type defaults to `int' in declaration of `aio_reserved2' include/linux/aio_abi.h:84: warning: data definition has no type or storage class include/linux/aio_abi.h:85: error: syntax error before "aio_reserved3" include/linux/aio_abi.h:85: warning: type defaults to `int' in declaration of `aio_reserved3' include/linux/aio_abi.h:85: warning: data definition has no type or storage class In file included from include/linux/sched.h:243, from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/aio.h:94: error: syntax error before "ssize_t" include/linux/aio.h:94: warning: no semicolon at end of struct or union include/linux/aio.h:102: error: syntax error before "ki_user_data" include/linux/aio.h:102: warning: type defaults to `int' in declaration of `ki_user_data' include/linux/aio.h:102: warning: data definition has no type or storage class include/linux/aio.h:104: error: syntax error before "ki_pos" include/linux/aio.h:104: warning: type defaults to `int' in declaration of `ki_pos' include/linux/aio.h:104: warning: data definition has no type or storage class include/linux/aio.h:109: error: syntax error before "ki_nbytes" include/linux/aio.h:109: warning: type defaults to `int' in declaration of `ki_nbytes' include/linux/aio.h:109: warning: data definition has no type or storage class include/linux/aio.h:111: error: syntax error before "ki_left" include/linux/aio.h:111: warning: type defaults to `int' in declaration of `ki_left' include/linux/aio.h:111: warning: data definition has no type or storage class include/linux/aio.h:118: error: syntax error before '}' token include/linux/aio.h:152: error: field `io_events' has incomplete type include/linux/aio.h:172: error: syntax error before "atomic_t" include/linux/aio.h:172: warning: no semicolon at end of struct or union include/linux/aio.h:194: error: syntax error before '}' token include/linux/aio.h:199: error: syntax error before "wait_on_sync_kiocb" include/linux/aio.h:199: warning: type defaults to `int' in declaration of `wait_on_sync_kiocb' include/linux/aio.h:199: warning: data definition has no type or storage class include/linux/aio.h: In function `list_kiocb': include/linux/aio.h:243: error: dereferencing pointer to incomplete type include/linux/aio.h:243: warning: type defaults to `int' in declaration of `__mptr' include/linux/aio.h:243: warning: initialization from incompatible pointer type include/linux/aio.h:243: error: dereferencing pointer to incomplete type In file included from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sched.h:255:16: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined In file included from include/linux/module.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sched.h: At top level: include/linux/sched.h:265: error: syntax error before "mm_counter_t" include/linux/sched.h:265: warning: type defaults to `int' in declaration of `mm_counter_t' include/linux/sched.h:265: warning: data definition has no type or storage class include/linux/sched.h:305: error: syntax error before "pgd_t" include/linux/sched.h:305: warning: no semicolon at end of struct or union include/linux/sched.h:306: warning: type defaults to `int' in declaration of `mm_users' include/linux/sched.h:306: warning: data definition has no type or storage class include/linux/sched.h:307: error: syntax error before "mm_count" include/linux/sched.h:307: warning: type defaults to `int' in declaration of `mm_count' include/linux/sched.h:307: warning: data definition has no type or storage class include/linux/sched.h:320: error: syntax error before "_file_rss" include/linux/sched.h:320: warning: type defaults to `int' in declaration of `_file_rss' include/linux/sched.h:320: warning: data definition has no type or storage class include/linux/sched.h:321: error: syntax error before "_anon_rss" include/linux/sched.h:321: warning: type defaults to `int' in declaration of `_anon_rss' include/linux/sched.h:321: warning: data definition has no type or storage class include/linux/sched.h:334: error: syntax error before ':' token include/linux/sched.h:338: error: syntax error before "context" include/linux/sched.h:338: warning: type defaults to `int' in declaration of `context' include/linux/sched.h:338: warning: data definition has no type or storage class include/linux/sched.h:351: error: syntax error before '}' token include/linux/sched.h:354: error: syntax error before "atomic_t" include/linux/sched.h:354: warning: no semicolon at end of struct or union include/linux/sched.h:355: error: `_NSIG' undeclared here (not in a function) include/linux/sched.h:358: error: syntax error before '}' token include/linux/sched.h: In function `sighand_free': include/linux/sched.h:364: error: dereferencing pointer to incomplete type include/linux/sched.h: At top level: include/linux/sched.h:375: error: syntax error before "atomic_t" include/linux/sched.h:375: warning: no semicolon at end of struct or union include/linux/sched.h:376: warning: type defaults to `int' in declaration of `live' include/linux/sched.h:376: warning: data definition has no type or storage class include/linux/sched.h:405: error: syntax error before "it_real_incr" include/linux/sched.h:405: warning: type defaults to `int' in declaration of `it_real_incr' include/linux/sched.h:405: warning: data definition has no type or storage class include/linux/sched.h:408: error: syntax error before "it_prof_expires" include/linux/sched.h:408: warning: type defaults to `int' in declaration of `it_prof_expires' include/linux/sched.h:408: warning: type defaults to `int' in declaration of `it_virt_expires' include/linux/sched.h:408: warning: data definition has no type or storage class include/linux/sched.h:409: error: syntax error before "it_prof_incr" include/linux/sched.h:409: warning: type defaults to `int' in declaration of `it_prof_incr' include/linux/sched.h:409: warning: type defaults to `int' in declaration of `it_virt_incr' include/linux/sched.h:409: warning: data definition has no type or storage class include/linux/sched.h:412: error: syntax error before "pgrp" include/linux/sched.h:412: warning: type defaults to `int' in declaration of `pgrp' include/linux/sched.h:412: warning: data definition has no type or storage class include/linux/sched.h:413: error: syntax error before "tty_old_pgrp" include/linux/sched.h:413: warning: type defaults to `int' in declaration of `tty_old_pgrp' include/linux/sched.h:413: warning: data definition has no type or storage class include/linux/sched.h:414: error: syntax error before "session" include/linux/sched.h:414: warning: type defaults to `int' in declaration of `session' include/linux/sched.h:414: warning: data definition has no type or storage class include/linux/sched.h:426: error: syntax error before "utime" include/linux/sched.h:426: warning: type defaults to `int' in declaration of `utime' include/linux/sched.h:426: warning: type defaults to `int' in declaration of `stime' include/linux/sched.h:426: warning: type defaults to `int' in declaration of `cutime' include/linux/sched.h:426: warning: type defaults to `int' in declaration of `cstime' include/linux/sched.h:426: warning: data definition has no type or storage class include/linux/sched.h:447: error: `RLIM_NLIMITS' undeclared here (not in a function) include/linux/sched.h:457: error: syntax error before '}' token include/linux/sched.h:497: error: syntax error before "atomic_t" include/linux/sched.h:497: warning: no semicolon at end of struct or union include/linux/sched.h:498: warning: type defaults to `int' in declaration of `processes' include/linux/sched.h:498: warning: data definition has no type or storage class include/linux/sched.h:499: error: syntax error before "files" include/linux/sched.h:499: warning: type defaults to `int' in declaration of `files' include/linux/sched.h:499: warning: data definition has no type or storage class include/linux/sched.h:500: error: syntax error before "sigpending" include/linux/sched.h:500: warning: type defaults to `int' in declaration of `sigpending' include/linux/sched.h:500: warning: data definition has no type or storage class include/linux/sched.h:516: error: syntax error before "uid" include/linux/sched.h:516: warning: type defaults to `int' in declaration of `uid' include/linux/sched.h:516: warning: data definition has no type or storage class include/linux/sched.h:519: warning: parameter names (without types) in function declaration include/linux/sched.h:654: error: syntax error before "atomic_t" include/linux/sched.h:654: warning: no semicolon at end of struct or union include/linux/sched.h:655: warning: type defaults to `int' in declaration of `small_block' include/linux/sched.h:655: warning: data definition has no type or storage class include/linux/sched.h:657: error: syntax error before '*' token include/linux/sched.h:657: warning: type defaults to `int' in declaration of `blocks' include/linux/sched.h:657: warning: data definition has no type or storage class include/linux/sched.h:658: error: syntax error before '}' token include/linux/sched.h:678: error: syntax error before "gid_t" include/linux/sched.h:678: warning: function declaration isn't a prototype include/linux/sched.h:695: error: syntax error before "atomic_t" include/linux/sched.h:695: warning: no semicolon at end of struct or union include/linux/sched.h:696: error: conflicting types for 'flags' include/linux/sched.h:398: error: previous declaration of 'flags' was here include/linux/sched.h:740: error: syntax error before ':' token include/linux/sched.h:741: warning: type defaults to `int' in declaration of `pid' include/linux/sched.h:741: warning: data definition has no type or storage class include/linux/sched.h:742: error: syntax error before "tgid" include/linux/sched.h:742: warning: type defaults to `int' in declaration of `tgid' include/linux/sched.h:742: warning: data definition has no type or storage class include/linux/sched.h:766: error: syntax error before "utime" include/linux/sched.h:766: warning: type defaults to `int' in declaration of `utime' include/linux/sched.h:766: warning: type defaults to `int' in declaration of `stime' include/linux/sched.h:766: warning: data definition has no type or storage class include/linux/sched.h:772: error: syntax error before "it_prof_expires" include/linux/sched.h:772: warning: type defaults to `int' in declaration of `it_prof_expires' include/linux/sched.h:772: warning: type defaults to `int' in declaration of `it_virt_expires' include/linux/sched.h:772: warning: data definition has no type or storage class include/linux/sched.h:777: error: syntax error before "uid" include/linux/sched.h:777: warning: type defaults to `int' in declaration of `uid' include/linux/sched.h:777: warning: type defaults to `int' in declaration of `euid' include/linux/sched.h:777: warning: type defaults to `int' in declaration of `suid' include/linux/sched.h:777: warning: type defaults to `int' in declaration of `fsuid' include/linux/sched.h:777: warning: data definition has no type or storage class include/linux/sched.h:778: error: syntax error before "gid" include/linux/sched.h:778: warning: type defaults to `int' in declaration of `gid' include/linux/sched.h:778: warning: type defaults to `int' in declaration of `egid' include/linux/sched.h:778: warning: type defaults to `int' in declaration of `sgid' include/linux/sched.h:778: warning: type defaults to `int' in declaration of `fsgid' include/linux/sched.h:778: warning: data definition has no type or storage class include/linux/sched.h:780: error: syntax error before "cap_effective" include/linux/sched.h:780: warning: type defaults to `int' in declaration of `cap_effective' include/linux/sched.h:780: warning: type defaults to `int' in declaration of `cap_inheritable' include/linux/sched.h:780: warning: type defaults to `int' in declaration of `cap_permitted' include/linux/sched.h:780: warning: data definition has no type or storage class include/linux/sched.h:781: error: syntax error before ':' token include/linux/sched.h:802: error: conflicting types for 'files' include/linux/sched.h:499: error: previous declaration of 'files' was here include/linux/sched.h:809: error: syntax error before "blocked" include/linux/sched.h:809: warning: type defaults to `int' in declaration of `blocked' include/linux/sched.h:809: warning: type defaults to `int' in declaration of `real_blocked' include/linux/sched.h:809: warning: data definition has no type or storage class include/linux/sched.h:810: error: syntax error before "saved_sigmask" include/linux/sched.h:810: warning: type defaults to `int' in declaration of `saved_sigmask' include/linux/sched.h:810: warning: data definition has no type or storage class include/linux/sched.h:814: error: syntax error before "sas_ss_size" include/linux/sched.h:814: warning: type defaults to `int' in declaration of `sas_ss_size' include/linux/sched.h:814: warning: data definition has no type or storage class include/linux/sched.h:817: error: syntax error before '*' token include/linux/sched.h:817: warning: type defaults to `int' in declaration of `notifier_mask' include/linux/sched.h:817: warning: data definition has no type or storage class include/linux/sched.h:824: error: syntax error before "parent_exec_id" include/linux/sched.h:824: warning: type defaults to `int' in declaration of `parent_exec_id' include/linux/sched.h:824: warning: data definition has no type or storage class include/linux/sched.h:825: error: syntax error before "self_exec_id" include/linux/sched.h:825: warning: type defaults to `int' in declaration of `self_exec_id' include/linux/sched.h:825: warning: data definition has no type or storage class include/linux/sched.h:848: error: syntax error before '*' token include/linux/sched.h:848: warning: type defaults to `int' in declaration of `last_siginfo' include/linux/sched.h:848: warning: data definition has no type or storage class include/linux/sched.h:857: error: syntax error before "rchar" include/linux/sched.h:857: warning: type defaults to `int' in declaration of `rchar' include/linux/sched.h:857: warning: type defaults to `int' in declaration of `wchar' include/linux/sched.h:857: warning: type defaults to `int' in declaration of `syscr' include/linux/sched.h:857: warning: type defaults to `int' in declaration of `syscw' include/linux/sched.h:857: warning: data definition has no type or storage class include/linux/sched.h:872: error: syntax error before "fs_excl" include/linux/sched.h:872: warning: type defaults to `int' in declaration of `fs_excl' include/linux/sched.h:872: warning: data definition has no type or storage class include/linux/sched.h:874: error: syntax error before '}' token include/linux/sched.h:876: error: syntax error before "process_group" include/linux/sched.h:877: warning: return type defaults to `int' include/linux/sched.h: In function `process_group': include/linux/sched.h:878: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `pid_alive': include/linux/sched.h:891: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `put_task_struct': include/linux/sched.h:901: warning: implicit declaration of function `atomic_dec_and_test' include/linux/sched.h:901: error: dereferencing pointer to incomplete type include/linux/sched.h:902: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `set_cpus_allowed': include/linux/sched.h:963: error: `EINVAL' undeclared (first use in this function) include/linux/sched.h: At top level: include/linux/sched.h:1004: error: field `thread_info' has incomplete type include/linux/sched.h:1005: error: `THREAD_SIZE' undeclared here (not in a function) include/linux/sched.h:1025: error: syntax error before "session" include/linux/sched.h:1025: warning: function declaration isn't a prototype include/linux/sched.h:1026: error: syntax error before "session" include/linux/sched.h:1026: warning: function declaration isn't a prototype include/linux/sched.h:1029: warning: parameter names (without types) in function declaration include/linux/sched.h: In function `get_uid': include/linux/sched.h:1032: warning: implicit declaration of function `atomic_inc' include/linux/sched.h:1032: error: dereferencing pointer to incomplete type include/linux/sched.h: At top level: include/linux/sched.h:1054: warning: parameter names (without types) in function declaration include/linux/sched.h:1055: warning: parameter names (without types) in function declaration include/linux/sched.h:1060: error: syntax error before "sigset_t" include/linux/sched.h:1060: warning: function declaration isn't a prototype include/linux/sched.h:1062: error: syntax error before "sigset_t" include/linux/sched.h:1063: warning: function declaration isn't a prototype include/linux/sched.h: In function `dequeue_signal_lock': include/linux/sched.h:1067: warning: implicit declaration of function `local_irq_save' include/linux/sched.h:1067: error: `tsk' undeclared (first use in this function) include/linux/sched.h:1068: error: `mask' undeclared (first use in this function) include/linux/sched.h:1068: error: `info' undeclared (first use in this function) include/linux/sched.h:1069: warning: implicit declaration of function `local_irq_restore' include/linux/sched.h: At top level: include/linux/sched.h:1075: error: syntax error before "sigset_t" include/linux/sched.h:1075: warning: function declaration isn't a prototype include/linux/sched.h:1078: warning: "struct siginfo" declared inside parameter list include/linux/sched.h:1079: warning: "struct siginfo" declared inside parameter list include/linux/sched.h:1081: warning: "struct siginfo" declared inside parameter list include/linux/sched.h:1082: error: syntax error before "pid_t" include/linux/sched.h:1082: warning: function declaration isn't a prototype include/linux/sched.h:1083: error: syntax error before "pid_t" include/linux/sched.h:1083: warning: function declaration isn't a prototype include/linux/sched.h:1084: error: syntax error before "pid_t" include/linux/sched.h:1084: warning: function declaration isn't a prototype include/linux/sched.h:1085: error: syntax error before "pid_t" include/linux/sched.h:1085: warning: function declaration isn't a prototype include/linux/sched.h:1091: error: syntax error before "int" include/linux/sched.h:1091: warning: function declaration isn't a prototype include/linux/sched.h:1092: error: syntax error before "int" include/linux/sched.h:1092: warning: function declaration isn't a prototype include/linux/sched.h:1093: error: syntax error before "int" include/linux/sched.h:1093: warning: function declaration isn't a prototype include/linux/sched.h:1099: warning: type defaults to `int' in declaration of `stack_t' include/linux/sched.h:1099: error: syntax error before '*' token include/linux/sched.h:1099: warning: function declaration isn't a prototype include/linux/sched.h:1106: warning: "struct siginfo" declared inside parameter list include/linux/sched.h: In function `on_sig_stack': include/linux/sched.h:1115: error: `current' undeclared (first use in this function) include/linux/sched.h: In function `sas_ss_flags': include/linux/sched.h:1120: error: `current' undeclared (first use in this function) include/linux/sched.h:1121: error: `SS_DISABLE' undeclared (first use in this function) include/linux/sched.h:1121: error: `SS_ONSTACK' undeclared (first use in this function) include/linux/sched.h: In function `mmdrop': include/linux/sched.h:1133: error: dereferencing pointer to incomplete type include/linux/sched.h: At top level: include/linux/sched.h:1149: error: 'exit_signal' redeclared as different kind of symbol include/linux/sched.h:736: error: previous declaration of 'exit_signal' was here include/linux/sched.h: In function `thread_group_empty': include/linux/sched.h:1212: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `task_lock': include/linux/sched.h:1231: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `task_unlock': include/linux/sched.h:1236: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `setup_thread_stack': include/linux/sched.h:1246: error: dereferencing pointer to incomplete type include/linux/sched.h:1246: error: dereferencing pointer to incomplete type include/linux/sched.h:1247: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `end_of_stack': include/linux/sched.h:1252: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `set_tsk_thread_flag': include/linux/sched.h:1262: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `clear_tsk_thread_flag': include/linux/sched.h:1267: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `test_and_set_tsk_thread_flag': include/linux/sched.h:1272: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `test_and_clear_tsk_thread_flag': include/linux/sched.h:1277: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `test_tsk_thread_flag': include/linux/sched.h:1282: error: dereferencing pointer to incomplete type include/linux/sched.h: In function `set_tsk_need_resched': include/linux/sched.h:1287: error: `TIF_NEED_RESCHED' undeclared (first use in this function) include/linux/sched.h: In function `clear_tsk_need_resched': include/linux/sched.h:1292: error: `TIF_NEED_RESCHED' undeclared (first use in this function) include/linux/sched.h: In function `signal_pending': include/linux/sched.h:1297: error: `TIF_SIGPENDING' undeclared (first use in this function) include/linux/sched.h: In function `need_resched': include/linux/sched.h:1302: warning: implicit declaration of function `current_thread_info' include/linux/sched.h:1302: error: `TIF_NEED_RESCHED' undeclared (first use in this function) include/linux/sched.h:1302: warning: passing arg 1 of `test_ti_thread_flag' makes pointer from integer without a cast include/linux/sched.h: In function `arch_pick_mmap_layout': include/linux/sched.h:1379: error: dereferencing pointer to incomplete type include/linux/sched.h:1379: error: `TASK_UNMAPPED_BASE' undeclared (first use in this function) include/linux/sched.h:1380: error: dereferencing pointer to incomplete type include/linux/sched.h:1381: error: dereferencing pointer to incomplete type include/linux/sched.h: At top level: include/linux/sched.h:1385: error: syntax error before "pid" include/linux/sched.h:1385: warning: function declaration isn't a prototype include/linux/sched.h:1386: error: syntax error before "pid" include/linux/sched.h:1386: warning: function declaration isn't a prototype include/linux/sched.h: In function `freeze': include/linux/sched.h:1452: warning: implicit declaration of function `BUG' In file included from include/linux/module.h:13, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/stat.h:6:22: asm/stat.h: No such file or directory In file included from include/linux/module.h:13, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/stat.h: At top level: include/linux/stat.h:61: error: syntax error before "dev_t" include/linux/stat.h:61: warning: no semicolon at end of struct or union include/linux/stat.h:62: warning: type defaults to `int' in declaration of `mode' include/linux/stat.h:62: warning: data definition has no type or storage class include/linux/stat.h:64: error: syntax error before "uid" include/linux/stat.h:64: warning: type defaults to `int' in declaration of `uid' include/linux/stat.h:64: warning: data definition has no type or storage class include/linux/stat.h:65: error: syntax error before "gid" include/linux/stat.h:65: warning: type defaults to `int' in declaration of `gid' include/linux/stat.h:65: warning: data definition has no type or storage class include/linux/stat.h:66: error: syntax error before "rdev" include/linux/stat.h:66: warning: type defaults to `int' in declaration of `rdev' include/linux/stat.h:66: warning: data definition has no type or storage class include/linux/stat.h:67: error: syntax error before "size" include/linux/stat.h:67: warning: type defaults to `int' in declaration of `size' include/linux/stat.h:67: warning: data definition has no type or storage class include/linux/stat.h:72: error: conflicting types for 'blocks' include/linux/sched.h:657: error: previous declaration of 'blocks' was here include/linux/stat.h:73: error: syntax error before '}' token In file included from include/linux/module.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/kmod.h: In function `request_module': include/linux/kmod.h:34: error: `ENOSYS' undeclared (first use in this function) In file included from include/linux/module.h:17, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/elf.h:6:21: asm/elf.h: No such file or directory In file included from include/linux/module.h:17, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/elf.h: At top level: include/linux/elf.h:16: error: syntax error before "Elf32_Addr" include/linux/elf.h:16: warning: type defaults to `int' in declaration of `Elf32_Addr' include/linux/elf.h:16: warning: data definition has no type or storage class include/linux/elf.h:17: error: syntax error before "Elf32_Half" include/linux/elf.h:17: warning: type defaults to `int' in declaration of `Elf32_Half' include/linux/elf.h:17: warning: data definition has no type or storage class include/linux/elf.h:18: error: syntax error before "Elf32_Off" include/linux/elf.h:18: warning: type defaults to `int' in declaration of `Elf32_Off' include/linux/elf.h:18: warning: data definition has no type or storage class include/linux/elf.h:19: error: syntax error before "Elf32_Sword" include/linux/elf.h:19: warning: type defaults to `int' in declaration of `Elf32_Sword' include/linux/elf.h:19: warning: data definition has no type or storage class include/linux/elf.h:20: error: syntax error before "Elf32_Word" include/linux/elf.h:20: warning: type defaults to `int' in declaration of `Elf32_Word' include/linux/elf.h:20: warning: data definition has no type or storage class include/linux/elf.h:23: error: syntax error before "Elf64_Addr" include/linux/elf.h:23: warning: type defaults to `int' in declaration of `Elf64_Addr' include/linux/elf.h:23: warning: data definition has no type or storage class include/linux/elf.h:24: error: syntax error before "Elf64_Half" include/linux/elf.h:24: warning: type defaults to `int' in declaration of `Elf64_Half' include/linux/elf.h:24: warning: data definition has no type or storage class include/linux/elf.h:25: error: syntax error before "Elf64_SHalf" include/linux/elf.h:25: warning: type defaults to `int' in declaration of `Elf64_SHalf' include/linux/elf.h:25: warning: data definition has no type or storage class include/linux/elf.h:26: error: syntax error before "Elf64_Off" include/linux/elf.h:26: warning: type defaults to `int' in declaration of `Elf64_Off' include/linux/elf.h:26: warning: data definition has no type or storage class include/linux/elf.h:27: error: syntax error before "Elf64_Sword" include/linux/elf.h:27: warning: type defaults to `int' in declaration of `Elf64_Sword' include/linux/elf.h:27: warning: data definition has no type or storage class include/linux/elf.h:28: error: syntax error before "Elf64_Word" include/linux/elf.h:28: warning: type defaults to `int' in declaration of `Elf64_Word' include/linux/elf.h:28: warning: data definition has no type or storage class include/linux/elf.h:29: error: syntax error before "Elf64_Xword" include/linux/elf.h:29: warning: type defaults to `int' in declaration of `Elf64_Xword' include/linux/elf.h:29: warning: data definition has no type or storage class include/linux/elf.h:30: error: syntax error before "Elf64_Sxword" include/linux/elf.h:30: warning: type defaults to `int' in declaration of `Elf64_Sxword' include/linux/elf.h:30: warning: data definition has no type or storage class include/linux/elf.h:165: error: syntax error before "Elf32_Sword" include/linux/elf.h:165: warning: no semicolon at end of struct or union include/linux/elf.h:167: error: syntax error before "Elf32_Sword" include/linux/elf.h:167: warning: no semicolon at end of struct or union include/linux/elf.h:168: warning: type defaults to `int' in declaration of `d_ptr' include/linux/elf.h:168: warning: data definition has no type or storage class include/linux/elf.h:169: warning: type defaults to `int' in declaration of `d_un' include/linux/elf.h:169: warning: data definition has no type or storage class include/linux/elf.h:170: error: syntax error before '}' token include/linux/elf.h:170: warning: type defaults to `int' in declaration of `Elf32_Dyn' include/linux/elf.h:170: warning: data definition has no type or storage class include/linux/elf.h:173: error: syntax error before "Elf64_Sxword" include/linux/elf.h:173: warning: no semicolon at end of struct or union include/linux/elf.h:175: error: syntax error before "Elf64_Xword" include/linux/elf.h:175: warning: no semicolon at end of struct or union include/linux/elf.h:176: warning: type defaults to `int' in declaration of `d_ptr' include/linux/elf.h:176: warning: data definition has no type or storage class include/linux/elf.h:177: warning: type defaults to `int' in declaration of `d_un' include/linux/elf.h:177: warning: data definition has no type or storage class include/linux/elf.h:178: error: syntax error before '}' token include/linux/elf.h:178: warning: type defaults to `int' in declaration of `Elf64_Dyn' include/linux/elf.h:178: warning: data definition has no type or storage class include/linux/elf.h:188: error: syntax error before "Elf32_Addr" include/linux/elf.h:188: warning: no semicolon at end of struct or union include/linux/elf.h:189: warning: type defaults to `int' in declaration of `r_info' include/linux/elf.h:189: warning: data definition has no type or storage class include/linux/elf.h:190: warning: type defaults to `int' in declaration of `Elf32_Rel' include/linux/elf.h:190: warning: data definition has no type or storage class include/linux/elf.h:193: error: syntax error before "Elf64_Addr" include/linux/elf.h:193: warning: no semicolon at end of struct or union include/linux/elf.h:194: warning: type defaults to `int' in declaration of `r_info' include/linux/elf.h:194: warning: data definition has no type or storage class include/linux/elf.h:195: warning: type defaults to `int' in declaration of `Elf64_Rel' include/linux/elf.h:195: warning: data definition has no type or storage class include/linux/elf.h:198: error: syntax error before "Elf32_Addr" include/linux/elf.h:198: warning: no semicolon at end of struct or union include/linux/elf.h:199: warning: type defaults to `int' in declaration of `r_info' include/linux/elf.h:199: warning: data definition has no type or storage class include/linux/elf.h:200: error: syntax error before "r_addend" include/linux/elf.h:200: warning: type defaults to `int' in declaration of `r_addend' include/linux/elf.h:200: warning: data definition has no type or storage class include/linux/elf.h:201: warning: type defaults to `int' in declaration of `Elf32_Rela' include/linux/elf.h:201: warning: data definition has no type or storage class include/linux/elf.h:204: error: syntax error before "Elf64_Addr" include/linux/elf.h:204: warning: no semicolon at end of struct or union include/linux/elf.h:205: warning: type defaults to `int' in declaration of `r_info' include/linux/elf.h:205: warning: data definition has no type or storage class include/linux/elf.h:206: error: syntax error before "r_addend" include/linux/elf.h:206: warning: type defaults to `int' in declaration of `r_addend' include/linux/elf.h:206: warning: data definition has no type or storage class include/linux/elf.h:207: warning: type defaults to `int' in declaration of `Elf64_Rela' include/linux/elf.h:207: warning: data definition has no type or storage class include/linux/elf.h:210: error: syntax error before "Elf32_Word" include/linux/elf.h:210: warning: no semicolon at end of struct or union include/linux/elf.h:211: warning: type defaults to `int' in declaration of `st_value' include/linux/elf.h:211: warning: data definition has no type or storage class include/linux/elf.h:212: error: syntax error before "st_size" include/linux/elf.h:212: warning: type defaults to `int' in declaration of `st_size' include/linux/elf.h:212: warning: data definition has no type or storage class include/linux/elf.h:215: error: syntax error before "st_shndx" include/linux/elf.h:215: warning: type defaults to `int' in declaration of `st_shndx' include/linux/elf.h:215: warning: data definition has no type or storage class include/linux/elf.h:216: warning: type defaults to `int' in declaration of `Elf32_Sym' include/linux/elf.h:216: warning: data definition has no type or storage class include/linux/elf.h:219: error: syntax error before "Elf64_Word" include/linux/elf.h:219: warning: no semicolon at end of struct or union include/linux/elf.h:222: error: syntax error before "st_shndx" include/linux/elf.h:222: warning: type defaults to `int' in declaration of `st_shndx' include/linux/elf.h:222: warning: data definition has no type or storage class include/linux/elf.h:223: error: syntax error before "st_value" include/linux/elf.h:223: warning: type defaults to `int' in declaration of `st_value' include/linux/elf.h:223: warning: data definition has no type or storage class include/linux/elf.h:224: error: syntax error before "st_size" include/linux/elf.h:224: warning: type defaults to `int' in declaration of `st_size' include/linux/elf.h:224: warning: data definition has no type or storage class include/linux/elf.h:225: warning: type defaults to `int' in declaration of `Elf64_Sym' include/linux/elf.h:225: warning: data definition has no type or storage class include/linux/elf.h:232: error: syntax error before "Elf32_Half" include/linux/elf.h:232: warning: no semicolon at end of struct or union include/linux/elf.h:233: warning: type defaults to `int' in declaration of `e_machine' include/linux/elf.h:233: warning: data definition has no type or storage class include/linux/elf.h:234: error: syntax error before "e_version" include/linux/elf.h:234: warning: type defaults to `int' in declaration of `e_version' include/linux/elf.h:234: warning: data definition has no type or storage class include/linux/elf.h:235: error: syntax error before "e_entry" include/linux/elf.h:235: warning: type defaults to `int' in declaration of `e_entry' include/linux/elf.h:235: warning: data definition has no type or storage class include/linux/elf.h:236: error: syntax error before "e_phoff" include/linux/elf.h:236: warning: type defaults to `int' in declaration of `e_phoff' include/linux/elf.h:236: warning: data definition has no type or storage class include/linux/elf.h:237: error: syntax error before "e_shoff" include/linux/elf.h:237: warning: type defaults to `int' in declaration of `e_shoff' include/linux/elf.h:237: warning: data definition has no type or storage class include/linux/elf.h:238: error: syntax error before "e_flags" include/linux/elf.h:238: warning: type defaults to `int' in declaration of `e_flags' include/linux/elf.h:238: warning: data definition has no type or storage class include/linux/elf.h:239: error: syntax error before "e_ehsize" include/linux/elf.h:239: warning: type defaults to `int' in declaration of `e_ehsize' include/linux/elf.h:239: warning: data definition has no type or storage class include/linux/elf.h:240: error: syntax error before "e_phentsize" include/linux/elf.h:240: warning: type defaults to `int' in declaration of `e_phentsize' include/linux/elf.h:240: warning: data definition has no type or storage class include/linux/elf.h:241: error: syntax error before "e_phnum" include/linux/elf.h:241: warning: type defaults to `int' in declaration of `e_phnum' include/linux/elf.h:241: warning: data definition has no type or storage class include/linux/elf.h:242: error: syntax error before "e_shentsize" include/linux/elf.h:242: warning: type defaults to `int' in declaration of `e_shentsize' include/linux/elf.h:242: warning: data definition has no type or storage class include/linux/elf.h:243: error: syntax error before "e_shnum" include/linux/elf.h:243: warning: type defaults to `int' in declaration of `e_shnum' include/linux/elf.h:243: warning: data definition has no type or storage class include/linux/elf.h:244: error: syntax error before "e_shstrndx" include/linux/elf.h:244: warning: type defaults to `int' in declaration of `e_shstrndx' include/linux/elf.h:244: warning: data definition has no type or storage class include/linux/elf.h:245: warning: type defaults to `int' in declaration of `Elf32_Ehdr' include/linux/elf.h:245: warning: data definition has no type or storage class include/linux/elf.h:249: error: syntax error before "Elf64_Half" include/linux/elf.h:249: warning: no semicolon at end of struct or union include/linux/elf.h:250: warning: type defaults to `int' in declaration of `e_machine' include/linux/elf.h:250: warning: data definition has no type or storage class include/linux/elf.h:251: error: syntax error before "e_version" include/linux/elf.h:251: warning: type defaults to `int' in declaration of `e_version' include/linux/elf.h:251: warning: data definition has no type or storage class include/linux/elf.h:252: error: syntax error before "e_entry" include/linux/elf.h:252: warning: type defaults to `int' in declaration of `e_entry' include/linux/elf.h:252: warning: data definition has no type or storage class include/linux/elf.h:253: error: syntax error before "e_phoff" include/linux/elf.h:253: warning: type defaults to `int' in declaration of `e_phoff' include/linux/elf.h:253: warning: data definition has no type or storage class include/linux/elf.h:254: error: syntax error before "e_shoff" include/linux/elf.h:254: warning: type defaults to `int' in declaration of `e_shoff' include/linux/elf.h:254: warning: data definition has no type or storage class include/linux/elf.h:255: error: syntax error before "e_flags" include/linux/elf.h:255: warning: type defaults to `int' in declaration of `e_flags' include/linux/elf.h:255: warning: data definition has no type or storage class include/linux/elf.h:256: error: syntax error before "e_ehsize" include/linux/elf.h:256: warning: type defaults to `int' in declaration of `e_ehsize' include/linux/elf.h:256: warning: data definition has no type or storage class include/linux/elf.h:257: error: syntax error before "e_phentsize" include/linux/elf.h:257: warning: type defaults to `int' in declaration of `e_phentsize' include/linux/elf.h:257: warning: data definition has no type or storage class include/linux/elf.h:258: error: syntax error before "e_phnum" include/linux/elf.h:258: warning: type defaults to `int' in declaration of `e_phnum' include/linux/elf.h:258: warning: data definition has no type or storage class include/linux/elf.h:259: error: syntax error before "e_shentsize" include/linux/elf.h:259: warning: type defaults to `int' in declaration of `e_shentsize' include/linux/elf.h:259: warning: data definition has no type or storage class include/linux/elf.h:260: error: syntax error before "e_shnum" include/linux/elf.h:260: warning: type defaults to `int' in declaration of `e_shnum' include/linux/elf.h:260: warning: data definition has no type or storage class include/linux/elf.h:261: error: syntax error before "e_shstrndx" include/linux/elf.h:261: warning: type defaults to `int' in declaration of `e_shstrndx' include/linux/elf.h:261: warning: data definition has no type or storage class include/linux/elf.h:262: warning: type defaults to `int' in declaration of `Elf64_Ehdr' include/linux/elf.h:262: warning: data definition has no type or storage class include/linux/elf.h:271: error: syntax error before "Elf32_Word" include/linux/elf.h:271: warning: no semicolon at end of struct or union include/linux/elf.h:272: warning: type defaults to `int' in declaration of `p_offset' include/linux/elf.h:272: warning: data definition has no type or storage class include/linux/elf.h:273: error: syntax error before "p_vaddr" include/linux/elf.h:273: warning: type defaults to `int' in declaration of `p_vaddr' include/linux/elf.h:273: warning: data definition has no type or storage class include/linux/elf.h:274: error: syntax error before "p_paddr" include/linux/elf.h:274: warning: type defaults to `int' in declaration of `p_paddr' include/linux/elf.h:274: warning: data definition has no type or storage class include/linux/elf.h:275: error: syntax error before "p_filesz" include/linux/elf.h:275: warning: type defaults to `int' in declaration of `p_filesz' include/linux/elf.h:275: warning: data definition has no type or storage class include/linux/elf.h:276: error: syntax error before "p_memsz" include/linux/elf.h:276: warning: type defaults to `int' in declaration of `p_memsz' include/linux/elf.h:276: warning: data definition has no type or storage class include/linux/elf.h:277: error: syntax error before "p_flags" include/linux/elf.h:277: warning: type defaults to `int' in declaration of `p_flags' include/linux/elf.h:277: warning: data definition has no type or storage class include/linux/elf.h:278: error: syntax error before "p_align" include/linux/elf.h:278: warning: type defaults to `int' in declaration of `p_align' include/linux/elf.h:278: warning: data definition has no type or storage class include/linux/elf.h:279: warning: type defaults to `int' in declaration of `Elf32_Phdr' include/linux/elf.h:279: warning: data definition has no type or storage class include/linux/elf.h:282: error: syntax error before "Elf64_Word" include/linux/elf.h:282: warning: no semicolon at end of struct or union include/linux/elf.h:283: warning: type defaults to `int' in declaration of `p_flags' include/linux/elf.h:283: warning: data definition has no type or storage class include/linux/elf.h:284: error: syntax error before "p_offset" include/linux/elf.h:284: warning: type defaults to `int' in declaration of `p_offset' include/linux/elf.h:284: warning: data definition has no type or storage class include/linux/elf.h:285: error: syntax error before "p_vaddr" include/linux/elf.h:285: warning: type defaults to `int' in declaration of `p_vaddr' include/linux/elf.h:285: warning: data definition has no type or storage class include/linux/elf.h:286: error: syntax error before "p_paddr" include/linux/elf.h:286: warning: type defaults to `int' in declaration of `p_paddr' include/linux/elf.h:286: warning: data definition has no type or storage class include/linux/elf.h:287: error: syntax error before "p_filesz" include/linux/elf.h:287: warning: type defaults to `int' in declaration of `p_filesz' include/linux/elf.h:287: warning: data definition has no type or storage class include/linux/elf.h:288: error: syntax error before "p_memsz" include/linux/elf.h:288: warning: type defaults to `int' in declaration of `p_memsz' include/linux/elf.h:288: warning: data definition has no type or storage class include/linux/elf.h:289: error: syntax error before "p_align" include/linux/elf.h:289: warning: type defaults to `int' in declaration of `p_align' include/linux/elf.h:289: warning: data definition has no type or storage class include/linux/elf.h:290: warning: type defaults to `int' in declaration of `Elf64_Phdr' include/linux/elf.h:290: warning: data definition has no type or storage class include/linux/elf.h:327: error: syntax error before "Elf32_Word" include/linux/elf.h:327: warning: no semicolon at end of struct or union include/linux/elf.h:328: warning: type defaults to `int' in declaration of `sh_type' include/linux/elf.h:328: warning: data definition has no type or storage class include/linux/elf.h:329: error: syntax error before "sh_flags" include/linux/elf.h:329: warning: type defaults to `int' in declaration of `sh_flags' include/linux/elf.h:329: warning: data definition has no type or storage class include/linux/elf.h:330: error: syntax error before "sh_addr" include/linux/elf.h:330: warning: type defaults to `int' in declaration of `sh_addr' include/linux/elf.h:330: warning: data definition has no type or storage class include/linux/elf.h:331: error: syntax error before "sh_offset" include/linux/elf.h:331: warning: type defaults to `int' in declaration of `sh_offset' include/linux/elf.h:331: warning: data definition has no type or storage class include/linux/elf.h:332: error: syntax error before "sh_size" include/linux/elf.h:332: warning: type defaults to `int' in declaration of `sh_size' include/linux/elf.h:332: warning: data definition has no type or storage class include/linux/elf.h:333: error: syntax error before "sh_link" include/linux/elf.h:333: warning: type defaults to `int' in declaration of `sh_link' include/linux/elf.h:333: warning: data definition has no type or storage class include/linux/elf.h:334: error: syntax error before "sh_info" include/linux/elf.h:334: warning: type defaults to `int' in declaration of `sh_info' include/linux/elf.h:334: warning: data definition has no type or storage class include/linux/elf.h:335: error: syntax error before "sh_addralign" include/linux/elf.h:335: warning: type defaults to `int' in declaration of `sh_addralign' include/linux/elf.h:335: warning: data definition has no type or storage class include/linux/elf.h:336: error: syntax error before "sh_entsize" include/linux/elf.h:336: warning: type defaults to `int' in declaration of `sh_entsize' include/linux/elf.h:336: warning: data definition has no type or storage class include/linux/elf.h:337: warning: type defaults to `int' in declaration of `Elf32_Shdr' include/linux/elf.h:337: warning: data definition has no type or storage class include/linux/elf.h:340: error: syntax error before "Elf64_Word" include/linux/elf.h:340: warning: no semicolon at end of struct or union include/linux/elf.h:341: warning: type defaults to `int' in declaration of `sh_type' include/linux/elf.h:341: warning: data definition has no type or storage class include/linux/elf.h:342: error: syntax error before "sh_flags" include/linux/elf.h:342: warning: type defaults to `int' in declaration of `sh_flags' include/linux/elf.h:342: warning: data definition has no type or storage class include/linux/elf.h:343: error: syntax error before "sh_addr" include/linux/elf.h:343: warning: type defaults to `int' in declaration of `sh_addr' include/linux/elf.h:343: warning: data definition has no type or storage class include/linux/elf.h:344: error: syntax error before "sh_offset" include/linux/elf.h:344: warning: type defaults to `int' in declaration of `sh_offset' include/linux/elf.h:344: warning: data definition has no type or storage class include/linux/elf.h:345: error: syntax error before "sh_size" include/linux/elf.h:345: warning: type defaults to `int' in declaration of `sh_size' include/linux/elf.h:345: warning: data definition has no type or storage class include/linux/elf.h:346: error: syntax error before "sh_link" include/linux/elf.h:346: warning: type defaults to `int' in declaration of `sh_link' include/linux/elf.h:346: warning: data definition has no type or storage class include/linux/elf.h:347: error: syntax error before "sh_info" include/linux/elf.h:347: warning: type defaults to `int' in declaration of `sh_info' include/linux/elf.h:347: warning: data definition has no type or storage class include/linux/elf.h:348: error: syntax error before "sh_addralign" include/linux/elf.h:348: warning: type defaults to `int' in declaration of `sh_addralign' include/linux/elf.h:348: warning: data definition has no type or storage class include/linux/elf.h:349: error: syntax error before "sh_entsize" include/linux/elf.h:349: warning: type defaults to `int' in declaration of `sh_entsize' include/linux/elf.h:349: warning: data definition has no type or storage class include/linux/elf.h:350: warning: type defaults to `int' in declaration of `Elf64_Shdr' include/linux/elf.h:350: warning: data definition has no type or storage class include/linux/elf.h:400: error: syntax error before "Elf32_Word" include/linux/elf.h:400: warning: no semicolon at end of struct or union include/linux/elf.h:401: warning: type defaults to `int' in declaration of `n_descsz' include/linux/elf.h:401: warning: data definition has no type or storage class include/linux/elf.h:402: error: syntax error before "n_type" include/linux/elf.h:402: warning: type defaults to `int' in declaration of `n_type' include/linux/elf.h:402: warning: data definition has no type or storage class include/linux/elf.h:403: warning: type defaults to `int' in declaration of `Elf32_Nhdr' include/linux/elf.h:403: warning: data definition has no type or storage class include/linux/elf.h:407: error: syntax error before "Elf64_Word" include/linux/elf.h:407: warning: no semicolon at end of struct or union include/linux/elf.h:408: warning: type defaults to `int' in declaration of `n_descsz' include/linux/elf.h:408: warning: data definition has no type or storage class include/linux/elf.h:409: error: syntax error before "n_type" include/linux/elf.h:409: warning: type defaults to `int' in declaration of `n_type' include/linux/elf.h:409: warning: data definition has no type or storage class include/linux/elf.h:410: warning: type defaults to `int' in declaration of `Elf64_Nhdr' include/linux/elf.h:410: warning: data definition has no type or storage class include/linux/elf.h:412:5: warning: "ELF_CLASS" is not defined include/linux/elf.h:421: error: syntax error before "_DYNAMIC" include/linux/elf.h:421: warning: type defaults to `int' in declaration of `_DYNAMIC' include/linux/elf.h:421: warning: data definition has no type or storage class In file included from include/linux/kobject.h:22, from include/linux/module.h:19, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/sysfs.h:21: error: syntax error before "mode_t" include/linux/sysfs.h:21: warning: no semicolon at end of struct or union include/linux/sysfs.h:54: error: field `attr' has incomplete type include/linux/sysfs.h:55: error: syntax error before "size_t" include/linux/sysfs.h:55: warning: no semicolon at end of struct or union include/linux/sysfs.h:57: error: syntax error before '*' token include/linux/sysfs.h:57: error: syntax error before "loff_t" include/linux/sysfs.h:57: warning: type defaults to `int' in declaration of `ssize_t' include/linux/sysfs.h:57: warning: function declaration isn't a prototype include/linux/sysfs.h:57: error: `ssize_t' declared as function returning a function include/linux/sysfs.h:57: warning: function declaration isn't a prototype include/linux/sysfs.h:57: error: 'ssize_t' redeclared as different kind of symbol include/linux/types.h:71: error: previous declaration of 'ssize_t' was here include/linux/sysfs.h:57: warning: data definition has no type or storage class include/linux/sysfs.h:58: error: syntax error before '*' token include/linux/sysfs.h:58: error: syntax error before "loff_t" include/linux/sysfs.h:58: warning: type defaults to `int' in declaration of `ssize_t' include/linux/sysfs.h:58: warning: function declaration isn't a prototype include/linux/sysfs.h:58: error: `ssize_t' declared as function returning a function include/linux/sysfs.h:58: warning: function declaration isn't a prototype include/linux/sysfs.h:58: warning: data definition has no type or storage class include/linux/sysfs.h:61: error: syntax error before '}' token include/linux/sysfs.h:64: error: syntax error before "ssize_t" include/linux/sysfs.h:64: warning: no semicolon at end of struct or union include/linux/sysfs.h:65: error: syntax error before '*' token include/linux/sysfs.h:65: error: syntax error before "size_t" include/linux/sysfs.h:65: warning: type defaults to `int' in declaration of `ssize_t' include/linux/sysfs.h:65: warning: function declaration isn't a prototype include/linux/sysfs.h:65: error: `ssize_t' declared as function returning a function include/linux/sysfs.h:65: warning: function declaration isn't a prototype include/linux/sysfs.h:65: warning: data definition has no type or storage class include/linux/sysfs.h:69: error: syntax error before "atomic_t" include/linux/sysfs.h:69: warning: no semicolon at end of struct or union include/linux/sysfs.h:74: error: syntax error before "s_mode" include/linux/sysfs.h:74: warning: type defaults to `int' in declaration of `s_mode' include/linux/sysfs.h:74: warning: data definition has no type or storage class include/linux/sysfs.h:77: error: syntax error before '}' token include/linux/sysfs.h:147: error: syntax error before "mode_t" include/linux/sysfs.h:148: warning: function declaration isn't a prototype In file included from include/linux/kobject.h:24, from include/linux/module.h:19, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/rwsem.h:27:65: asm/rwsem.h: No such file or directory In file included from include/linux/kobject.h:24, from include/linux/module.h:19, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/rwsem.h: In function `down_read': include/linux/rwsem.h:45: warning: implicit declaration of function `__down_read' include/linux/rwsem.h: In function `down_read_trylock': include/linux/rwsem.h:56: warning: implicit declaration of function `__down_read_trylock' include/linux/rwsem.h: In function `down_write': include/linux/rwsem.h:68: warning: implicit declaration of function `__down_write' include/linux/rwsem.h: In function `down_write_trylock': include/linux/rwsem.h:79: warning: implicit declaration of function `__down_write_trylock' include/linux/rwsem.h: In function `up_read': include/linux/rwsem.h:90: warning: implicit declaration of function `__up_read' include/linux/rwsem.h: In function `up_write': include/linux/rwsem.h:100: warning: implicit declaration of function `__up_write' include/linux/rwsem.h: In function `downgrade_write': include/linux/rwsem.h:110: warning: implicit declaration of function `__downgrade_write' In file included from include/linux/kobject.h:25, from include/linux/module.h:19, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/kref.h: At top level: include/linux/kref.h:24: error: syntax error before "atomic_t" include/linux/kref.h:24: warning: no semicolon at end of struct or union In file included from include/linux/module.h:19, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/kobject.h:36: error: syntax error before "uevent_seqnum" include/linux/kobject.h:36: warning: type defaults to `int' in declaration of `uevent_seqnum' include/linux/kobject.h:36: warning: data definition has no type or storage class include/linux/kobject.h:53: error: field `kref' has incomplete type include/linux/kobject.h: In function `to_kset': include/linux/kobject.h:133: error: invalid operands to binary & include/linux/kobject.h: At top level: include/linux/kobject.h:167: error: field `rwsem' has incomplete type include/linux/kobject.h: In function `subsys_get': include/linux/kobject.h:241: error: invalid operands to binary & include/linux/kobject.h: At top level: include/linux/kobject.h:250: error: field `attr' has incomplete type include/linux/kobject.h:251: error: syntax error before "ssize_t" include/linux/kobject.h:251: warning: no semicolon at end of struct or union include/linux/kobject.h:252: error: syntax error before '*' token include/linux/kobject.h:252: error: syntax error before "size_t" include/linux/kobject.h:252: warning: type defaults to `int' in declaration of `ssize_t' include/linux/kobject.h:252: warning: function declaration isn't a prototype include/linux/kobject.h:252: error: `ssize_t' declared as function returning a function include/linux/kobject.h:252: warning: function declaration isn't a prototype include/linux/kobject.h:252: warning: data definition has no type or storage class In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/module.h:21:23: asm/local.h: No such file or directory include/linux/module.h:23:24: asm/module.h: No such file or directory In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:36: include/linux/module.h:50: error: field `attr' has incomplete type include/linux/module.h:51: error: syntax error before "ssize_t" include/linux/module.h:51: warning: no semicolon at end of struct or union include/linux/module.h:52: error: syntax error before '*' token include/linux/module.h:53: error: syntax error before "size_t" include/linux/module.h:53: warning: type defaults to `int' in declaration of `ssize_t' include/linux/module.h:53: warning: function declaration isn't a prototype include/linux/module.h:53: error: `ssize_t' declared as function returning a function include/linux/module.h:53: warning: function declaration isn't a prototype include/linux/module.h:53: warning: data definition has no type or storage class include/linux/module.h:57: error: syntax error before '}' token In file included from include/linux/fs.h:11, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/ioctl.h:4:23: asm/ioctl.h: No such file or directory In file included from include/linux/fs.h:210, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/kdev_t.h:21: error: syntax error before "dev" include/linux/kdev_t.h:22: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `old_valid_dev': include/linux/kdev_t.h:23: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:26: error: syntax error before "old_encode_dev" include/linux/kdev_t.h:26: error: syntax error before "dev" include/linux/kdev_t.h:27: warning: return type defaults to `int' include/linux/kdev_t.h:27: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `old_encode_dev': include/linux/kdev_t.h:28: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:31: error: syntax error before "old_decode_dev" include/linux/kdev_t.h:31: error: syntax error before "val" include/linux/kdev_t.h:32: warning: return type defaults to `int' include/linux/kdev_t.h:32: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `old_decode_dev': include/linux/kdev_t.h:33: error: `val' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:36: error: syntax error before "dev" include/linux/kdev_t.h:37: warning: function declaration isn't a prototype include/linux/kdev_t.h:41: error: syntax error before "new_encode_dev" include/linux/kdev_t.h:41: error: syntax error before "dev" include/linux/kdev_t.h:42: warning: return type defaults to `int' include/linux/kdev_t.h:42: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `new_encode_dev': include/linux/kdev_t.h:43: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:48: error: syntax error before "new_decode_dev" include/linux/kdev_t.h:48: error: syntax error before "dev" include/linux/kdev_t.h:49: warning: return type defaults to `int' include/linux/kdev_t.h:49: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `new_decode_dev': include/linux/kdev_t.h:50: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:55: error: syntax error before "dev" include/linux/kdev_t.h:56: warning: function declaration isn't a prototype include/linux/kdev_t.h:60: error: syntax error before "huge_encode_dev" include/linux/kdev_t.h:60: error: syntax error before "dev" include/linux/kdev_t.h:61: warning: return type defaults to `int' include/linux/kdev_t.h:61: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `huge_encode_dev': include/linux/kdev_t.h:62: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:65: error: syntax error before "huge_decode_dev" include/linux/kdev_t.h:65: error: syntax error before "dev" include/linux/kdev_t.h:66: warning: return type defaults to `int' include/linux/kdev_t.h:66: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `huge_decode_dev': include/linux/kdev_t.h:67: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:70: error: syntax error before "dev" include/linux/kdev_t.h:71: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `sysv_valid_dev': include/linux/kdev_t.h:72: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:75: error: syntax error before "sysv_encode_dev" include/linux/kdev_t.h:75: error: syntax error before "dev" include/linux/kdev_t.h:76: warning: return type defaults to `int' include/linux/kdev_t.h:76: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `sysv_encode_dev': include/linux/kdev_t.h:77: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:80: error: syntax error before "dev" include/linux/kdev_t.h:81: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `sysv_major': include/linux/kdev_t.h:82: error: `dev' undeclared (first use in this function) include/linux/kdev_t.h: At top level: include/linux/kdev_t.h:85: error: syntax error before "dev" include/linux/kdev_t.h:86: warning: function declaration isn't a prototype include/linux/kdev_t.h: In function `sysv_minor': include/linux/kdev_t.h:87: error: `dev' undeclared (first use in this function) In file included from include/linux/fs.h:211, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/dcache.h: At top level: include/linux/dcache.h:83: error: syntax error before "atomic_t" include/linux/dcache.h:83: warning: no semicolon at end of struct or union include/linux/dcache.h:115: error: syntax error before '}' token include/linux/dcache.h: In function `__d_drop': include/linux/dcache.h:185: error: dereferencing pointer to incomplete type include/linux/dcache.h:186: error: dereferencing pointer to incomplete type include/linux/dcache.h:187: error: dereferencing pointer to incomplete type include/linux/dcache.h: In function `d_drop': include/linux/dcache.h:194: error: dereferencing pointer to incomplete type include/linux/dcache.h:196: error: dereferencing pointer to incomplete type include/linux/dcache.h: In function `dname_external': include/linux/dcache.h:202: error: dereferencing pointer to incomplete type include/linux/dcache.h:202: error: dereferencing pointer to incomplete type include/linux/dcache.h: In function `dget': include/linux/dcache.h:300: warning: implicit declaration of function `atomic_read' include/linux/dcache.h:300: error: dereferencing pointer to incomplete type include/linux/dcache.h:301: error: dereferencing pointer to incomplete type include/linux/dcache.h: In function `d_unhashed': include/linux/dcache.h:317: error: dereferencing pointer to incomplete type include/linux/dcache.h: In function `dget_parent': include/linux/dcache.h:324: error: dereferencing pointer to incomplete type include/linux/dcache.h:325: error: dereferencing pointer to incomplete type include/linux/dcache.h:326: error: dereferencing pointer to incomplete type include/linux/dcache.h: In function `d_mountpoint': include/linux/dcache.h:334: error: dereferencing pointer to incomplete type In file included from include/linux/fs.h:220, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/mutex.h: At top level: include/linux/mutex.h:48: error: syntax error before "atomic_t" include/linux/mutex.h:48: warning: no semicolon at end of struct or union include/linux/mutex.h:58: error: syntax error before '}' token include/linux/mutex.h: In function `mutex_is_locked': include/linux/mutex.h:104: error: dereferencing pointer to incomplete type In file included from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fs.h: At top level: include/linux/fs.h:247: error: syntax error before "loff_t" include/linux/fs.h:248: warning: function declaration isn't a prototype include/linux/fs.h:280: error: syntax error before "umode_t" include/linux/fs.h:280: warning: no semicolon at end of struct or union include/linux/fs.h:281: warning: type defaults to `int' in declaration of `ia_uid' include/linux/fs.h:281: warning: data definition has no type or storage class include/linux/fs.h:282: error: syntax error before "ia_gid" include/linux/fs.h:282: warning: type defaults to `int' in declaration of `ia_gid' include/linux/fs.h:282: warning: data definition has no type or storage class include/linux/fs.h:283: error: syntax error before "ia_size" include/linux/fs.h:283: warning: type defaults to `int' in declaration of `ia_size' include/linux/fs.h:283: warning: data definition has no type or storage class include/linux/fs.h:294: error: syntax error before '}' token In file included from include/linux/fs.h:299, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/quota.h:45: error: syntax error before "qid_t" include/linux/quota.h:45: warning: type defaults to `int' in declaration of `qid_t' include/linux/quota.h:45: warning: data definition has no type or storage class include/linux/quota.h:46: error: syntax error before "qsize_t" include/linux/quota.h:46: warning: type defaults to `int' in declaration of `qsize_t' include/linux/quota.h:46: warning: data definition has no type or storage class include/linux/quota.h:107: error: syntax error before "__u64" include/linux/quota.h:107: warning: no semicolon at end of struct or union include/linux/quota.h:108: warning: type defaults to `int' in declaration of `dqb_bsoftlimit' include/linux/quota.h:108: warning: data definition has no type or storage class include/linux/quota.h:109: error: syntax error before "dqb_curspace" include/linux/quota.h:109: warning: type defaults to `int' in declaration of `dqb_curspace' include/linux/quota.h:109: warning: data definition has no type or storage class include/linux/quota.h:110: error: syntax error before "dqb_ihardlimit" include/linux/quota.h:110: warning: type defaults to `int' in declaration of `dqb_ihardlimit' include/linux/quota.h:110: warning: data definition has no type or storage class include/linux/quota.h:111: error: syntax error before "dqb_isoftlimit" include/linux/quota.h:111: warning: type defaults to `int' in declaration of `dqb_isoftlimit' include/linux/quota.h:111: warning: data definition has no type or storage class include/linux/quota.h:112: error: syntax error before "dqb_curinodes" include/linux/quota.h:112: warning: type defaults to `int' in declaration of `dqb_curinodes' include/linux/quota.h:112: warning: data definition has no type or storage class include/linux/quota.h:113: error: syntax error before "dqb_btime" include/linux/quota.h:113: warning: type defaults to `int' in declaration of `dqb_btime' include/linux/quota.h:113: warning: data definition has no type or storage class include/linux/quota.h:114: error: syntax error before "dqb_itime" include/linux/quota.h:114: warning: type defaults to `int' in declaration of `dqb_itime' include/linux/quota.h:114: warning: data definition has no type or storage class include/linux/quota.h:115: error: syntax error before "dqb_valid" include/linux/quota.h:115: warning: type defaults to `int' in declaration of `dqb_valid' include/linux/quota.h:115: warning: data definition has no type or storage class include/linux/quota.h:128: error: syntax error before "__u64" include/linux/quota.h:128: warning: no semicolon at end of struct or union include/linux/quota.h:129: warning: type defaults to `int' in declaration of `dqi_igrace' include/linux/quota.h:129: warning: data definition has no type or storage class include/linux/quota.h:130: error: syntax error before "dqi_flags" include/linux/quota.h:130: warning: type defaults to `int' in declaration of `dqi_flags' include/linux/quota.h:130: warning: data definition has no type or storage class include/linux/quota.h:131: error: syntax error before "dqi_valid" include/linux/quota.h:131: warning: type defaults to `int' in declaration of `dqi_valid' include/linux/quota.h:131: warning: data definition has no type or storage class In file included from include/linux/quota.h:136, from include/linux/fs.h:299, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/dqblk_xfs.h:51: error: syntax error before "__s8" include/linux/dqblk_xfs.h:51: warning: no semicolon at end of struct or union include/linux/dqblk_xfs.h:52: warning: type defaults to `int' in declaration of `d_flags' include/linux/dqblk_xfs.h:52: error: conflicting types for 'd_flags' include/linux/dcache.h:84: error: previous declaration of 'd_flags' was here include/linux/dqblk_xfs.h:52: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:53: error: syntax error before "d_fieldmask" include/linux/dqblk_xfs.h:53: warning: type defaults to `int' in declaration of `d_fieldmask' include/linux/dqblk_xfs.h:53: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:54: error: syntax error before "d_id" include/linux/dqblk_xfs.h:54: warning: type defaults to `int' in declaration of `d_id' include/linux/dqblk_xfs.h:54: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:55: error: syntax error before "d_blk_hardlimit" include/linux/dqblk_xfs.h:55: warning: type defaults to `int' in declaration of `d_blk_hardlimit' include/linux/dqblk_xfs.h:55: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:56: error: syntax error before "d_blk_softlimit" include/linux/dqblk_xfs.h:56: warning: type defaults to `int' in declaration of `d_blk_softlimit' include/linux/dqblk_xfs.h:56: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:57: error: syntax error before "d_ino_hardlimit" include/linux/dqblk_xfs.h:57: warning: type defaults to `int' in declaration of `d_ino_hardlimit' include/linux/dqblk_xfs.h:57: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:58: error: syntax error before "d_ino_softlimit" include/linux/dqblk_xfs.h:58: warning: type defaults to `int' in declaration of `d_ino_softlimit' include/linux/dqblk_xfs.h:58: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:59: error: syntax error before "d_bcount" include/linux/dqblk_xfs.h:59: warning: type defaults to `int' in declaration of `d_bcount' include/linux/dqblk_xfs.h:59: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:60: error: syntax error before "d_icount" include/linux/dqblk_xfs.h:60: warning: type defaults to `int' in declaration of `d_icount' include/linux/dqblk_xfs.h:60: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:61: error: syntax error before "d_itimer" include/linux/dqblk_xfs.h:61: warning: type defaults to `int' in declaration of `d_itimer' include/linux/dqblk_xfs.h:61: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:63: error: syntax error before "d_btimer" include/linux/dqblk_xfs.h:63: warning: type defaults to `int' in declaration of `d_btimer' include/linux/dqblk_xfs.h:63: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:64: error: syntax error before "d_iwarns" include/linux/dqblk_xfs.h:64: warning: type defaults to `int' in declaration of `d_iwarns' include/linux/dqblk_xfs.h:64: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:65: error: syntax error before "d_bwarns" include/linux/dqblk_xfs.h:65: warning: type defaults to `int' in declaration of `d_bwarns' include/linux/dqblk_xfs.h:65: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:66: error: syntax error before "d_padding2" include/linux/dqblk_xfs.h:66: warning: type defaults to `int' in declaration of `d_padding2' include/linux/dqblk_xfs.h:66: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:67: error: syntax error before "d_rtb_hardlimit" include/linux/dqblk_xfs.h:67: warning: type defaults to `int' in declaration of `d_rtb_hardlimit' include/linux/dqblk_xfs.h:67: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:68: error: syntax error before "d_rtb_softlimit" include/linux/dqblk_xfs.h:68: warning: type defaults to `int' in declaration of `d_rtb_softlimit' include/linux/dqblk_xfs.h:68: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:69: error: syntax error before "d_rtbcount" include/linux/dqblk_xfs.h:69: warning: type defaults to `int' in declaration of `d_rtbcount' include/linux/dqblk_xfs.h:69: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:70: error: syntax error before "d_rtbtimer" include/linux/dqblk_xfs.h:70: warning: type defaults to `int' in declaration of `d_rtbtimer' include/linux/dqblk_xfs.h:70: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:71: error: syntax error before "d_rtbwarns" include/linux/dqblk_xfs.h:71: warning: type defaults to `int' in declaration of `d_rtbwarns' include/linux/dqblk_xfs.h:71: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:72: error: syntax error before "d_padding3" include/linux/dqblk_xfs.h:72: warning: type defaults to `int' in declaration of `d_padding3' include/linux/dqblk_xfs.h:72: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:74: error: syntax error before '}' token include/linux/dqblk_xfs.h:74: warning: type defaults to `int' in declaration of `fs_disk_quota_t' include/linux/dqblk_xfs.h:74: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:138: error: syntax error before "__u64" include/linux/dqblk_xfs.h:138: warning: no semicolon at end of struct or union include/linux/dqblk_xfs.h:139: warning: type defaults to `int' in declaration of `qfs_nblks' include/linux/dqblk_xfs.h:139: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:140: error: syntax error before "qfs_nextents" include/linux/dqblk_xfs.h:140: warning: type defaults to `int' in declaration of `qfs_nextents' include/linux/dqblk_xfs.h:140: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:141: warning: type defaults to `int' in declaration of `fs_qfilestat_t' include/linux/dqblk_xfs.h:141: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:144: error: syntax error before "__s8" include/linux/dqblk_xfs.h:144: warning: no semicolon at end of struct or union include/linux/dqblk_xfs.h:145: warning: type defaults to `int' in declaration of `qs_flags' include/linux/dqblk_xfs.h:145: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:146: error: syntax error before "qs_pad" include/linux/dqblk_xfs.h:146: warning: type defaults to `int' in declaration of `qs_pad' include/linux/dqblk_xfs.h:146: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:147: error: syntax error before "qs_uquota" include/linux/dqblk_xfs.h:147: warning: type defaults to `int' in declaration of `qs_uquota' include/linux/dqblk_xfs.h:147: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:148: error: syntax error before "qs_gquota" include/linux/dqblk_xfs.h:148: warning: type defaults to `int' in declaration of `qs_gquota' include/linux/dqblk_xfs.h:148: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:149: error: syntax error before "qs_incoredqs" include/linux/dqblk_xfs.h:149: warning: type defaults to `int' in declaration of `qs_incoredqs' include/linux/dqblk_xfs.h:149: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:150: error: syntax error before "qs_btimelimit" include/linux/dqblk_xfs.h:150: warning: type defaults to `int' in declaration of `qs_btimelimit' include/linux/dqblk_xfs.h:150: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:151: error: syntax error before "qs_itimelimit" include/linux/dqblk_xfs.h:151: warning: type defaults to `int' in declaration of `qs_itimelimit' include/linux/dqblk_xfs.h:151: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:152: error: syntax error before "qs_rtbtimelimit" include/linux/dqblk_xfs.h:152: warning: type defaults to `int' in declaration of `qs_rtbtimelimit' include/linux/dqblk_xfs.h:152: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:153: error: syntax error before "qs_bwarnlimit" include/linux/dqblk_xfs.h:153: warning: type defaults to `int' in declaration of `qs_bwarnlimit' include/linux/dqblk_xfs.h:153: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:154: error: syntax error before "qs_iwarnlimit" include/linux/dqblk_xfs.h:154: warning: type defaults to `int' in declaration of `qs_iwarnlimit' include/linux/dqblk_xfs.h:154: warning: data definition has no type or storage class include/linux/dqblk_xfs.h:155: warning: type defaults to `int' in declaration of `fs_quota_stat_t' include/linux/dqblk_xfs.h:155: warning: data definition has no type or storage class In file included from include/linux/fs.h:299, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/quota.h:151: error: syntax error before "__u32" include/linux/quota.h:151: warning: no semicolon at end of struct or union include/linux/quota.h:152: warning: type defaults to `int' in declaration of `dqb_bsoftlimit' include/linux/quota.h:152: warning: data definition has no type or storage class include/linux/quota.h:153: error: syntax error before "dqb_curspace" include/linux/quota.h:153: warning: type defaults to `int' in declaration of `dqb_curspace' include/linux/quota.h:153: warning: data definition has no type or storage class include/linux/quota.h:154: error: syntax error before "dqb_ihardlimit" include/linux/quota.h:154: warning: type defaults to `int' in declaration of `dqb_ihardlimit' include/linux/quota.h:154: warning: data definition has no type or storage class include/linux/quota.h:155: error: syntax error before "dqb_isoftlimit" include/linux/quota.h:155: warning: type defaults to `int' in declaration of `dqb_isoftlimit' include/linux/quota.h:155: warning: data definition has no type or storage class include/linux/quota.h:156: error: syntax error before "dqb_curinodes" include/linux/quota.h:156: warning: type defaults to `int' in declaration of `dqb_curinodes' include/linux/quota.h:156: warning: data definition has no type or storage class include/linux/quota.h:157: error: syntax error before "dqb_btime" include/linux/quota.h:157: warning: type defaults to `int' in declaration of `dqb_btime' include/linux/quota.h:157: warning: data definition has no type or storage class include/linux/quota.h:158: error: syntax error before "dqb_itime" include/linux/quota.h:158: warning: type defaults to `int' in declaration of `dqb_itime' include/linux/quota.h:158: warning: data definition has no type or storage class include/linux/quota.h:218: error: field `dq_lock' has incomplete type include/linux/quota.h:219: error: syntax error before "atomic_t" include/linux/quota.h:219: warning: no semicolon at end of struct or union include/linux/quota.h:223: error: syntax error before "dq_off" include/linux/quota.h:223: warning: type defaults to `int' in declaration of `dq_off' include/linux/quota.h:223: warning: data definition has no type or storage class include/linux/quota.h:227: error: syntax error before '}' token include/linux/quota.h:249: error: syntax error before "qsize_t" include/linux/quota.h:249: warning: function declaration isn't a prototype include/linux/quota.h:251: error: syntax error before "qsize_t" include/linux/quota.h:251: warning: function declaration isn't a prototype include/linux/quota.h:268: error: syntax error before "qid_t" include/linux/quota.h:268: warning: function declaration isn't a prototype include/linux/quota.h:269: error: syntax error before "qid_t" include/linux/quota.h:269: warning: function declaration isn't a prototype include/linux/quota.h:272: error: syntax error before "qid_t" include/linux/quota.h:272: warning: function declaration isn't a prototype include/linux/quota.h:273: error: syntax error before "qid_t" include/linux/quota.h:273: warning: function declaration isn't a prototype include/linux/quota.h:288: error: field `dqio_sem' has incomplete type include/linux/quota.h:289: error: field `dqonoff_sem' has incomplete type include/linux/quota.h:290: error: field `dqptr_sem' has incomplete type In file included from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fs.h:363: error: syntax error before "ssize_t" include/linux/fs.h:363: warning: no semicolon at end of struct or union include/linux/fs.h:369: error: syntax error before '}' token include/linux/fs.h:397: error: syntax error before "dev_t" include/linux/fs.h:397: warning: no semicolon at end of struct or union include/linux/fs.h:421: error: syntax error before '}' token In file included from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fs.h:455:5: warning: "BITS_PER_LONG" is not defined include/linux/fs.h:469: error: syntax error before "atomic_t" include/linux/fs.h:469: warning: no semicolon at end of struct or union include/linux/fs.h:470: warning: type defaults to `int' in declaration of `i_mode' include/linux/fs.h:470: warning: data definition has no type or storage class include/linux/fs.h:472: error: syntax error before "i_uid" include/linux/fs.h:472: warning: type defaults to `int' in declaration of `i_uid' include/linux/fs.h:472: warning: data definition has no type or storage class include/linux/fs.h:473: error: syntax error before "i_gid" include/linux/fs.h:473: warning: type defaults to `int' in declaration of `i_gid' include/linux/fs.h:473: warning: data definition has no type or storage class include/linux/fs.h:474: error: syntax error before "i_rdev" include/linux/fs.h:474: warning: type defaults to `int' in declaration of `i_rdev' include/linux/fs.h:474: warning: data definition has no type or storage class include/linux/fs.h:475: error: syntax error before "i_size" include/linux/fs.h:475: warning: type defaults to `int' in declaration of `i_size' include/linux/fs.h:475: warning: data definition has no type or storage class include/linux/fs.h:503: error: syntax error before "i_generation" include/linux/fs.h:503: warning: type defaults to `int' in declaration of `i_generation' include/linux/fs.h:503: warning: data definition has no type or storage class include/linux/fs.h:520: error: syntax error before "i_writecount" include/linux/fs.h:520: warning: type defaults to `int' in declaration of `i_writecount' include/linux/fs.h:520: warning: data definition has no type or storage class include/linux/fs.h:528: error: syntax error before '}' token include/linux/fs.h:540: error: syntax error before "i_size_read" include/linux/fs.h:541: warning: return type defaults to `int' include/linux/fs.h:542:5: warning: "BITS_PER_LONG" is not defined include/linux/fs.h:551:7: warning: "BITS_PER_LONG" is not defined include/linux/fs.h: In function `i_size_read': include/linux/fs.h:559: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:564: error: syntax error before "loff_t" include/linux/fs.h:565: warning: function declaration isn't a prototype include/linux/fs.h:566:5: warning: "BITS_PER_LONG" is not defined include/linux/fs.h:570:7: warning: "BITS_PER_LONG" is not defined include/linux/fs.h: In function `i_size_write': include/linux/fs.h:575: error: `inode' undeclared (first use in this function) include/linux/fs.h: In function `iminor': include/linux/fs.h:581: error: dereferencing pointer to incomplete type include/linux/fs.h: In function `imajor': include/linux/fs.h:586: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:594: error: syntax error before "uid_t" include/linux/fs.h:594: warning: no semicolon at end of struct or union include/linux/fs.h:597: error: syntax error before '}' token include/linux/fs.h:629: error: syntax error before "atomic_t" include/linux/fs.h:629: warning: no semicolon at end of struct or union include/linux/fs.h:631: error: syntax error before "f_mode" include/linux/fs.h:631: warning: type defaults to `int' in declaration of `f_mode' include/linux/fs.h:631: warning: data definition has no type or storage class include/linux/fs.h:632: error: syntax error before "f_pos" include/linux/fs.h:632: warning: type defaults to `int' in declaration of `f_pos' include/linux/fs.h:632: warning: data definition has no type or storage class include/linux/fs.h:649: error: syntax error before '}' token include/linux/fs.h:661:5: warning: "BITS_PER_LONG" is not defined include/linux/fs.h:663:7: warning: "BITS_PER_LONG" is not defined In file included from include/linux/nfs.h:10, from include/linux/nfs_fs_i.h:6, from include/linux/fs.h:701, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/sunrpc/msg_prot.h:15: error: syntax error before "rpc_authflavor_t" include/linux/sunrpc/msg_prot.h:15: warning: type defaults to `int' in declaration of `rpc_authflavor_t' include/linux/sunrpc/msg_prot.h:15: warning: data definition has no type or storage class include/linux/sunrpc/msg_prot.h:98: error: syntax error before "rpc_fraghdr" include/linux/sunrpc/msg_prot.h:98: warning: type defaults to `int' in declaration of `rpc_fraghdr' include/linux/sunrpc/msg_prot.h:98: warning: data definition has no type or storage class In file included from include/linux/fs.h:701, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/nfs_fs_i.h:14: error: syntax error before "u32" include/linux/nfs_fs_i.h:14: warning: no semicolon at end of struct or union include/linux/nfs_fs_i.h:15: warning: type defaults to `int' in declaration of `flags' include/linux/nfs_fs_i.h:15: error: conflicting types for 'flags' include/linux/sched.h:696: error: previous declaration of 'flags' was here include/linux/nfs_fs_i.h:15: error: conflicting types for 'flags' include/linux/sched.h:696: error: previous declaration of 'flags' was here include/linux/nfs_fs_i.h:15: warning: data definition has no type or storage class include/linux/nfs_fs_i.h:17: error: syntax error before '}' token In file included from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fs.h:713: error: syntax error before "loff_t" include/linux/fs.h:713: warning: no semicolon at end of struct or union include/linux/fs.h:714: warning: type defaults to `int' in declaration of `fl_end' include/linux/fs.h:714: warning: data definition has no type or storage class include/linux/fs.h:722: error: field `nfs_fl' has incomplete type include/linux/fs.h:725: error: syntax error before '}' token In file included from include/linux/fs.h:736, from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fcntl.h:4:23: asm/fcntl.h: No such file or directory include/linux/fcntl.h:39:5: warning: "BITS_PER_LONG" is not defined In file included from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fs.h:738: warning: "struct flock" declared inside parameter list include/linux/fs.h:740: warning: "struct flock" declared inside parameter list In file included from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fs.h:742:5: warning: "BITS_PER_LONG" is not defined include/linux/fs.h:768: error: syntax error before "loff_t" include/linux/fs.h:768: warning: function declaration isn't a prototype include/linux/fs.h:769: error: syntax error before "loff_t" include/linux/fs.h:769: warning: function declaration isn't a prototype include/linux/fs.h:807: error: syntax error before "dev_t" include/linux/fs.h:807: warning: no semicolon at end of struct or union include/linux/fs.h:812: error: conflicting types for 's_type' include/linux/sysfs.h:73: error: previous declaration of 's_type' was here include/linux/fs.h:825: error: syntax error before "s_active" include/linux/fs.h:825: warning: type defaults to `int' in declaration of `s_active' include/linux/fs.h:825: warning: data definition has no type or storage class include/linux/fs.h:854: error: syntax error before "s_time_gran" include/linux/fs.h:854: warning: type defaults to `int' in declaration of `s_time_gran' include/linux/fs.h:854: warning: data definition has no type or storage class include/linux/fs.h: In function `get_fs_excl': include/linux/fs.h:873: error: `current' undeclared (first use in this function) include/linux/fs.h: In function `put_fs_excl': include/linux/fs.h:878: warning: implicit declaration of function `atomic_dec' include/linux/fs.h:878: error: `current' undeclared (first use in this function) include/linux/fs.h: In function `has_fs_excl': include/linux/fs.h:883: error: `current' undeclared (first use in this function) include/linux/fs.h: In function `lock_super': include/linux/fs.h:893: error: dereferencing pointer to incomplete type include/linux/fs.h: In function `unlock_super': include/linux/fs.h:899: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:908: error: syntax error before "dev_t" include/linux/fs.h:908: warning: function declaration isn't a prototype include/linux/fs.h:952: error: syntax error before "loff_t" include/linux/fs.h:952: warning: function declaration isn't a prototype include/linux/fs.h:977: error: syntax error before "size_t" include/linux/fs.h:977: warning: no semicolon at end of struct or union include/linux/fs.h:978: warning: type defaults to `int' in declaration of `count' include/linux/fs.h:978: warning: data definition has no type or storage class include/linux/fs.h:984: error: syntax error before '}' token include/linux/fs.h:984: warning: type defaults to `int' in declaration of `read_descriptor_t' include/linux/fs.h:984: warning: data definition has no type or storage class include/linux/fs.h:986: error: syntax error before '*' token include/linux/fs.h:986: warning: function declaration isn't a prototype include/linux/fs.h:1001: error: syntax error before "loff_t" include/linux/fs.h:1001: warning: no semicolon at end of struct or union include/linux/fs.h:1002: error: syntax error before '*' token include/linux/fs.h:1002: error: syntax error before "size_t" include/linux/fs.h:1002: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1002: warning: function declaration isn't a prototype include/linux/fs.h:1002: error: `ssize_t' declared as function returning a function include/linux/fs.h:1002: warning: function declaration isn't a prototype include/linux/fs.h:1002: warning: data definition has no type or storage class include/linux/fs.h:1003: error: syntax error before '*' token include/linux/fs.h:1003: error: syntax error before "size_t" include/linux/fs.h:1003: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1003: warning: function declaration isn't a prototype include/linux/fs.h:1003: error: `ssize_t' declared as function returning a function include/linux/fs.h:1003: warning: function declaration isn't a prototype include/linux/fs.h:1003: warning: data definition has no type or storage class include/linux/fs.h:1004: error: syntax error before '*' token include/linux/fs.h:1004: error: syntax error before "size_t" include/linux/fs.h:1004: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1004: warning: function declaration isn't a prototype include/linux/fs.h:1004: error: `ssize_t' declared as function returning a function include/linux/fs.h:1004: warning: function declaration isn't a prototype include/linux/fs.h:1004: warning: data definition has no type or storage class include/linux/fs.h:1005: error: syntax error before '*' token include/linux/fs.h:1005: error: syntax error before "size_t" include/linux/fs.h:1005: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1005: warning: function declaration isn't a prototype include/linux/fs.h:1005: error: `ssize_t' declared as function returning a function include/linux/fs.h:1005: warning: function declaration isn't a prototype include/linux/fs.h:1005: warning: data definition has no type or storage class include/linux/fs.h:1011: error: conflicting types for 'mmap' include/linux/sysfs.h:60: error: previous declaration of 'mmap' was here include/linux/fs.h:1018: error: conflicting types for 'lock' include/linux/hrtimer.h:86: error: previous declaration of 'lock' was here include/linux/fs.h:1018: error: conflicting types for 'lock' include/linux/fs_struct.h:9: error: previous declaration of 'lock' was here include/linux/fs.h:1019: error: syntax error before '*' token include/linux/fs.h:1019: error: syntax error before "loff_t" include/linux/fs.h:1019: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1019: warning: function declaration isn't a prototype include/linux/fs.h:1019: error: `ssize_t' declared as function returning a function include/linux/fs.h:1019: warning: function declaration isn't a prototype include/linux/fs.h:1019: warning: data definition has no type or storage class include/linux/fs.h:1020: error: syntax error before '*' token include/linux/fs.h:1020: error: syntax error before "loff_t" include/linux/fs.h:1020: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1020: warning: function declaration isn't a prototype include/linux/fs.h:1020: error: `ssize_t' declared as function returning a function include/linux/fs.h:1020: warning: function declaration isn't a prototype include/linux/fs.h:1020: warning: data definition has no type or storage class include/linux/fs.h:1021: error: syntax error before '*' token include/linux/fs.h:1021: error: syntax error before "loff_t" include/linux/fs.h:1021: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1021: warning: function declaration isn't a prototype include/linux/fs.h:1021: error: `ssize_t' declared as function returning a function include/linux/fs.h:1021: warning: function declaration isn't a prototype include/linux/fs.h:1021: warning: data definition has no type or storage class include/linux/fs.h:1022: error: syntax error before '*' token include/linux/fs.h:1022: error: syntax error before "size_t" include/linux/fs.h:1022: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1022: warning: function declaration isn't a prototype include/linux/fs.h:1022: error: `ssize_t' declared as function returning a function include/linux/fs.h:1022: warning: function declaration isn't a prototype include/linux/fs.h:1022: warning: data definition has no type or storage class include/linux/fs.h:1027: error: syntax error before '}' token include/linux/fs.h:1037: error: syntax error before "dev_t" include/linux/fs.h:1037: warning: function declaration isn't a prototype include/linux/fs.h:1047: error: syntax error before "size_t" include/linux/fs.h:1047: warning: function declaration isn't a prototype include/linux/fs.h:1048: warning: no semicolon at end of struct or union include/linux/fs.h:1049: error: syntax error before '*' token include/linux/fs.h:1049: error: syntax error before "size_t" include/linux/fs.h:1049: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1049: warning: function declaration isn't a prototype include/linux/fs.h:1049: error: `ssize_t' declared as function returning a function include/linux/fs.h:1049: warning: function declaration isn't a prototype include/linux/fs.h:1049: warning: data definition has no type or storage class include/linux/fs.h:1051: error: syntax error before "loff_t" include/linux/fs.h:1051: warning: function declaration isn't a prototype include/linux/fs.h:1056: error: syntax error before "vfs_read" include/linux/fs.h:1056: error: syntax error before "size_t" include/linux/fs.h:1056: warning: type defaults to `int' in declaration of `vfs_read' include/linux/fs.h:1056: warning: function declaration isn't a prototype include/linux/fs.h:1056: warning: data definition has no type or storage class include/linux/fs.h:1057: error: syntax error before "vfs_write" include/linux/fs.h:1057: error: syntax error before "size_t" include/linux/fs.h:1057: warning: type defaults to `int' in declaration of `vfs_write' include/linux/fs.h:1057: warning: function declaration isn't a prototype include/linux/fs.h:1057: warning: data definition has no type or storage class include/linux/fs.h:1058: error: syntax error before "vfs_readv" include/linux/fs.h:1059: error: syntax error before "loff_t" include/linux/fs.h:1059: warning: type defaults to `int' in declaration of `vfs_readv' include/linux/fs.h:1059: warning: function declaration isn't a prototype include/linux/fs.h:1059: warning: data definition has no type or storage class include/linux/fs.h:1060: error: syntax error before "vfs_writev" include/linux/fs.h:1061: error: syntax error before "loff_t" include/linux/fs.h:1061: warning: type defaults to `int' in declaration of `vfs_writev' include/linux/fs.h:1061: warning: function declaration isn't a prototype include/linux/fs.h:1061: warning: data definition has no type or storage class include/linux/fs.h:1090: error: syntax error before "ssize_t" include/linux/fs.h:1090: warning: no semicolon at end of struct or union include/linux/fs.h:1091: error: syntax error before '*' token include/linux/fs.h:1091: error: syntax error before "size_t" include/linux/fs.h:1091: warning: type defaults to `int' in declaration of `ssize_t' include/linux/fs.h:1091: warning: function declaration isn't a prototype include/linux/fs.h:1091: error: `ssize_t' declared as function returning a function include/linux/fs.h:1091: warning: function declaration isn't a prototype include/linux/fs.h:1091: warning: data definition has no type or storage class include/linux/fs.h: In function `file_accessed': include/linux/fs.h:1121: error: dereferencing pointer to incomplete type include/linux/fs.h:1121: error: `O_NOATIME' undeclared (first use in this function) include/linux/fs.h:1122: error: dereferencing pointer to incomplete type include/linux/fs.h:1122: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1214: error: syntax error before "__u32" include/linux/fs.h:1215: error: `decode_fh' declared as function returning a function include/linux/fs.h:1215: warning: function declaration isn't a prototype include/linux/fs.h:1216: error: syntax error before "void" include/linux/fs.h:1216: warning: no semicolon at end of struct or union include/linux/fs.h:1217: error: syntax error before "__u32" include/linux/fs.h:1218: warning: function declaration isn't a prototype include/linux/fs.h:1233: error: syntax error before '}' token include/linux/fs.h:1238: error: 'find_exported_dentry' redeclared as different kind of symbol include/linux/fs.h:1230: error: previous declaration of 'find_exported_dentry' was here include/linux/fs.h:1303: error: syntax error before "loff_t" include/linux/fs.h:1303: warning: function declaration isn't a prototype include/linux/fs.h: In function `locks_verify_locked': include/linux/fs.h:1314: error: dereferencing pointer to incomplete type include/linux/fs.h:1314: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1319: error: syntax error before "loff_t" include/linux/fs.h:1319: warning: function declaration isn't a prototype include/linux/fs.h:1323: error: syntax error before "loff_t" include/linux/fs.h:1324: warning: function declaration isn't a prototype include/linux/fs.h: In function `locks_verify_truncate': include/linux/fs.h:1325: error: `inode' undeclared (first use in this function) include/linux/fs.h:1327: error: `filp' undeclared (first use in this function) include/linux/fs.h: In function `break_lease': include/linux/fs.h:1337: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1344: error: syntax error before "loff_t" include/linux/fs.h:1345: warning: function declaration isn't a prototype include/linux/fs.h:1367: warning: parameter names (without types) in function declaration include/linux/fs.h:1368: error: syntax error before "loff_t" include/linux/fs.h:1368: warning: function declaration isn't a prototype include/linux/fs.h:1371: error: syntax error before "unsigned" include/linux/fs.h:1371: warning: function declaration isn't a prototype include/linux/fs.h:1380: error: syntax error before "mode_t" include/linux/fs.h:1380: warning: function declaration isn't a prototype include/linux/fs.h:1387: error: syntax error before '*' token include/linux/fs.h:1387: warning: function declaration isn't a prototype include/linux/fs.h:1388: error: syntax error before "unsigned" include/linux/fs.h:1388: warning: function declaration isn't a prototype include/linux/fs.h:1392: error: syntax error before "unsigned" include/linux/fs.h:1392: warning: function declaration isn't a prototype include/linux/fs.h:1394: error: syntax error before "off_t" include/linux/fs.h:1394: warning: function declaration isn't a prototype include/linux/fs.h:1399: error: syntax error before "char" include/linux/fs.h:1399: warning: function declaration isn't a prototype include/linux/fs.h:1404: error: syntax error before "off_t" include/linux/fs.h:1404: warning: function declaration isn't a prototype include/linux/fs.h:1406: error: syntax error before "umode_t" include/linux/fs.h:1406: warning: function declaration isn't a prototype include/linux/fs.h: In function `invalidate_remote_inode': include/linux/fs.h:1437: error: dereferencing pointer to incomplete type include/linux/fs.h:1437: error: dereferencing pointer to incomplete type include/linux/fs.h:1438: error: dereferencing pointer to incomplete type include/linux/fs.h:1439: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1450: error: syntax error before "loff_t" include/linux/fs.h:1450: warning: function declaration isn't a prototype include/linux/fs.h: In function `put_write_access': include/linux/fs.h:1467: error: dereferencing pointer to incomplete type include/linux/fs.h: In function `allow_write_access': include/linux/fs.h:1472: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1484: error: syntax error before "find_inode_number" include/linux/fs.h:1484: warning: type defaults to `int' in declaration of `find_inode_number' include/linux/fs.h:1484: warning: data definition has no type or storage class In file included from include/linux/mm.h:16, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/fs.h:1489: error: syntax error before "default_llseek" include/linux/fs.h:1489: error: syntax error before "loff_t" include/linux/fs.h:1489: warning: type defaults to `int' in declaration of `default_llseek' include/linux/fs.h:1489: warning: function declaration isn't a prototype include/linux/fs.h:1489: warning: data definition has no type or storage class include/linux/fs.h:1491: error: syntax error before "vfs_llseek" include/linux/fs.h:1491: error: syntax error before "loff_t" include/linux/fs.h:1491: warning: type defaults to `int' in declaration of `vfs_llseek' include/linux/fs.h:1491: warning: function declaration isn't a prototype include/linux/fs.h:1491: warning: data definition has no type or storage class include/linux/fs.h:1496: error: syntax error before "iunique" include/linux/fs.h:1496: error: syntax error before "ino_t" include/linux/fs.h:1496: warning: type defaults to `int' in declaration of `iunique' include/linux/fs.h:1496: warning: function declaration isn't a prototype include/linux/fs.h:1496: warning: data definition has no type or storage class include/linux/fs.h: In function `iget': include/linux/fs.h:1516: error: dereferencing pointer to incomplete type include/linux/fs.h:1517: error: dereferencing pointer to incomplete type include/linux/fs.h: In function `insert_inode_hash': include/linux/fs.h:1535: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1550: error: syntax error before '*' token include/linux/fs.h:1550: warning: function declaration isn't a prototype include/linux/fs.h:1551: error: syntax error before '*' token include/linux/fs.h:1551: warning: function declaration isn't a prototype include/linux/fs.h:1552: error: syntax error before "generic_file_read" include/linux/fs.h:1552: error: syntax error before "size_t" include/linux/fs.h:1552: warning: type defaults to `int' in declaration of `generic_file_read' include/linux/fs.h:1552: warning: function declaration isn't a prototype include/linux/fs.h:1552: warning: data definition has no type or storage class include/linux/fs.h:1553: error: syntax error before "loff_t" include/linux/fs.h:1553: warning: function declaration isn't a prototype include/linux/fs.h:1554: error: syntax error before "generic_file_write" include/linux/fs.h:1554: error: syntax error before "size_t" include/linux/fs.h:1554: warning: type defaults to `int' in declaration of `generic_file_write' include/linux/fs.h:1554: warning: function declaration isn't a prototype include/linux/fs.h:1554: warning: data definition has no type or storage class include/linux/fs.h:1555: error: syntax error before "generic_file_aio_read" include/linux/fs.h:1555: error: syntax error before "size_t" include/linux/fs.h:1555: warning: type defaults to `int' in declaration of `generic_file_aio_read' include/linux/fs.h:1555: warning: function declaration isn't a prototype include/linux/fs.h:1555: warning: data definition has no type or storage class include/linux/fs.h:1556: error: syntax error before "__generic_file_aio_read" include/linux/fs.h:1556: error: syntax error before "loff_t" include/linux/fs.h:1556: warning: type defaults to `int' in declaration of `__generic_file_aio_read' include/linux/fs.h:1556: warning: function declaration isn't a prototype include/linux/fs.h:1556: warning: data definition has no type or storage class include/linux/fs.h:1557: error: syntax error before "generic_file_aio_write" include/linux/fs.h:1557: error: syntax error before "size_t" include/linux/fs.h:1557: warning: type defaults to `int' in declaration of `generic_file_aio_write' include/linux/fs.h:1557: warning: function declaration isn't a prototype include/linux/fs.h:1557: warning: data definition has no type or storage class include/linux/fs.h:1558: error: syntax error before "generic_file_aio_write_nolock" include/linux/fs.h:1559: error: syntax error before "loff_t" include/linux/fs.h:1559: warning: type defaults to `int' in declaration of `generic_file_aio_write_nolock' include/linux/fs.h:1559: warning: function declaration isn't a prototype include/linux/fs.h:1559: warning: data definition has no type or storage class include/linux/fs.h:1560: error: syntax error before "generic_file_direct_write" include/linux/fs.h:1561: error: syntax error before "loff_t" include/linux/fs.h:1561: warning: type defaults to `int' in declaration of `generic_file_direct_write' include/linux/fs.h:1561: warning: function declaration isn't a prototype include/linux/fs.h:1561: warning: data definition has no type or storage class include/linux/fs.h:1562: error: syntax error before "generic_file_buffered_write" include/linux/fs.h:1563: error: syntax error before "loff_t" include/linux/fs.h:1563: warning: type defaults to `int' in declaration of `generic_file_buffered_write' include/linux/fs.h:1563: warning: function declaration isn't a prototype include/linux/fs.h:1563: warning: data definition has no type or storage class include/linux/fs.h:1564: error: syntax error before "do_sync_read" include/linux/fs.h:1564: error: syntax error before "size_t" include/linux/fs.h:1564: warning: type defaults to `int' in declaration of `do_sync_read' include/linux/fs.h:1564: warning: function declaration isn't a prototype include/linux/fs.h:1564: warning: data definition has no type or storage class include/linux/fs.h:1565: error: syntax error before "do_sync_write" include/linux/fs.h:1565: error: syntax error before "size_t" include/linux/fs.h:1565: warning: type defaults to `int' in declaration of `do_sync_write' include/linux/fs.h:1565: warning: function declaration isn't a prototype include/linux/fs.h:1565: warning: data definition has no type or storage class include/linux/fs.h:1566: error: syntax error before "generic_file_write_nolock" include/linux/fs.h:1567: error: syntax error before "loff_t" include/linux/fs.h:1567: warning: type defaults to `int' in declaration of `generic_file_write_nolock' include/linux/fs.h:1567: warning: function declaration isn't a prototype include/linux/fs.h:1567: warning: data definition has no type or storage class include/linux/fs.h:1568: error: syntax error before "generic_file_sendfile" include/linux/fs.h:1568: error: syntax error before "loff_t" include/linux/fs.h:1568: warning: type defaults to `int' in declaration of `generic_file_sendfile' include/linux/fs.h:1568: warning: function declaration isn't a prototype include/linux/fs.h:1568: warning: data definition has no type or storage class include/linux/fs.h:1571: error: syntax error before "loff_t" include/linux/fs.h:1571: warning: function declaration isn't a prototype include/linux/fs.h:1574: error: syntax error before "generic_file_readv" include/linux/fs.h:1575: error: syntax error before "loff_t" include/linux/fs.h:1575: warning: type defaults to `int' in declaration of `generic_file_readv' include/linux/fs.h:1575: warning: function declaration isn't a prototype include/linux/fs.h:1575: warning: data definition has no type or storage class include/linux/fs.h:1576: error: syntax error before "generic_file_writev" include/linux/fs.h:1577: error: syntax error before "loff_t" include/linux/fs.h:1577: warning: type defaults to `int' in declaration of `generic_file_writev' include/linux/fs.h:1577: warning: function declaration isn't a prototype include/linux/fs.h:1577: warning: data definition has no type or storage class include/linux/fs.h:1578: error: syntax error before "no_llseek" include/linux/fs.h:1578: error: syntax error before "loff_t" include/linux/fs.h:1578: warning: type defaults to `int' in declaration of `no_llseek' include/linux/fs.h:1578: warning: function declaration isn't a prototype include/linux/fs.h:1578: warning: data definition has no type or storage class include/linux/fs.h:1579: error: syntax error before "generic_file_llseek" include/linux/fs.h:1579: error: syntax error before "loff_t" include/linux/fs.h:1579: warning: type defaults to `int' in declaration of `generic_file_llseek' include/linux/fs.h:1579: warning: function declaration isn't a prototype include/linux/fs.h:1579: warning: data definition has no type or storage class include/linux/fs.h:1580: error: syntax error before "remote_llseek" include/linux/fs.h:1580: error: syntax error before "loff_t" include/linux/fs.h:1580: warning: type defaults to `int' in declaration of `remote_llseek' include/linux/fs.h:1580: warning: function declaration isn't a prototype include/linux/fs.h:1580: warning: data definition has no type or storage class include/linux/fs.h:1595: error: syntax error before "loff_t" include/linux/fs.h:1596: warning: function declaration isn't a prototype include/linux/fs.h:1601: error: syntax error before "loff_t" include/linux/fs.h:1604: warning: function declaration isn't a prototype include/linux/fs.h: In function `do_generic_file_read': include/linux/fs.h:1605: error: `filp' undeclared (first use in this function) include/linux/fs.h:1608: error: `ppos' undeclared (first use in this function) include/linux/fs.h:1609: error: `desc' undeclared (first use in this function) include/linux/fs.h:1610: error: `actor' undeclared (first use in this function) include/linux/fs.h: At top level: include/linux/fs.h:1613: error: syntax error before "__blockdev_direct_IO" include/linux/fs.h:1614: error: syntax error before "loff_t" include/linux/fs.h:1616: warning: type defaults to `int' in declaration of `__blockdev_direct_IO' include/linux/fs.h:1616: warning: function declaration isn't a prototype include/linux/fs.h:1616: warning: data definition has no type or storage class include/linux/fs.h:1624: error: syntax error before "blockdev_direct_IO" include/linux/fs.h:1626: error: syntax error before "loff_t" include/linux/fs.h:1628: warning: return type defaults to `int' include/linux/fs.h:1628: warning: function declaration isn't a prototype include/linux/fs.h: In function `blockdev_direct_IO': include/linux/fs.h:1629: error: `rw' undeclared (first use in this function) include/linux/fs.h:1629: error: `iocb' undeclared (first use in this function) include/linux/fs.h:1629: error: `inode' undeclared (first use in this function) include/linux/fs.h:1629: error: `bdev' undeclared (first use in this function) include/linux/fs.h:1629: error: `iov' undeclared (first use in this function) include/linux/fs.h:1629: error: `offset' undeclared (first use in this function) include/linux/fs.h:1630: error: `nr_segs' undeclared (first use in this function) include/linux/fs.h:1630: error: `get_blocks' undeclared (first use in this function) include/linux/fs.h:1630: error: `end_io' undeclared (first use in this function) include/linux/fs.h: At top level: include/linux/fs.h:1633: error: syntax error before "blockdev_direct_IO_no_locking" include/linux/fs.h:1635: error: syntax error before "loff_t" include/linux/fs.h:1637: warning: return type defaults to `int' include/linux/fs.h:1637: warning: function declaration isn't a prototype include/linux/fs.h: In function `blockdev_direct_IO_no_locking': include/linux/fs.h:1638: error: `rw' undeclared (first use in this function) include/linux/fs.h:1638: error: `iocb' undeclared (first use in this function) include/linux/fs.h:1638: error: `inode' undeclared (first use in this function) include/linux/fs.h:1638: error: `bdev' undeclared (first use in this function) include/linux/fs.h:1638: error: `iov' undeclared (first use in this function) include/linux/fs.h:1638: error: `offset' undeclared (first use in this function) include/linux/fs.h:1639: error: `nr_segs' undeclared (first use in this function) include/linux/fs.h:1639: error: `get_blocks' undeclared (first use in this function) include/linux/fs.h:1639: error: `end_io' undeclared (first use in this function) include/linux/fs.h: At top level: include/linux/fs.h:1642: error: syntax error before "blockdev_direct_IO_own_locking" include/linux/fs.h:1644: error: syntax error before "loff_t" include/linux/fs.h:1646: warning: return type defaults to `int' include/linux/fs.h:1646: warning: function declaration isn't a prototype include/linux/fs.h: In function `blockdev_direct_IO_own_locking': include/linux/fs.h:1647: error: `rw' undeclared (first use in this function) include/linux/fs.h:1647: error: `iocb' undeclared (first use in this function) include/linux/fs.h:1647: error: `inode' undeclared (first use in this function) include/linux/fs.h:1647: error: `bdev' undeclared (first use in this function) include/linux/fs.h:1647: error: `iov' undeclared (first use in this function) include/linux/fs.h:1647: error: `offset' undeclared (first use in this function) include/linux/fs.h:1648: error: `nr_segs' undeclared (first use in this function) include/linux/fs.h:1648: error: `get_blocks' undeclared (first use in this function) include/linux/fs.h:1648: error: `end_io' undeclared (first use in this function) include/linux/fs.h: At top level: include/linux/fs.h:1667: error: syntax error before "loff_t" include/linux/fs.h:1667: warning: function declaration isn't a prototype include/linux/fs.h:1668: error: syntax error before "loff_t" include/linux/fs.h:1668: warning: function declaration isn't a prototype include/linux/fs.h:1669: error: syntax error before "inode_get_bytes" include/linux/fs.h:1669: warning: type defaults to `int' in declaration of `inode_get_bytes' include/linux/fs.h:1669: warning: data definition has no type or storage class include/linux/fs.h:1670: error: syntax error before "loff_t" include/linux/fs.h:1670: warning: function declaration isn't a prototype include/linux/fs.h:1684: warning: parameter names (without types) in function declaration include/linux/fs.h:1689: error: syntax error before "dcache_dir_lseek" include/linux/fs.h:1689: error: syntax error before "loff_t" include/linux/fs.h:1689: warning: type defaults to `int' in declaration of `dcache_dir_lseek' include/linux/fs.h:1689: warning: function declaration isn't a prototype include/linux/fs.h:1689: warning: data definition has no type or storage class include/linux/fs.h:1706: error: syntax error before "generic_read_dir" include/linux/fs.h:1706: error: syntax error before "size_t" include/linux/fs.h:1706: warning: type defaults to `int' in declaration of `generic_read_dir' include/linux/fs.h:1706: warning: function declaration isn't a prototype include/linux/fs.h:1706: warning: data definition has no type or storage class include/linux/fs.h:1715: error: syntax error before "simple_read_from_buffer" include/linux/fs.h:1715: error: syntax error before "size_t" include/linux/fs.h:1715: warning: type defaults to `int' in declaration of `simple_read_from_buffer' include/linux/fs.h:1715: warning: function declaration isn't a prototype include/linux/fs.h:1715: warning: data definition has no type or storage class include/linux/fs.h:1728: error: syntax error before "parent_ino" include/linux/fs.h:1729: warning: return type defaults to `int' include/linux/fs.h: In function `parent_ino': include/linux/fs.h:1730: error: syntax error before "res" include/linux/fs.h:1732: error: dereferencing pointer to incomplete type include/linux/fs.h:1733: error: dereferencing pointer to incomplete type include/linux/fs.h:1734: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1748: error: syntax error before "ssize_t" include/linux/fs.h:1748: warning: no semicolon at end of struct or union include/linux/fs.h:1749: error: conflicting types for 'data' include/linux/hrtimer.h:68: error: previous declaration of 'data' was here include/linux/fs.h:1750: error: syntax error before '}' token include/linux/fs.h:1755: error: syntax error before "size_t" include/linux/fs.h:1755: warning: function declaration isn't a prototype include/linux/fs.h:1756: error: syntax error before "simple_transaction_read" include/linux/fs.h:1757: error: syntax error before "size_t" include/linux/fs.h:1757: warning: type defaults to `int' in declaration of `simple_transaction_read' include/linux/fs.h:1757: warning: function declaration isn't a prototype include/linux/fs.h:1757: warning: data definition has no type or storage class include/linux/fs.h:1760: error: syntax error before "size_t" include/linux/fs.h:1761: warning: function declaration isn't a prototype include/linux/fs.h: In function `simple_transaction_set': include/linux/fs.h:1762: error: `file' undeclared (first use in this function) include/linux/fs.h:1764: error: `n' undeclared (first use in this function) include/linux/fs.h:1764: error: `PAGE_SIZE' undeclared (first use in this function) include/linux/fs.h:1764: error: invalid application of `sizeof' to incomplete type `simple_transaction_argresp' include/linux/fs.h:1770: warning: implicit declaration of function `smp_mb' include/linux/fs.h:1771: error: dereferencing pointer to incomplete type include/linux/fs.h: At top level: include/linux/fs.h:1811: error: syntax error before "u64" include/linux/fs.h:1811: error: `simple_attr_open' declared as function returning a function include/linux/fs.h:1811: warning: function declaration isn't a prototype include/linux/fs.h:1811: error: syntax error before "void" include/linux/fs.h:1814: error: syntax error before "simple_attr_read" include/linux/fs.h:1815: error: syntax error before "size_t" include/linux/fs.h:1815: warning: type defaults to `int' in declaration of `simple_attr_read' include/linux/fs.h:1815: warning: function declaration isn't a prototype include/linux/fs.h:1815: warning: data definition has no type or storage class include/linux/fs.h:1816: error: syntax error before "simple_attr_write" include/linux/fs.h:1817: error: syntax error before "size_t" include/linux/fs.h:1817: warning: type defaults to `int' in declaration of `simple_attr_write' include/linux/fs.h:1817: warning: function declaration isn't a prototype include/linux/fs.h:1817: warning: data definition has no type or storage class In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/mm.h:38:25: asm/pgtable.h: No such file or directory In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/mm.h:68: error: syntax error before "pgprot_t" include/linux/mm.h:68: warning: no semicolon at end of struct or union include/linux/mm.h:109: error: syntax error before "vm_usage" include/linux/mm.h:109: warning: type defaults to `int' in declaration of `vm_usage' include/linux/mm.h:109: warning: data definition has no type or storage class include/linux/mm.h:190: error: syntax error before "protection_map" include/linux/mm.h:190: warning: type defaults to `int' in declaration of `protection_map' include/linux/mm.h:190: warning: data definition has no type or storage class include/linux/mm.h:202: error: syntax error before "pgprot_t" include/linux/mm.h:202: warning: function declaration isn't a prototype include/linux/mm.h:222: error: syntax error before "atomic_t" include/linux/mm.h:222: warning: no semicolon at end of struct or union include/linux/mm.h:223: warning: type defaults to `int' in declaration of `_mapcount' include/linux/mm.h:223: warning: data definition has no type or storage class include/linux/mm.h:244:16: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined include/linux/mm.h:247: warning: unnamed struct/union that defines no instances include/linux/mm.h:266: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:39: include/linux/mm.h: In function `page_count': include/linux/mm.h:322: error: dereferencing pointer to incomplete type include/linux/mm.h:323: error: dereferencing pointer to incomplete type include/linux/mm.h:324: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `get_page': include/linux/mm.h:329: error: dereferencing pointer to incomplete type include/linux/mm.h:330: error: dereferencing pointer to incomplete type include/linux/mm.h:331: error: dereferencing pointer to incomplete type include/linux/mm.h:412:47: warning: "FLAGS_RESERVED" is not defined include/linux/mm.h:450:46: warning: "FLAGS_RESERVED" is not defined include/linux/mm.h:451:2: #error SECTIONS_WIDTH+NODES_WIDTH+ZONES_WIDTH > FLAGS_RESERVED include/linux/mm.h: In function `page_zonenum': include/linux/mm.h:461: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `page_zone': include/linux/mm.h:469: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `page_to_nid': include/linux/mm.h:476: error: dereferencing pointer to incomplete type include/linux/mm.h:478: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `page_to_section': include/linux/mm.h:482: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `set_page_zone': include/linux/mm.h:487: error: dereferencing pointer to incomplete type include/linux/mm.h:488: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `set_page_node': include/linux/mm.h:492: error: dereferencing pointer to incomplete type include/linux/mm.h:493: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `set_page_section': include/linux/mm.h:497: error: dereferencing pointer to incomplete type include/linux/mm.h:498: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `lowmem_page_address': include/linux/mm.h:516: warning: implicit declaration of function `__va' include/linux/mm.h:516: warning: implicit declaration of function `page_to_pfn' include/linux/mm.h:516: error: `PAGE_SHIFT' undeclared (first use in this function) include/linux/mm.h:516: warning: return makes pointer from integer without a cast include/linux/mm.h: In function `page_mapping': include/linux/mm.h:558: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `PageAnon': include/linux/mm.h:569: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `page_index': include/linux/mm.h:579: error: dereferencing pointer to incomplete type include/linux/mm.h:580: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `reset_page_mapcount': include/linux/mm.h:590: warning: implicit declaration of function `atomic_set' include/linux/mm.h:590: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `page_mapcount': include/linux/mm.h:595: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `page_mapped': include/linux/mm.h:603: error: dereferencing pointer to incomplete type include/linux/mm.h: At top level: include/linux/mm.h:660: error: syntax error before "loff_t" include/linux/mm.h:660: warning: function declaration isn't a prototype include/linux/mm.h: In function `can_do_mlock': include/linux/mm.h:677: error: `current' undeclared (first use in this function) include/linux/mm.h:677: error: `RLIMIT_MEMLOCK' undeclared (first use in this function) include/linux/mm.h: At top level: include/linux/mm.h:681: error: syntax error before "struct" include/linux/mm.h:681: warning: function declaration isn't a prototype include/linux/mm.h:682: error: syntax error before "struct" include/linux/mm.h:682: warning: function declaration isn't a prototype include/linux/mm.h:696: error: syntax error before "pte_t" include/linux/mm.h:696: warning: function declaration isn't a prototype include/linux/mm.h:710: error: syntax error before "pgprot_t" include/linux/mm.h:710: warning: function declaration isn't a prototype include/linux/mm.h:712: error: syntax error before "loff_t" include/linux/mm.h:712: warning: function declaration isn't a prototype include/linux/mm.h:715: error: syntax error before "loff_t" include/linux/mm.h:716: warning: function declaration isn't a prototype include/linux/mm.h: In function `unmap_shared_mapping_range': include/linux/mm.h:717: error: `mapping' undeclared (first use in this function) include/linux/mm.h:717: error: `holebegin' undeclared (first use in this function) include/linux/mm.h:717: error: `holelen' undeclared (first use in this function) include/linux/mm.h: At top level: include/linux/mm.h:720: error: syntax error before "loff_t" include/linux/mm.h:720: warning: function declaration isn't a prototype include/linux/mm.h:721: error: syntax error before "loff_t" include/linux/mm.h:721: warning: function declaration isn't a prototype include/linux/mm.h:722: error: syntax error before "pgprot_t" include/linux/mm.h:722: warning: function declaration isn't a prototype include/linux/mm.h:723: error: syntax error before "pgprot_t" include/linux/mm.h:723: warning: function declaration isn't a prototype include/linux/mm.h:753: error: syntax error before "pte_t" include/linux/mm.h:753: warning: function declaration isn't a prototype include/linux/mm.h:790: error: syntax error before '*' token include/linux/mm.h:790: warning: type defaults to `int' in declaration of `get_locked_pte' include/linux/mm.h:790: warning: data definition has no type or storage class include/linux/mm.h:792: error: syntax error before "pgd_t" include/linux/mm.h:792: warning: function declaration isn't a prototype include/linux/mm.h:793: error: syntax error before "pud_t" include/linux/mm.h:793: warning: function declaration isn't a prototype include/linux/mm.h:794: error: syntax error before "pmd_t" include/linux/mm.h:794: warning: function declaration isn't a prototype include/linux/mm.h:795: error: syntax error before '*' token include/linux/mm.h:795: warning: function declaration isn't a prototype include/linux/mm.h:815:16: warning: "CONFIG_SPLIT_PTLOCK_CPUS" is not defined include/linux/mm.h: In function `vma_nonlinear_insert': include/linux/mm.h:894: error: dereferencing pointer to incomplete type include/linux/mm.h:895: error: dereferencing pointer to incomplete type include/linux/mm.h: At top level: include/linux/mm.h:918: error: 'get_unmapped_area' redeclared as different kind of symbol include/linux/fs.h:1023: error: previous declaration of 'get_unmapped_area' was here include/linux/mm.h: In function `do_mmap': include/linux/mm.h:928: error: `EINVAL' undeclared (first use in this function) include/linux/mm.h:929: warning: implicit declaration of function `PAGE_ALIGN' include/linux/mm.h:931: error: `PAGE_MASK' undeclared (first use in this function) include/linux/mm.h:932: error: `PAGE_SHIFT' undeclared (first use in this function) include/linux/mm.h: At top level: include/linux/mm.h:937: error: syntax error before "size_t" include/linux/mm.h:937: warning: function declaration isn't a prototype include/linux/mm.h:943: error: syntax error before "loff_t" include/linux/mm.h:943: warning: function declaration isn't a prototype include/linux/mm.h:945: error: syntax error before "loff_t" include/linux/mm.h:945: warning: function declaration isn't a prototype include/linux/mm.h:950: error: syntax error before "pgprot_t" include/linux/mm.h:950: warning: function declaration isn't a prototype include/linux/mm.h: In function `find_vma_intersection': include/linux/mm.h:991: error: dereferencing pointer to incomplete type include/linux/mm.h: In function `vma_pages': include/linux/mm.h:998: error: dereferencing pointer to incomplete type include/linux/mm.h:998: error: dereferencing pointer to incomplete type include/linux/mm.h:998: error: `PAGE_SHIFT' undeclared (first use in this function) include/linux/mm.h: At top level: include/linux/mm.h:1005: error: syntax error before "pgprot_t" include/linux/mm.h:1005: warning: function declaration isn't a prototype include/linux/mm.h:1047: error: syntax error before "size_t" include/linux/mm.h:1047: warning: function declaration isn't a prototype In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:40: include/linux/mman.h:8:22: asm/mman.h: No such file or directory In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:40: include/linux/mman.h:18: error: syntax error before "vm_committed_space" include/linux/mman.h:18: warning: type defaults to `int' in declaration of `vm_committed_space' include/linux/mman.h:18: warning: data definition has no type or storage class include/linux/mman.h: In function `vm_acct_memory': include/linux/mman.h:25: warning: implicit declaration of function `atomic_add' include/linux/mman.h: In function `calc_vm_prot_bits': include/linux/mman.h:50: error: `PROT_READ' undeclared (first use in this function) include/linux/mman.h:51: error: `PROT_WRITE' undeclared (first use in this function) include/linux/mman.h:52: error: `PROT_EXEC' undeclared (first use in this function) include/linux/mman.h: In function `calc_vm_flag_bits': include/linux/mman.h:61: error: `MAP_GROWSDOWN' undeclared (first use in this function) include/linux/mman.h:62: error: `MAP_DENYWRITE' undeclared (first use in this function) include/linux/mman.h:63: error: `MAP_EXECUTABLE' undeclared (first use in this function) include/linux/mman.h:64: error: `MAP_LOCKED' undeclared (first use in this function) In file included from include/linux/pagemap.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:42: include/linux/highmem.h:8:28: asm/cacheflush.h: No such file or directory In file included from include/linux/pagemap.h:10, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:42: include/linux/highmem.h: In function `clear_user_highpage': include/linux/highmem.h:40: warning: implicit declaration of function `clear_user_page' include/linux/highmem.h: In function `clear_highpage': include/linux/highmem.h:62: warning: implicit declaration of function `clear_page' include/linux/highmem.h: In function `memclear_highpage_flush': include/linux/highmem.h:73: error: `PAGE_SIZE' undeclared (first use in this function) include/linux/highmem.h:77: warning: implicit declaration of function `flush_dcache_page' include/linux/highmem.h: In function `copy_user_highpage': include/linux/highmem.h:87: warning: implicit declaration of function `copy_user_page' include/linux/highmem.h: In function `copy_highpage': include/linux/highmem.h:100: warning: implicit declaration of function `copy_page' In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:42: include/linux/pagemap.h:12:25: asm/uaccess.h: No such file or directory In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:42: include/linux/pagemap.h: At top level: include/linux/pagemap.h:102: error: syntax error before "nr_pagecache" include/linux/pagemap.h:102: warning: type defaults to `int' in declaration of `nr_pagecache' include/linux/pagemap.h:102: warning: data definition has no type or storage class include/linux/pagemap.h:150: error: syntax error before "page_offset" include/linux/pagemap.h:151: warning: return type defaults to `int' include/linux/pagemap.h: In function `page_offset': include/linux/pagemap.h:152: error: syntax error before "page" include/linux/pagemap.h:152: error: `PAGE_SHIFT' undeclared (first use in this function) include/linux/pagemap.h: In function `linear_page_index': include/linux/pagemap.h:158: error: dereferencing pointer to incomplete type include/linux/pagemap.h:158: error: `PAGE_SHIFT' undeclared (first use in this function) include/linux/pagemap.h:159: error: dereferencing pointer to incomplete type include/linux/pagemap.h: In function `lock_page': include/linux/pagemap.h:169: error: dereferencing pointer to incomplete type include/linux/pagemap.h: In function `wait_on_page_locked': include/linux/pagemap.h:188: error: dereferencing pointer to incomplete type include/linux/pagemap.h: In function `wait_on_page_writeback': include/linux/pagemap.h:197: error: dereferencing pointer to incomplete type include/linux/pagemap.h: In function `fault_in_pages_writeable': include/linux/pagemap.h:217: warning: implicit declaration of function `__put_user' include/linux/pagemap.h:225: error: `PAGE_MASK' undeclared (first use in this function) include/linux/pagemap.h: In function `fault_in_pages_readable': include/linux/pagemap.h:237: warning: implicit declaration of function `__get_user' include/linux/pagemap.h:241: error: `PAGE_MASK' undeclared (first use in this function) In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:43: include/linux/bootmem.h:8:21: asm/dma.h: No such file or directory In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:45: include/linux/vmalloc.h: At top level: include/linux/vmalloc.h:38: error: syntax error before "pgprot_t" include/linux/vmalloc.h:38: warning: function declaration isn't a prototype include/linux/vmalloc.h:40: error: syntax error before "pgprot_t" include/linux/vmalloc.h:40: warning: function declaration isn't a prototype include/linux/vmalloc.h:42: error: syntax error before "pgprot_t" include/linux/vmalloc.h:42: warning: function declaration isn't a prototype include/linux/vmalloc.h:46: error: syntax error before "pgprot_t" include/linux/vmalloc.h:46: warning: function declaration isn't a prototype include/linux/vmalloc.h:59: error: syntax error before "pgprot_t" include/linux/vmalloc.h:60: warning: function declaration isn't a prototype In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xen_proc.h:5, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:47: include/linux/proc_fs.h:44: error: syntax error before "off_t" include/linux/proc_fs.h:45: warning: function declaration isn't a prototype include/linux/proc_fs.h:48: error: syntax error before "off_t" include/linux/proc_fs.h:48: warning: function declaration isn't a prototype include/linux/proc_fs.h:54: error: syntax error before "mode_t" include/linux/proc_fs.h:54: warning: no semicolon at end of struct or union include/linux/proc_fs.h:55: warning: type defaults to `int' in declaration of `nlink' include/linux/proc_fs.h:55: error: conflicting types for 'nlink' include/linux/stat.h:63: error: previous declaration of 'nlink' was here include/linux/proc_fs.h:55: warning: data definition has no type or storage class include/linux/proc_fs.h:56: error: syntax error before "uid" include/linux/proc_fs.h:56: warning: type defaults to `int' in declaration of `uid' include/linux/proc_fs.h:56: warning: data definition has no type or storage class include/linux/proc_fs.h:57: error: syntax error before "gid" include/linux/proc_fs.h:57: warning: type defaults to `int' in declaration of `gid' include/linux/proc_fs.h:57: warning: data definition has no type or storage class include/linux/proc_fs.h:58: error: conflicting types for 'size' include/linux/stat.h:67: error: previous declaration of 'size' was here include/linux/proc_fs.h:62: error: conflicting types for 'owner' include/linux/nfs_fs_i.h:16: error: previous declaration of 'owner' was here include/linux/proc_fs.h:63: error: conflicting types for 'next' include/linux/aio.h:178: error: previous declaration of 'next' was here include/linux/proc_fs.h:63: error: conflicting types for 'parent' include/linux/sched.h:749: error: previous declaration of 'parent' was here include/linux/proc_fs.h:64: error: conflicting types for 'data' include/linux/fs.h:1749: error: previous declaration of 'data' was here include/linux/proc_fs.h:64: error: conflicting types for 'data' include/linux/fs.h:1749: error: previous declaration of 'data' was here include/linux/proc_fs.h:67: error: syntax error before "count" include/linux/proc_fs.h:67: warning: type defaults to `int' in declaration of `count' include/linux/proc_fs.h:67: warning: data definition has no type or storage class include/linux/proc_fs.h:70: error: syntax error before '}' token include/linux/proc_fs.h:75: error: syntax error before "size_t" include/linux/proc_fs.h:75: warning: no semicolon at end of struct or union include/linux/proc_fs.h:82: error: syntax error before "loff_t" include/linux/proc_fs.h:82: warning: no semicolon at end of struct or union include/linux/proc_fs.h:216: error: syntax error before "mode_t" include/linux/proc_fs.h:216: warning: function declaration isn't a prototype include/linux/proc_fs.h:226: error: syntax error before "mode_t" include/linux/proc_fs.h:227: warning: function declaration isn't a prototype include/linux/proc_fs.h:229: error: syntax error before "mode_t" include/linux/proc_fs.h:230: warning: function declaration isn't a prototype include/linux/proc_fs.h:241: error: syntax error before "size_t" include/linux/proc_fs.h:242: warning: function declaration isn't a prototype include/linux/proc_fs.h:256: error: field `vfs_inode' has incomplete type include/linux/proc_fs.h: In function `PROC_I': include/linux/proc_fs.h:261: warning: type defaults to `int' in declaration of `__mptr' include/linux/proc_fs.h:261: warning: initialization from incompatible pointer type In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:47: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xen_proc.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xen_proc.h:8: error: syntax error before "mode_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xen_proc.h:8: warning: function declaration isn't a prototype In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:38:27: linux/version.h: No such file or directory In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:49, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:33, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:40, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:138: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:138: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:154: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:154: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:155: warning: type defaults to `int' in declaration of `r14' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:155: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:156: error: syntax error before "r13" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:156: warning: type defaults to `int' in declaration of `r13' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:156: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:157: error: syntax error before "r12" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:157: warning: type defaults to `int' in declaration of `r12' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:157: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:158: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:158: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:158: warning: type defaults to `int' in declaration of `_ebp' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:158: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:159: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:159: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:159: warning: type defaults to `int' in declaration of `_ebx' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:159: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:160: error: syntax error before "r11" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:160: warning: type defaults to `int' in declaration of `r11' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:160: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:161: error: syntax error before "r10" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:161: warning: type defaults to `int' in declaration of `r10' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:161: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:162: error: syntax error before "r9" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:162: warning: type defaults to `int' in declaration of `r9' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:162: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:163: error: syntax error before "r8" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:163: warning: type defaults to `int' in declaration of `r8' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:163: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:164: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:164: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:164: warning: type defaults to `int' in declaration of `_eax' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:164: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:165: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:165: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:165: warning: type defaults to `int' in declaration of `_ecx' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:165: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:166: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:166: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:166: warning: type defaults to `int' in declaration of `_edx' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:166: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:167: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:167: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:167: warning: type defaults to `int' in declaration of `_esi' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:167: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:168: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:168: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:168: warning: type defaults to `int' in declaration of `_edi' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:168: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:169: error: syntax error before "error_code" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:169: warning: type defaults to `int' in declaration of `error_code' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:169: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:170: error: syntax error before "entry_vector" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:170: warning: type defaults to `int' in declaration of `entry_vector' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:170: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:171: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:171: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:171: warning: type defaults to `int' in declaration of `_eip' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:171: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:172: error: syntax error before "cs" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:172: warning: type defaults to `int' in declaration of `cs' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:172: warning: type defaults to `int' in declaration of `_pad0' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:172: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:173: error: syntax error before "saved_upcall_mask" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:173: warning: type defaults to `int' in declaration of `saved_upcall_mask' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:173: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:174: error: syntax error before "_pad1" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:174: warning: type defaults to `int' in declaration of `_pad1' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:174: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:175: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:175: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:175: warning: type defaults to `int' in declaration of `_eflags' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:175: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:176: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:176: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:176: warning: type defaults to `int' in declaration of `_esp' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:176: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:177: error: syntax error before "ss" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:177: warning: type defaults to `int' in declaration of `ss' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:177: warning: type defaults to `int' in declaration of `_pad2' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:177: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:178: error: syntax error before "es" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:178: warning: type defaults to `int' in declaration of `es' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:178: warning: type defaults to `int' in declaration of `_pad3' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:178: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:179: error: syntax error before "ds" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:179: warning: type defaults to `int' in declaration of `ds' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:179: warning: type defaults to `int' in declaration of `_pad4' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:179: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:180: error: syntax error before "fs" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:180: warning: type defaults to `int' in declaration of `fs' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:180: error: conflicting types for 'fs' include/linux/sched.h:800: error: previous declaration of 'fs' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:180: warning: type defaults to `int' in declaration of `_pad5' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:180: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:181: error: syntax error before "gs" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:181: warning: type defaults to `int' in declaration of `gs' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:181: warning: type defaults to `int' in declaration of `_pad6' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:181: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen-x86_64.h:182: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:33, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:40, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:102: error: syntax error before "uint8_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:102: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:103: warning: type defaults to `int' in declaration of `flags' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:103: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:104: error: syntax error before "cs" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:104: warning: type defaults to `int' in declaration of `cs' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:104: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:106: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:110: error: syntax error before "tsc_timestamp_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:110: warning: type defaults to `int' in declaration of `tsc_timestamp_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:110: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:132: error: field `user_regs' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:133: error: field `trap_ctxt' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:163: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:163: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:164: warning: type defaults to `int' in declaration of `gs_base_kernel' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:164: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:165: error: syntax error before "gs_base_user" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:165: warning: type defaults to `int' in declaration of `gs_base_user' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:165: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:176: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/arch-x86/xen.h:176: warning: no semicolon at end of struct or union In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:40, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:298: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:298: warning: type defaults to `int' in declaration of `domid_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:298: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:330: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:330: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:331: warning: type defaults to `int' in declaration of `val' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:331: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:363: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:363: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:364: warning: type defaults to `int' in declaration of `pad0' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:364: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:365: error: syntax error before "tsc_timestamp" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:365: warning: type defaults to `int' in declaration of `tsc_timestamp' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:365: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:366: error: syntax error before "system_time" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:366: warning: type defaults to `int' in declaration of `system_time' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:366: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:374: error: syntax error before "tsc_to_system_mul" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:374: warning: type defaults to `int' in declaration of `tsc_to_system_mul' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:374: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:375: error: syntax error before "tsc_shift" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:375: warning: type defaults to `int' in declaration of `tsc_shift' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:375: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:376: error: syntax error before "pad1" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:376: warning: type defaults to `int' in declaration of `pad1' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:376: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:377: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:406: error: syntax error before "uint8_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:406: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:407: warning: type defaults to `int' in declaration of `evtchn_upcall_mask' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:407: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:411: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:425: error: field `vcpu_info' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:465: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:465: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:466: warning: type defaults to `int' in declaration of `wc_sec' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:466: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:467: error: syntax error before "wc_nsec" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:467: warning: type defaults to `int' in declaration of `wc_nsec' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:467: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:469: error: conflicting types for 'arch' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:409: error: previous declaration of 'arch' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:471: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:505: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:505: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:507: error: syntax error before "store_evtchn" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:507: warning: type defaults to `int' in declaration of `store_evtchn' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:507: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:511: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:511: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:511: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:512: warning: type defaults to `int' in declaration of `domU' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:512: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:514: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:514: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:515: warning: type defaults to `int' in declaration of `info_size' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:515: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:516: warning: type defaults to `int' in declaration of `dom0' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:516: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:517: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:517: warning: type defaults to `int' in declaration of `console' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:517: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:524: error: syntax error before "cmd_line" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:524: warning: type defaults to `int' in declaration of `cmd_line' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:524: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:525: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:539: error: syntax error before "uint8_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:539: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:546: error: syntax error before "uint16_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:546: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:546: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:548: warning: type defaults to `int' in declaration of `cursor_x' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:548: warning: type defaults to `int' in declaration of `cursor_y' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:548: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:550: error: syntax error before "rows" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:550: warning: type defaults to `int' in declaration of `rows' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:550: warning: type defaults to `int' in declaration of `columns' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:550: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:551: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:551: warning: type defaults to `int' in declaration of `text_mode_3' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:551: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:555: error: syntax error before "uint16_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:555: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:557: warning: type defaults to `int' in declaration of `bytes_per_line' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:557: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:559: error: syntax error before "bits_per_pixel" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:559: warning: type defaults to `int' in declaration of `bits_per_pixel' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:559: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:561: error: syntax error before "lfb_base" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:561: warning: type defaults to `int' in declaration of `lfb_base' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:561: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:562: error: syntax error before "lfb_size" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:562: warning: type defaults to `int' in declaration of `lfb_size' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:562: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:564: error: syntax error before "red_pos" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:564: warning: type defaults to `int' in declaration of `red_pos' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:564: warning: type defaults to `int' in declaration of `red_size' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:564: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:565: error: syntax error before "green_pos" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:565: warning: type defaults to `int' in declaration of `green_pos' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:565: warning: type defaults to `int' in declaration of `green_size' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:565: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:566: error: syntax error before "blue_pos" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:566: warning: type defaults to `int' in declaration of `blue_pos' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:566: warning: type defaults to `int' in declaration of `blue_size' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:566: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:567: error: syntax error before "rsvd_pos" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:567: warning: type defaults to `int' in declaration of `rsvd_pos' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:567: warning: type defaults to `int' in declaration of `rsvd_size' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:567: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:568: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:568: warning: type defaults to `int' in declaration of `vesa_lfb' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:568: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:569: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:569: warning: type defaults to `int' in declaration of `u' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:569: error: conflicting types for 'u' include/linux/fs.h:524: error: previous declaration of 'u' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:569: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:570: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:570: warning: type defaults to `int' in declaration of `dom0_vga_console_info_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:570: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:572: error: syntax error before "xen_domain_handle_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:572: warning: type defaults to `int' in declaration of `xen_domain_handle_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:572: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:578: error: syntax error before "uint8_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:578: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:578: warning: type defaults to `int' in declaration of `__guest_handle_uint8_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:578: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:579: error: syntax error before "uint16_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:579: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:579: warning: type defaults to `int' in declaration of `__guest_handle_uint16_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:579: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:580: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:580: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:580: warning: type defaults to `int' in declaration of `__guest_handle_uint32_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:580: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:581: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:581: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:581: warning: type defaults to `int' in declaration of `__guest_handle_uint64_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:581: warning: data definition has no type or storage class In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:41, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:41: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:41: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:42: warning: type defaults to `int' in declaration of `nsecs' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:42: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:43: error: syntax error before "system_time" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:43: warning: type defaults to `int' in declaration of `system_time' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:43: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:59: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:59: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:60: warning: type defaults to `int' in declaration of `type' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:60: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:62: error: syntax error before "handle" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:62: warning: type defaults to `int' in declaration of `handle' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:62: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:63: error: syntax error before "reg" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:63: warning: type defaults to `int' in declaration of `reg' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:63: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:78: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:78: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:79: warning: type defaults to `int' in declaration of `reg' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:79: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:88: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:88: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:91: error: syntax error before "nr_mfns" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:91: warning: type defaults to `int' in declaration of `nr_mfns' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:91: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:92: error: syntax error before "type" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:92: warning: type defaults to `int' in declaration of `type' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:92: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:101: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:101: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:112: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:112: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:118: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:118: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:119: warning: type defaults to `int' in declaration of `interface_version' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:119: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:121: error: field `settime' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:122: error: field `add_memtype' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:123: error: field `del_memtype' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:124: error: field `read_memtype' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:125: error: field `microcode' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:126: error: field `platform_quirk' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:127: error: syntax error before "uint8_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:127: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:128: warning: type defaults to `int' in declaration of `u' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:128: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/platform.h:129: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:42, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:37: error: syntax error before "evtchn_port_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:37: warning: type defaults to `int' in declaration of `evtchn_port_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:37: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:38: error: syntax error before "evtchn_port_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:38: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:38: warning: type defaults to `int' in declaration of `__guest_handle_evtchn_port_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:38: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:51: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:51: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:53: warning: type defaults to `int' in declaration of `port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:53: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:69: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:69: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:70: warning: type defaults to `int' in declaration of `remote_port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:70: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:72: error: syntax error before "local_port" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:72: warning: type defaults to `int' in declaration of `local_port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:72: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:91: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:91: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:92: warning: type defaults to `int' in declaration of `vcpu' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:92: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:94: error: syntax error before "port" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:94: warning: type defaults to `int' in declaration of `port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:94: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:107: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:107: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:109: warning: type defaults to `int' in declaration of `flags' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:109: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:111: error: syntax error before "port" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:111: warning: type defaults to `int' in declaration of `port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:111: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:123: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:123: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:125: warning: type defaults to `int' in declaration of `port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:125: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:137: error: syntax error before "evtchn_port_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:137: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:148: error: syntax error before "evtchn_port_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:148: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:163: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:163: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:164: warning: type defaults to `int' in declaration of `port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:164: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:172: error: syntax error before "status" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:172: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:172: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:173: error: syntax error before "vcpu" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:173: warning: type defaults to `int' in declaration of `vcpu' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:173: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:176: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:176: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:176: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:177: warning: type defaults to `int' in declaration of `unbound' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:177: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:179: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:179: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:180: warning: type defaults to `int' in declaration of `port' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:180: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:181: warning: type defaults to `int' in declaration of `interdomain' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:181: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:182: error: syntax error before "pirq" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:182: warning: type defaults to `int' in declaration of `pirq' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:182: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:183: error: syntax error before "virq" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:183: warning: type defaults to `int' in declaration of `virq' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:183: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:184: warning: type defaults to `int' in declaration of `u' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:184: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:185: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:203: error: syntax error before "evtchn_port_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:203: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:204: warning: type defaults to `int' in declaration of `vcpu' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:204: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:215: error: syntax error before "evtchn_port_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:215: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:228: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:228: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:237: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:237: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:239: error: field `alloc_unbound' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:240: error: field `bind_interdomain' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:241: error: field `bind_virq' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:242: error: field `bind_pirq' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:243: error: field `bind_ipi' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:244: error: field `close' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:245: error: field `send' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:246: error: field `status' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:247: error: field `bind_vcpu' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:248: error: field `unmask' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:249: error: conflicting types for 'u' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:184: error: previous declaration of 'u' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:249: error: conflicting types for 'u' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:184: error: previous declaration of 'u' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:250: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:43, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:38: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:38: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:50: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:50: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:52: warning: type defaults to `int' in declaration of `flags' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:52: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:72: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:72: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:84: error: syntax error before "__guest_handle_uint8_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:84: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:85: warning: type defaults to `int' in declaration of `nr_ports' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:85: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:99: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:99: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:101: warning: type defaults to `int' in declaration of `value' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:101: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:114: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:114: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:116: warning: type defaults to `int' in declaration of `vector' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:116: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:126: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:126: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:128: error: field `irq_status_query' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:129: error: field `set_iopl' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:130: error: field `set_iobitmap' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:131: error: field `apic_op' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:132: error: field `irq_op' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:133: error: conflicting types for 'u' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:249: error: previous declaration of 'u' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:133: error: conflicting types for 'u' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:184: error: previous declaration of 'u' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:134: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:44, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:80: error: syntax error before "__guest_handle_evtchn_port_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:80: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:81: error: conflicting types for 'nr_ports' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:85: error: previous declaration of 'nr_ports' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:82: error: syntax error before "timeout" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:82: warning: type defaults to `int' in declaration of `timeout' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:82: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:95: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:95: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/sched.h:97: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:99: error: syntax error before '*' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:99: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:100: error: syntax error before '*' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:100: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:101: error: syntax error before '*' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:101: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:102: error: syntax error before '*' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:102: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:123: error: syntax error before "jiffies_to_st" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:123: warning: type defaults to `int' in declaration of `jiffies_to_st' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:123: warning: data definition has no type or storage class In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/hypercall.h:4, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:131, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:143: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:144: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: In function `HYPERVISOR_mmu_update': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:145: error: `req' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:145: error: `success_count' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:145: error: `domid' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:150: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:151: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: In function `HYPERVISOR_mmuext_op': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:152: error: `op' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:152: error: `success_count' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:152: error: `domid' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:201: error: syntax error before "timeout" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:202: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: In function `HYPERVISOR_platform_op': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:210: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:251: error: syntax error before "pte_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:252: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: In function `HYPERVISOR_update_va_mapping': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:253: error: `va' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:253: error: `new_val' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:324: error: syntax error before "pte_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:325: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h: In function `HYPERVISOR_update_va_mapping_otherdomain': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:326: error: `va' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:326: error: `new_val' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypercall.h:326: error: `domid' undeclared (first use in this function) In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/hypervisor.h:2, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:48: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:191: error: syntax error before '*' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:192: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h: In function `HYPERVISOR_poll': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:194: error: variable `sched_poll' has initializer but incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:195: error: unknown field `nr_ports' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:195: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:195: warning: (near initialization for `sched_poll') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:196: error: unknown field `timeout' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:197: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:197: warning: (near initialization for `sched_poll') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:194: error: storage size of 'sched_poll' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:198: error: `ports' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:194: warning: unused variable `sched_poll' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:212: error: syntax error before "pte_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:213: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h: In function `MULTI_update_va_mapping': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:214: error: `mcl' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:215: error: `va' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:222: error: `new_val' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:241: error: syntax error before "pte_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:242: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h: In function `MULTI_update_va_mapping_otherdomain': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:243: error: `mcl' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:244: error: `va' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:251: error: `new_val' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm-i386/mach-xen/asm/hypervisor.h:255: error: `domid' undeclared (first use in this function) In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:50: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:68: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:68: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:86: error: field `in' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:98: error: field `out' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:188: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:188: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:200: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:211: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:211: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:223: error: conflicting types for 'mfn_list' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:521: error: previous declaration of 'mfn_list' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:224: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:265: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:265: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/memory.h:267: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/features.h:12, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/maddr.h:4, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:51: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/version.h:68: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/version.h:68: warning: no semicolon at end of struct or union In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/asm/maddr.h:4, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:51: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/features.h:16: error: syntax error before "xen_features" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/features.h:16: warning: type defaults to `int' in declaration of `xen_features' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/features.h:16: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:53:25: asm/pgalloc.h: No such file or directory /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:56:21: asm/tlb.h: No such file or directory In file included from include/linux/device.h:17, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:37, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:59: include/linux/klist.h:35: error: field `n_ref' has incomplete type In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:37, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:59: include/linux/device.h:83: error: field `attr' has incomplete type include/linux/device.h:84: error: syntax error before "ssize_t" include/linux/device.h:84: warning: no semicolon at end of struct or union include/linux/device.h:85: error: syntax error before '*' token include/linux/device.h:85: error: syntax error before "size_t" include/linux/device.h:85: warning: type defaults to `int' in declaration of `ssize_t' include/linux/device.h:85: warning: function declaration isn't a prototype include/linux/device.h:85: error: `ssize_t' declared as function returning a function include/linux/device.h:85: warning: function declaration isn't a prototype include/linux/device.h:85: warning: data definition has no type or storage class include/linux/device.h:124: error: field `attr' has incomplete type include/linux/device.h:125: error: syntax error before "ssize_t" include/linux/device.h:125: warning: no semicolon at end of struct or union include/linux/device.h:126: error: syntax error before '*' token include/linux/device.h:126: error: syntax error before "size_t" include/linux/device.h:126: warning: type defaults to `int' in declaration of `ssize_t' include/linux/device.h:126: warning: function declaration isn't a prototype include/linux/device.h:126: error: `ssize_t' declared as function returning a function include/linux/device.h:126: warning: function declaration isn't a prototype include/linux/device.h:126: warning: data definition has no type or storage class include/linux/device.h:152: error: field `sem' has incomplete type include/linux/device.h:172: error: field `attr' has incomplete type include/linux/device.h:173: error: syntax error before "ssize_t" include/linux/device.h:173: warning: no semicolon at end of struct or union include/linux/device.h:174: error: syntax error before '*' token include/linux/device.h:174: error: syntax error before "size_t" include/linux/device.h:174: warning: type defaults to `int' in declaration of `ssize_t' include/linux/device.h:174: warning: function declaration isn't a prototype include/linux/device.h:174: error: `ssize_t' declared as function returning a function include/linux/device.h:174: warning: function declaration isn't a prototype include/linux/device.h:174: warning: data definition has no type or storage class include/linux/device.h:184: error: field `attr' has incomplete type include/linux/device.h:185: error: syntax error before "ssize_t" include/linux/device.h:185: warning: no semicolon at end of struct or union include/linux/device.h:186: error: syntax error before '*' token include/linux/device.h:186: error: syntax error before "size_t" include/linux/device.h:186: warning: type defaults to `int' in declaration of `ssize_t' include/linux/device.h:186: warning: function declaration isn't a prototype include/linux/device.h:186: error: `ssize_t' declared as function returning a function include/linux/device.h:186: warning: function declaration isn't a prototype include/linux/device.h:186: warning: data definition has no type or storage class include/linux/device.h:225: error: syntax error before "dev_t" include/linux/device.h:225: warning: no semicolon at end of struct or union include/linux/device.h:230: error: conflicting types for 'parent' include/linux/proc_fs.h:63: error: previous declaration of 'parent' was here include/linux/device.h:230: error: conflicting types for 'parent' include/linux/proc_fs.h:63: error: previous declaration of 'parent' was here include/linux/device.h:232: error: conflicting types for 'release' include/linux/fs.h:1014: error: previous declaration of 'release' was here include/linux/device.h:236: error: syntax error before '}' token include/linux/device.h: In function `class_get_devdata': include/linux/device.h:241: error: dereferencing pointer to incomplete type include/linux/device.h: In function `class_set_devdata': include/linux/device.h:247: error: dereferencing pointer to incomplete type include/linux/device.h: At top level: include/linux/device.h:284: error: syntax error before "dev_t" include/linux/device.h:287: warning: function declaration isn't a prototype include/linux/device.h:288: error: syntax error before "dev_t" include/linux/device.h:288: warning: function declaration isn't a prototype include/linux/device.h:293: error: field `attr' has incomplete type include/linux/device.h:294: error: syntax error before "ssize_t" include/linux/device.h:294: warning: no semicolon at end of struct or union include/linux/device.h:296: error: syntax error before '*' token include/linux/device.h:297: error: syntax error before "size_t" include/linux/device.h:297: warning: type defaults to `int' in declaration of `ssize_t' include/linux/device.h:297: warning: function declaration isn't a prototype include/linux/device.h:297: error: `ssize_t' declared as function returning a function include/linux/device.h:297: warning: function declaration isn't a prototype include/linux/device.h:297: warning: data definition has no type or storage class include/linux/device.h:314: error: field `uevent_attr' has incomplete type include/linux/device.h:316: error: field `sem' has incomplete type include/linux/device.h:330: error: syntax error before "u64" include/linux/device.h:330: warning: no semicolon at end of struct or union include/linux/device.h:331: warning: type defaults to `int' in declaration of `coherent_dma_mask' include/linux/device.h:331: warning: data definition has no type or storage class include/linux/device.h:342: error: conflicting types for 'release' include/linux/device.h:232: error: previous declaration of 'release' was here include/linux/device.h:342: error: conflicting types for 'release' include/linux/device.h:232: error: previous declaration of 'release' was here include/linux/device.h:343: error: syntax error before '}' token include/linux/device.h: In function `dev_get_drvdata': include/linux/device.h:348: error: dereferencing pointer to incomplete type include/linux/device.h: In function `dev_set_drvdata': include/linux/device.h:354: error: dereferencing pointer to incomplete type include/linux/device.h: In function `device_is_registered': include/linux/device.h:359: error: dereferencing pointer to incomplete type In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:43, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:59: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:94: error: syntax error before "uint16_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:94: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:96: warning: type defaults to `int' in declaration of `domid' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:96: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:101: error: syntax error before "frame" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:101: warning: type defaults to `int' in declaration of `frame' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:101: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:153: error: syntax error before "grant_ref_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:153: warning: type defaults to `int' in declaration of `grant_ref_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:153: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:158: error: syntax error before "grant_handle_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:158: warning: type defaults to `int' in declaration of `grant_handle_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:158: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:180: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:180: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:181: warning: type defaults to `int' in declaration of `flags' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:181: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:182: error: syntax error before "ref" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:182: warning: type defaults to `int' in declaration of `ref' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:182: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:183: error: syntax error before "dom" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:183: warning: type defaults to `int' in declaration of `dom' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:183: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:185: error: syntax error before "status" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:185: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:185: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:186: error: syntax error before "handle" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:186: warning: type defaults to `int' in declaration of `handle' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:186: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:187: error: syntax error before "dev_bus_addr" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:187: warning: type defaults to `int' in declaration of `dev_bus_addr' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:187: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:206: error: syntax error before "uint64_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:206: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:207: warning: type defaults to `int' in declaration of `dev_bus_addr' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:207: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:208: error: syntax error before "handle" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:208: warning: type defaults to `int' in declaration of `handle' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:208: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:210: error: syntax error before "status" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:210: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:210: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:227: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:227: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:228: warning: type defaults to `int' in declaration of `nr_frames' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:228: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:230: error: syntax error before "status" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:230: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:230: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:232: error: syntax error before '}' token /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:243: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:243: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:245: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:245: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:262: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:262: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:263: warning: type defaults to `int' in declaration of `ref' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:263: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:265: error: syntax error before "status" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:265: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:265: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:299: error: syntax error before "grant_ref_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:299: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:299: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:301: error: 'u' redeclared as different kind of symbol /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/physdev.h:133: error: previous declaration of 'u' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:301: error: 'u' redeclared as different kind of symbol /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/event_channel.h:184: error: previous declaration of 'u' was here /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:302: error: syntax error before "domid" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:302: warning: type defaults to `int' in declaration of `domid' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:302: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:303: error: syntax error before "offset" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:303: warning: type defaults to `int' in declaration of `offset' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:303: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:304: warning: type defaults to `int' in declaration of `source' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:304: warning: type defaults to `int' in declaration of `dest' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:304: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:305: error: syntax error before "len" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:305: warning: type defaults to `int' in declaration of `len' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:305: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:306: error: syntax error before "flags" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:306: warning: type defaults to `int' in declaration of `flags' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:306: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:308: error: syntax error before "status" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:308: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:308: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:309: warning: type defaults to `int' in declaration of `gnttab_copy_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:309: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:310: error: syntax error before "gnttab_copy_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:310: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:310: warning: type defaults to `int' in declaration of `__guest_handle_gnttab_copy_t' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:310: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:322: error: syntax error before "domid_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:322: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:324: warning: type defaults to `int' in declaration of `nr_frames' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:324: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:325: error: syntax error before "max_nr_frames" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:325: warning: type defaults to `int' in declaration of `max_nr_frames' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:325: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:326: error: syntax error before "status" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:326: warning: type defaults to `int' in declaration of `status' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/grant_table.h:326: warning: data definition has no type or storage class In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:45, from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:59: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:64: error: `EINVAL' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:64: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:64: error: (near initialization for `xsd_errors[0].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:64: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:64: error: (near initialization for `xsd_errors[0]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:65: error: `EACCES' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:65: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:65: error: (near initialization for `xsd_errors[1].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:65: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:65: error: (near initialization for `xsd_errors[1]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:66: error: `EEXIST' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:66: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:66: error: (near initialization for `xsd_errors[2].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:66: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:66: error: (near initialization for `xsd_errors[2]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:67: error: `EISDIR' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:67: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:67: error: (near initialization for `xsd_errors[3].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:67: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:67: error: (near initialization for `xsd_errors[3]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:68: error: `ENOENT' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:68: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:68: error: (near initialization for `xsd_errors[4].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:68: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:68: error: (near initialization for `xsd_errors[4]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:69: error: `ENOMEM' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:69: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:69: error: (near initialization for `xsd_errors[5].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:69: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:69: error: (near initialization for `xsd_errors[5]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:70: error: `ENOSPC' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:70: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:70: error: (near initialization for `xsd_errors[6].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:70: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:70: error: (near initialization for `xsd_errors[6]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:71: error: `EIO' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:71: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:71: error: (near initialization for `xsd_errors[7].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:71: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:71: error: (near initialization for `xsd_errors[7]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:72: error: `ENOTEMPTY' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:72: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:72: error: (near initialization for `xsd_errors[8].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:72: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:72: error: (near initialization for `xsd_errors[8]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:73: error: `ENOSYS' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:73: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:73: error: (near initialization for `xsd_errors[9].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:73: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:73: error: (near initialization for `xsd_errors[9]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:74: error: `EROFS' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:74: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:74: error: (near initialization for `xsd_errors[10].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:74: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:74: error: (near initialization for `xsd_errors[10]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:75: error: `EBUSY' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:75: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:75: error: (near initialization for `xsd_errors[11].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:75: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:75: error: (near initialization for `xsd_errors[11]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:76: error: `EAGAIN' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:76: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:76: error: (near initialization for `xsd_errors[12].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:76: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:76: error: (near initialization for `xsd_errors[12]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:77: error: `EISCONN' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:77: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:77: error: (near initialization for `xsd_errors[13].errnum') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:77: error: initializer element is not constant /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:77: error: (near initialization for `xsd_errors[13]') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:82: error: syntax error before "uint32_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:82: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:83: warning: type defaults to `int' in declaration of `req_id' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:83: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:84: error: syntax error before "tx_id" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:84: warning: type defaults to `int' in declaration of `tx_id' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:84: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:85: error: syntax error before "len" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:85: warning: type defaults to `int' in declaration of `len' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:85: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:98: error: syntax error before "XENSTORE_RING_IDX" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:98: warning: type defaults to `int' in declaration of `XENSTORE_RING_IDX' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:98: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:103: error: syntax error before "XENSTORE_RING_IDX" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:103: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:104: warning: type defaults to `int' in declaration of `rsp_cons' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:104: warning: type defaults to `int' in declaration of `rsp_prod' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:104: warning: data definition has no type or storage class /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/io/xs_wire.h:105: error: syntax error before '}' token In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:59: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:77: error: field `dev' has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h: In function `to_xenbus_device': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:84: warning: type defaults to `int' in declaration of `__mptr' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:84: warning: initialization from incompatible pointer type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h: In function `to_xenbus_driver': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:113: error: invalid operands to binary & /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h: At top level: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:122: error: syntax error before "u32" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:122: warning: no semicolon at end of struct or union /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:129: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:131: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:133: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:135: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:137: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:138: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:140: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:145: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:150: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:154: warning: parameter has incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:243: error: syntax error before "grant_handle_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:243: warning: function declaration isn't a prototype /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:255: error: syntax error before "grant_handle_t" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/xenbus.h:255: warning: function declaration isn't a prototype In file included from /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:63: /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:62:29: warning: "LINUX_VERSION_CODE" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:62:50: warning: "KERNEL_VERSION" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:62:64: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:66:29: warning: "LINUX_VERSION_CODE" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:66:50: warning: "KERNEL_VERSION" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:66:64: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:70:38: warning: "LINUX_VERSION_CODE" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:70:59: warning: "KERNEL_VERSION" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:70:73: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:74:32: warning: "LINUX_VERSION_CODE" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:74:53: warning: "KERNEL_VERSION" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:74:67: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:78:31: warning: "LINUX_VERSION_CODE" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:78:52: warning: "KERNEL_VERSION" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:78:66: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:82:68: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:86:37: warning: "LINUX_VERSION_CODE" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:86:58: warning: "KERNEL_VERSION" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:86:72: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:90:33: warning: "LINUX_VERSION_CODE" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:90:54: warning: "KERNEL_VERSION" is not defined /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:90:68: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/compat-include/xen/platform-compat.h:95:67: missing binary operator before token "(" /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: variable `balloon_mutex' has initializer but incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: unknown field `count' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: warning: implicit declaration of function `ATOMIC_INIT' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: warning: (near initialization for `balloon_mutex') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: unknown field `wait_lock' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: warning: (near initialization for `balloon_mutex') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: unknown field `wait_list' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: extra brace group at end of initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: (near initialization for `balloon_mutex') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: invalid use of undefined type `struct mutex' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: invalid use of undefined type `struct mutex' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: warning: (near initialization for `balloon_mutex') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:82: error: `PAGE_SIZE' undeclared here (not in a function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `balloon_append': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:119: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:122: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `balloon_retrieve': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:135: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:135: warning: type defaults to `int' in declaration of `__mptr' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:135: warning: initialization from incompatible pointer type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:135: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:136: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:136: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:136: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `balloon_first_page': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:150: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:150: warning: type defaults to `int' in declaration of `__mptr' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:150: warning: initialization from incompatible pointer type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:150: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `balloon_next_page': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:155: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:158: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:158: warning: type defaults to `int' in declaration of `__mptr' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:158: warning: initialization from incompatible pointer type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:158: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `increase_reservation': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:179: error: variable `reservation' has initializer but incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:180: error: unknown field `address_bits' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:180: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:180: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:181: error: unknown field `extent_order' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:181: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:181: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:182: error: unknown field `domid' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:183: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:183: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:179: error: storage size of 'reservation' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:240: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:241: error: dereferencing pointer to incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:179: warning: unused variable `reservation' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `decrease_reservation': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:261: error: variable `reservation' has initializer but incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:262: error: unknown field `address_bits' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:262: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:262: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:263: error: unknown field `extent_order' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:263: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:263: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:264: error: unknown field `domid' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:265: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:265: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:261: error: storage size of 'reservation' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:281: warning: implicit declaration of function `phys_to_virt' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:281: error: `PAGE_SHIFT' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:281: warning: assignment makes pointer from integer without a cast /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:310: warning: implicit declaration of function `pfn_to_page' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:310: warning: passing arg 1 of `balloon_append' makes pointer from integer without a cast /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:261: warning: unused variable `reservation' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `balloon_process': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:354: error: `HZ' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `watch_target': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:380: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:380: warning: (near initialization for `(anonymous)') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:380: error: type of formal parameter 1 is incomplete /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:389: error: `PAGE_SHIFT' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `balloon_init': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:468: error: `ENODEV' undeclared (first use in this function) /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: In function `alloc_empty_pages_and_pagevec': /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:578: error: variable `reservation' has initializer but incomplete type /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:579: error: unknown field `nr_extents' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:579: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:579: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:580: error: unknown field `extent_order' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:580: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:580: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:581: error: unknown field `domid' specified in initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:582: warning: excess elements in struct initializer /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:582: warning: (near initialization for `reservation') /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:578: error: storage size of 'reservation' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:578: warning: unused variable `reservation' /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c: At top level: include/linux/elf.h:421: warning: array '_DYNAMIC' assumed to have one element include/linux/sched.h:309: error: storage size of `mmap_sem' isn't known include/linux/sched.h:355: error: storage size of `action' isn't known include/linux/sched.h:384: error: storage size of `shared_pending' isn't known include/linux/sched.h:404: error: storage size of `real_timer' isn't known include/linux/sched.h:447: error: storage size of `rlim' isn't known include/linux/sched.h:768: error: storage size of `start_time' isn't known include/linux/sched.h:798: error: storage size of `thread' isn't known include/linux/sched.h:811: error: storage size of `pending' isn't known include/linux/stat.h:68: error: storage size of `atime' isn't known include/linux/stat.h:69: error: storage size of `mtime' isn't known include/linux/stat.h:70: error: storage size of `ctime' isn't known include/linux/fs.h:284: error: storage size of `ia_atime' isn't known include/linux/fs.h:285: error: storage size of `ia_mtime' isn't known include/linux/fs.h:286: error: storage size of `ia_ctime' isn't known include/linux/quota.h:226: error: storage size of `dq_dqb' isn't known include/linux/fs.h:400: error: storage size of `bd_sem' isn't known include/linux/fs.h:401: error: storage size of `bd_mount_sem' isn't known include/linux/fs.h:476: error: storage size of `i_atime' isn't known include/linux/fs.h:477: error: storage size of `i_mtime' isn't known include/linux/fs.h:478: error: storage size of `i_ctime' isn't known include/linux/fs.h:485: error: storage size of `i_mutex' isn't known include/linux/fs.h:486: error: storage size of `i_alloc_sem' isn't known include/linux/fs.h:633: error: storage size of `f_owner' isn't known include/linux/fs.h:820: error: storage size of `s_umount' isn't known include/linux/fs.h:821: error: storage size of `s_lock' isn't known include/linux/fs.h:850: error: storage size of `s_vfs_rename_sem' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:410: error: storage size of `time' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/include/xen/interface/xen.h:469: error: storage size of `arch' isn't known {standard input}: Assembler messages: {standard input}:402: Error: symbol `seq' is already defined {standard input}:450: Error: symbol `sem_nsems' is already defined {standard input}:472: Error: symbol `lock' is already defined {standard input}:645: Error: symbol `lock' is already defined {standard input}:1395: Error: symbol `flags' is already defined {standard input}:1712: Error: symbol `files' is already defined {standard input}:1919: Error: symbol `blocks' is already defined include/linux/device.h:227: error: storage size of `uevent_attr' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:70: error: storage size of `balloon_mutex' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:82: error: storage size of `frame_list' isn't known /home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.c:82: warning: 'frame_list' defined but not used {standard input}:2617: Error: symbol `d_flags' is already defined {standard input}:3221: Error: symbol `flags' is already defined {standard input}:3291: Error: symbol `s_type' is already defined {standard input}:3507: Error: symbol `mmap' is already defined {standard input}:3549: Error: symbol `lock' is already defined {standard input}:3620: Error: symbol `data' is already defined {standard input}:3728: Error: symbol `nlink' is already defined {standard input}:3734: Error: symbol `size' is already defined {standard input}:3758: Error: symbol `owner' is already defined {standard input}:3764: Error: symbol `next' is already defined {standard input}:3770: Error: symbol `parent' is already defined {standard input}:3782: Error: symbol `data' is already defined {standard input}:3986: Error: symbol `fs' is already defined {standard input}:4292: Error: symbol `u' is already defined {standard input}:4441: Error: symbol `u' is already defined {standard input}:4464: Error: symbol `u' is already defined {standard input}:4470: Error: symbol `nr_ports' is already defined {standard input}:4518: Error: symbol `mfn_list' is already defined {standard input}:4554: Error: symbol `parent' is already defined {standard input}:4560: Error: symbol `release' is already defined {standard input}:4596: Error: symbol `release' is already defined make[2]: *** [/home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon/balloon.o] Error 1 make[1]: *** [/home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6/balloon] Error 2 make: *** [_module_/home/kaushikb/xen-unstable.hg/unmodified_drivers/linux-2.6] Error 2 make: Leaving directory `/usr/src/linux-2.6.16.13' _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |