• Paul Gortmaker's avatar
    cgroup: net: remove left over MODULE_LICENSE tag · 9628495d
    Paul Gortmaker authored
    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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    9628495d
netprio_cgroup.c 6.8 KB