Re: [PATCH 6/9] pci/xen: Make xen_[find|register|unregister]_domain_ownerbe _GPL

From: Jeremy Fitzhardinge
Date: Mon Dec 13 2010 - 14:18:37 EST


On 12/13/2010 10:01 AM, Konrad Rzeszutek Wilk wrote:
> EXPORT_SYMBOL -> EXPORT_SYMBOL_GPL.

You should fold this into the base patch.

J

> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
> ---
> arch/x86/pci/xen.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/x86/pci/xen.c b/arch/x86/pci/xen.c
> index 6d2a986..0fa23c8 100644
> --- a/arch/x86/pci/xen.c
> +++ b/arch/x86/pci/xen.c
> @@ -445,7 +445,7 @@ int xen_find_device_domain_owner(struct pci_dev *dev)
> spin_unlock(&dev_domain_list_spinlock);
> return domain;
> }
> -EXPORT_SYMBOL(xen_find_device_domain_owner);
> +EXPORT_SYMBOL_GPL(xen_find_device_domain_owner);
>
> int xen_register_device_domain_owner(struct pci_dev *dev, uint16_t domain)
> {
> @@ -467,7 +467,7 @@ int xen_register_device_domain_owner(struct pci_dev *dev, uint16_t domain)
> spin_unlock(&dev_domain_list_spinlock);
> return 0;
> }
> -EXPORT_SYMBOL(xen_register_device_domain_owner);
> +EXPORT_SYMBOL_GPL(xen_register_device_domain_owner);
>
> int xen_unregister_device_domain_owner(struct pci_dev *dev)
> {
> @@ -484,4 +484,4 @@ int xen_unregister_device_domain_owner(struct pci_dev *dev)
> kfree(owner);
> return 0;
> }
> -EXPORT_SYMBOL(xen_unregister_device_domain_owner);
> +EXPORT_SYMBOL_GPL(xen_unregister_device_domain_owner);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/