[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110810192021.GA26264@dumpdata.com>
Date: Wed, 10 Aug 2011 15:20:21 -0400
From: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To: Randy Dunlap <rdunlap@...otime.net>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
Dan Magenheimer <dan.magenheimer@...cle.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
xen-devel@...ts.xensource.com
Subject: Re: [PATCH mainline] xen: xen-selfballoon.c needs more header files
On Wed, Aug 10, 2011 at 11:22:42AM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@...otime.net>
>
> 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@...otime.net>
Ok, will stick it on my linux-next. Thanks!
> ---
> drivers/xen/xen-selfballoon.c | 1 +
> 1 file changed, 1 insertion(+)
>
> and will need <linux/export.h> when module.h is split up.
>
> --- lnx-31-rc1.orig/drivers/xen/xen-selfballoon.c
> +++ lnx-31-rc1/drivers/xen/xen-selfballoon.c
> @@ -70,6 +70,7 @@
> #include <linux/kernel.h>
> #include <linux/mm.h>
> #include <linux/mman.h>
> +#include <linux/module.h>
> #include <linux/workqueue.h>
> #include <xen/balloon.h>
> #include <xen/tmem.h>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists