X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv4%2Fmultipath_drr.c;h=db67373f9b348669de5045ba39c558105c7b1219;hb=5d8c397f304e1363f8ff9749b08172eb59e6534a;hp=c9cf8726051d7cae07a3d1278b0bea36b1c2eee5;hpb=3357d4c75f1fb67e7304998c4ad4e9a9fed66fa4;p=linux-2.6 diff --git a/net/ipv4/multipath_drr.c b/net/ipv4/multipath_drr.c index c9cf872605..db67373f9b 100644 --- a/net/ipv4/multipath_drr.c +++ b/net/ipv4/multipath_drr.c @@ -107,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, };