From a7ce45a74bedd0ed80b956b3e14f8bc6dec85327 Mon Sep 17 00:00:00 2001 From: Nikolay Aleksandrov Date: Mon, 20 Jul 2015 23:03:45 +0200 Subject: [PATCH] bridge: mcast: fix br_multicast_dev_del warn when igmp snooping is not defined Fix: net/bridge/br_if.c: In function 'br_dev_delete': >> net/bridge/br_if.c:284:2: error: implicit declaration of function >> 'br_multicast_dev_del' [-Werror=implicit-function-declaration] br_multicast_dev_del(br); ^ cc1: some warnings being treated as errors when igmp snooping is not defined. Signed-off-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- Reading git-format-patch failed