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)
commitd557d1b58b3546bab2c5bc2d624c5709840e6b10
tree301b92a4e84f4858c0b5cf720bb20b21db4e0e0f
parent37d69ee30808110bd8336d65af3f999a7a475e1d
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