X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fipv4%2Fmultipath_drr.c;h=db67373f9b348669de5045ba39c558105c7b1219;hb=a1ab3582699def352dab1355adcadd3d47f79f0f;hp=cf2e6bcf7973b99c8f0cd632c99bc2700ec19faa;hpb=37e20a66db02eff9adbeee043af990cca85d0034;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/ipv4/multipath_drr.c b/net/ipv4/multipath_drr.c index cf2e6bc..db67373 100644 --- a/net/ipv4/multipath_drr.c +++ b/net/ipv4/multipath_drr.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include @@ -106,7 +107,7 @@ static int drr_dev_event(struct notifier_block *this, return NOTIFY_DONE; } -struct notifier_block drr_dev_notifier = { +static struct notifier_block drr_dev_notifier = { .notifier_call = drr_dev_event, }; @@ -247,3 +248,4 @@ static void __exit drr_exit(void) module_init(drr_init); module_exit(drr_exit); +MODULE_LICENSE("GPL");