]> git.baikalelectronics.ru Git - kernel.git/commit
refcount: change EXPORT_SYMBOL markings
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 4 May 2017 22:51:03 +0000 (15:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 May 2017 18:01:34 +0000 (11:01 -0700)
commit4b01c61630f892aabbc8d4b7de83baf73e9057d7
tree301b92a4e84f4858c0b5cf720bb20b21db4e0e0f
parent081bca6716605c3b1cf8ccbdfb79b67d0ccce775
refcount: change EXPORT_SYMBOL markings

Now that kref is using the refcount apis, the _GPL markings are getting
exported to places that it previously wasn't.  Now kref.h is GPLv2
licensed, so any non-GPL code using it better be talking to some
lawyers, but changing api markings isn't considered "nice", so let's fix
this up.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/refcount.c