summaryrefslogtreecommitdiff
path: root/net/ipv4/multipath_wrandom.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2005-06-13 14:29:06 -0700
committerDavid S. Miller <davem@davemloft.net>2005-06-13 14:29:06 -0700
commit6efd8455cff1979dd081daaa1ce3d3f1764863dc (patch)
tree6ab1046f0a60e0689e78eed6810a514cbb31a8bb /net/ipv4/multipath_wrandom.c
parente7626486c3c4ce456b11a7944edf164ef76fc599 (diff)
[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_wrandom.c')
-rw-r--r--net/ipv4/multipath_wrandom.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/multipath_wrandom.c b/net/ipv4/multipath_wrandom.c
index c3d2ca1a678..bd7d75b6abe 100644
--- a/net/ipv4/multipath_wrandom.c
+++ b/net/ipv4/multipath_wrandom.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>
@@ -342,3 +343,4 @@ static void __exit wrandom_exit(void)
module_init(wrandom_init);
module_exit(wrandom_exit);
+MODULE_LICENSE("GPL");