X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fipv4%2Fmultipath_drr.c;h=c9cf8726051d7cae07a3d1278b0bea36b1c2eee5;hb=bc68552faad0e134eb22281343d5ae5a4873fa80;hp=cf2e6bcf7973b99c8f0cd632c99bc2700ec19faa;hpb=df77cc44dcc938d53c89f1cc2b79410f69236335;p=linux-2.6-omap-h63xx.git diff --git a/net/ipv4/multipath_drr.c b/net/ipv4/multipath_drr.c index cf2e6bcf797..c9cf8726051 100644 --- a/net/ipv4/multipath_drr.c +++ b/net/ipv4/multipath_drr.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -247,3 +248,4 @@ static void __exit drr_exit(void) module_init(drr_init); module_exit(drr_exit); +MODULE_LICENSE("GPL");