diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-13 16:24:01 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-13 16:24:01 -0700 |
commit | 814d8ffd5009e13f1266759b583ef847c5350d77 (patch) | |
tree | 00b01e4ccac6ba82ab5e67c27103f6f75f8ccf9d /net/ipv4/multipath_drr.c | |
parent | 386bfcf5e8a3c34d92156c945c8db58a1e2f7c69 (diff) | |
parent | 1c2fb7f93cb20621772bf304f3dba0849942e5db (diff) | |
download | linux-rt-814d8ffd5009e13f1266759b583ef847c5350d77.tar.gz |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
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"); |