Re: [PATCH] 2.6.35: pci/access.c - export pci_user_{read, write}_config*

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Aug 17, 2010 at 04:18:40PM -0700, Tom Lyon wrote:
> Export symbols for pci_user_read_config_* and pci_user_write_config_* so that
> they may be used in the vfio driver.
> 	Signed-off-by: Tom Lyon <pugs@xxxxxxxxx>
> ---
> diff --git a/drivers/pci/access.c b/drivers/pci/access.c
> index 531bc69..96ed449 100644
> --- a/drivers/pci/access.c
> +++ b/drivers/pci/access.c
> @@ -157,7 +157,8 @@ int pci_user_read_config_##size						\
>  	raw_spin_unlock_irq(&pci_lock);				\
>  	*val = (type)data;						\
>  	return ret;							\
> -}
> +}									\
> +EXPORT_SYMBOL_GPL(pci_user_read_config_##size);

We need the vfio driver in the tree first, don't you think?  Otherwise
it doesn't make sense to add these...

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [DMA Engine]     [Linux Coverity]     [Linux USB]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Greybus]

  Powered by Linux