From: Nick Logan <nick_logan@symantec.com>
To: Keir.Fraser@cl.cam.ac.uk
Cc: xen-devel@lists.xensource.com
Subject: Re: Re: [Xen-changelog] Export Xen driver util function symbols so that Xen drivers
Date: Thu, 26 Jan 2006 10:43:10 +0000 [thread overview]
Message-ID: <43D8A7BE.1050505@symantec.com> (raw)
In-Reply-To: <E1F1n98-00048P-0E@host-192-168-0-1-bcn-london>
>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
parent reply other threads:[~2006-01-26 10:43 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <E1F1n98-00048P-0E@host-192-168-0-1-bcn-london>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43D8A7BE.1050505@symantec.com \
--to=nick_logan@symantec.com \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.