X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv4%2Fmultipath_drr.c;h=db67373f9b348669de5045ba39c558105c7b1219;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=c9cf8726051d7cae07a3d1278b0bea36b1c2eee5;hpb=cee37fe97739d85991964371c1f3a745c00dd236;p=linux-2.6.git diff --git a/net/ipv4/multipath_drr.c b/net/ipv4/multipath_drr.c index c9cf87260..db67373f9 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, };