compat: use EXPORT_SYMBOL_GPL()
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 20 Mar 2013 00:57:13 +0000 (17:57 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 20 Mar 2013 00:57:13 +0000 (17:57 -0700)
commit4ed7e742fa97375c05b4a13926f9968f5c251611
tree646eb8ddbdde6b547e9e9f94df7ddb69cb77f317
parentb118a9c59d399420005c97a8a1c9cec1514109f1
compat: use EXPORT_SYMBOL_GPL()

This was the intent all along, however some symbols have
slipped. The goal is always clear: if you are using any
of this code at run time this is making your code derivative
works of the Linux kernel and therefore GPLv2.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
compat/compat-2.6.34.c
compat/compat-2.6.35.c
compat/compat-3.1.c
compat/compat-3.4.c
compat/compat-3.5.c
compat/compat-3.7.c
compat/user_namespace.c