]> git.baikalelectronics.ru Git - kernel.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>
Wed, 10 Aug 2011 19:21:46 +0000 (15:21 -0400)
commitc36e3bc5c5f4fce7a4bd6620314e815b158c070a
tree5a35c4f6454a0e28c0e7c2648a352ad5182e2485
parent3fce36008bb9c95da47e9d0f133c6e7e0b50b67b
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