diff options
author | Randy Dunlap | 2005-06-13 23:29:06 +0200 |
---|---|---|
committer | David S. Miller | 2005-06-13 23:29:06 +0200 |
commit | 6efd8455cff1979dd081daaa1ce3d3f1764863dc (patch) | |
tree | 6ab1046f0a60e0689e78eed6810a514cbb31a8bb /net/ipv4/multipath_drr.c | |
parent | [TCP]: Adjust TCP mem order check to new alloc_large_system_hash (diff) | |
download | kernel-qcow2-linux-6efd8455cff1979dd081daaa1ce3d3f1764863dc.tar.gz kernel-qcow2-linux-6efd8455cff1979dd081daaa1ce3d3f1764863dc.tar.xz kernel-qcow2-linux-6efd8455cff1979dd081daaa1ce3d3f1764863dc.zip |
[IPV4]: Multipath modules need a license to prevent kernel tainting.
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/multipath_drr.c')
-rw-r--r-- | net/ipv4/multipath_drr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/multipath_drr.c b/net/ipv4/multipath_drr.c index cf2e6bcf7973..c9cf8726051d 100644 --- a/net/ipv4/multipath_drr.c +++ b/net/ipv4/multipath_drr.c @@ -31,6 +31,7 @@ #include <linux/igmp.h> #include <linux/proc_fs.h> #include <linux/seq_file.h> +#include <linux/module.h> #include <linux/mroute.h> #include <linux/init.h> #include <net/ip.h> @@ -247,3 +248,4 @@ static void __exit drr_exit(void) module_init(drr_init); module_exit(drr_exit); +MODULE_LICENSE("GPL"); |