X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=kvmfornfv.git;a=blobdiff_plain;f=kernel%2FDocumentation%2FDocBook%2Fkernel-hacking.tmpl;h=589b40cc5eb52bed66c20c96ce8d3c44613feb5d;hp=e84f09467cd77a10b3877aed3987ad6d8b19b661;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hpb=f93b97fd65072de626c074dbe099a1fff05ce060 diff --git a/kernel/Documentation/DocBook/kernel-hacking.tmpl b/kernel/Documentation/DocBook/kernel-hacking.tmpl index e84f09467..589b40cc5 100644 --- a/kernel/Documentation/DocBook/kernel-hacking.tmpl +++ b/kernel/Documentation/DocBook/kernel-hacking.tmpl @@ -954,6 +954,8 @@ printk(KERN_INFO "my ip: %pI4\n", &ipaddress); MODULE_LICENSE() that specifies a GPL compatible license. It implies that the function is considered an internal implementation issue, and not really an interface. + Some maintainers and developers may however + require EXPORT_SYMBOL_GPL() when adding any new APIs or functionality.