X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fipv4%2Fmultipath_drr.c;h=252e837b17a52d54079db9c1eb5a1f62d5889a4c;hb=e54f48933f414fa447c26d16524a4c9a8e2facc6;hp=c9cf8726051d7cae07a3d1278b0bea36b1c2eee5;hpb=0e396ee43e445cb7c215a98da4e76d0ce354d9d7;p=linux-2.6 diff --git a/net/ipv4/multipath_drr.c b/net/ipv4/multipath_drr.c index c9cf872605..252e837b17 100644 --- a/net/ipv4/multipath_drr.c +++ b/net/ipv4/multipath_drr.c @@ -12,7 +12,6 @@ * 2 of the License, or (at your option) any later version. */ -#include #include #include #include @@ -107,7 +106,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, };