]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen: xen-selfballoon.c needs more header files
authorRandy Dunlap <rdunlap@xenotime.net>
Wed, 10 Aug 2011 18:22:42 +0000 (11:22 -0700)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 30 Aug 2011 15:32:07 +0000 (11:32 -0400)
commitb9c6b0b9f4564ee26ff8b8d0cd5d50a933148966
tree53386d4cc44d01cd52989e7a62557e3b03e459b5
parent1c99a3566730ca2fb219ca9d63aa661168cc6b3f
xen: xen-selfballoon.c needs more header files

Fix build errors (found when CONFIG_SYSFS is not enabled):

drivers/xen/xen-selfballoon.c:446: warning: data definition has no type or storage class
drivers/xen/xen-selfballoon.c:446: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL'
drivers/xen/xen-selfballoon.c:446: warning: parameter names (without types) in function declaration
drivers/xen/xen-selfballoon.c:485: error: expected declaration specifiers or '...' before string constant
drivers/xen/xen-selfballoon.c:485: warning: data definition has no type or storage class
drivers/xen/xen-selfballoon.c:485: warning: type defaults to 'int' in declaration of 'MODULE_LICENSE'
drivers/xen/xen-selfballoon.c:485: warning: function declaration isn't a prototype

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xen-selfballoon.c