]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: net: remove left over MODULE_LICENSE tag
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 21 Apr 2019 03:29:46 +0000 (23:29 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Apr 2019 04:50:54 +0000 (21:50 -0700)
commit61ed392e4167eadddc3d4a499b5d4d5bdcf9deaf
tree68f4db00c077c4d427484de4d494b88e7bb2e7b8
parentf80b6e035caa9573f6dd8649944a6ffd73199d38
cgroup: net: remove left over MODULE_LICENSE tag

The Kconfig currently controlling compilation of this code is:

net/Kconfig:config CGROUP_NET_PRIO
net/Kconfig:    bool "Network priority cgroup"

...meaning that it currently is not being built as a module by anyone,
as module support was discontinued in 2014.

We delete the MODULE_LICENSE tag since all that information is already
contained at the top of the file in the comments.

We don't delete module.h from the includes since it was no longer there
to begin with.

Cc: "David S. Miller" <davem@davemloft.net>
Cc: Tejun Heo <tj@kernel.org>
Cc: "Rosen, Rami" <rami.rosen@intel.com>
Cc: Daniel Wagner <daniel.wagner@bmw-carit.de>
Cc: netdev@vger.kernel.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netprio_cgroup.c