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)
commitc52ef04d592024c007ea596e05c72bfc671757b5
tree0a9b4b465b5036c6f37e080a2363ff3d7e41cc50
parent5bd663212f2e455f87368cc3a51bee72411499f4
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