]> git.baikalelectronics.ru Git - kernel.git/commit
devlink: make all symbols GPL-only
authorJakub Kicinski <kuba@kernel.org>
Thu, 28 Oct 2021 21:19:13 +0000 (14:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Oct 2021 12:46:26 +0000 (13:46 +0100)
commit867d6bdaf6d479ca475991e8e643fce1c145445e
tree0a9b4b465b5036c6f37e080a2363ff3d7e41cc50
parenteed0e8ef7a1fc0a0115ddfdcd676ce32b3e6b5f6
devlink: make all symbols GPL-only

devlink_alloc() and devlink_register() are both GPL.
A non-GPL module won't get far, so for consistency
we can make all symbols GPL without risking any real
life breakage.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/devlink.c