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_random.c | |
parent | 386bfcf5e8a3c34d92156c945c8db58a1e2f7c69 (diff) | |
parent | 1c2fb7f93cb20621772bf304f3dba0849942e5db (diff) | |
download | kernel_samsung_smdk4412-814d8ffd5009e13f1266759b583ef847c5350d77.zip kernel_samsung_smdk4412-814d8ffd5009e13f1266759b583ef847c5350d77.tar.gz kernel_samsung_smdk4412-814d8ffd5009e13f1266759b583ef847c5350d77.tar.bz2 |
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/ipv4/multipath_random.c')
-rw-r--r-- | net/ipv4/multipath_random.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/multipath_random.c b/net/ipv4/multipath_random.c index 805a16e..5249dbe 100644 --- a/net/ipv4/multipath_random.c +++ b/net/ipv4/multipath_random.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> @@ -126,3 +127,4 @@ static void __exit random_exit(void) module_init(random_init); module_exit(random_exit); +MODULE_LICENSE("GPL"); |