Re: [Resend with Ack][PATCH v1] PCI: allow acpiphp to handle PCIeports without native PCIe hotplug capability

From: Bjorn Helgaas
Date: Mon Jul 09 2012 - 13:05:35 EST


On Mon, Jul 9, 2012 at 4:05 AM, Jiang Liu <jiang.liu@xxxxxxxxxx> wrote:
> Hi Bjorn and Yinghai,
> What's the policy to export a symbol by EXPORT_SYMBOL()
> or EXPORT_SYMBOL_GPL()? I know the legal difference, but don't
> know when I should mark a symbol as GPL.

>From Documentation/DocBook/kernel-hacking.tmpl,

EXPORT_SYMBOL_GPL implies that the function is considered
an internal implementation issue, and not really an interface.

So I use EXPORT_SYMBOL_GPL unless I'm willing to support the symbol as
an interface indefinitely.

Bjorn
--
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/