* Re: Re: [Xen-changelog] Export Xen driver util function symbols so that Xen drivers
[not found] <E1F1n98-00048P-0E@host-192-168-0-1-bcn-london>
@ 2006-01-26 10:43 ` Nick Logan
0 siblings, 0 replies; only message in thread
From: Nick Logan @ 2006-01-26 10:43 UTC (permalink / raw)
To: Keir.Fraser; +Cc: xen-devel
>Date: Wed, 25 Jan 2006 17:24:15 +0200
>From: Muli Ben-Yehuda <mulix@mulix.org>
>Subject: [Xen-devel] Re: [Xen-changelog] Export Xen driver util
> function symbols so that Xen drivers
>To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
>Cc: xen-devel@lists.xensource.com
>Message-ID: <20060125152415.GG24849@granada.merseine.nu>
>Content-Type: text/plain; charset=us-ascii
>
>On Wed, Jan 25, 2006 at 03:12:08PM +0000, Xen patchbot -unstable wrote:
>
>
>># HG changeset patch
>># User kaf24@firebug.cl.cam.ac.uk
>># Node ID 709bce2f08d6024c2efb2938e564915da1ca51f2
>># Parent aad2b2da3c8beda24bc62ca6e92b28c28def0849
>>Export Xen driver util function symbols so that Xen drivers
>>can build as modules.
>>
>>Signed-off-by: Keir Fraser <keir@xensource.com>
>>
>>diff -r aad2b2da3c8b -r 709bce2f08d6 linux-2.6-xen-sparse/drivers/xen/util.c
>>--- a/linux-2.6-xen-sparse/drivers/xen/util.c Wed Jan 25 11:51:21 2006
>>+++ b/linux-2.6-xen-sparse/drivers/xen/util.c Wed Jan 25 13:28:07 2006
>>@@ -31,6 +31,7 @@
>>
>> return area;
>> }
>>+EXPORT_SYMBOL(alloc_vm_area);
>>
>>
>
>Should this be EXPORT_SYMBOL_GPL?
>
>Cheers,
>Muli
>
>
Thanks for adding these, don't you need to include linux/module.h as well?
Nick
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-26 10:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1F1n98-00048P-0E@host-192-168-0-1-bcn-london>
2006-01-26 10:43 ` Re: [Xen-changelog] Export Xen driver util function symbols so that Xen drivers Nick Logan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.