• David S. Miller's avatar
    bridge: Fix build of ipv6 multicast code. · d4c4f07d
    David S. Miller authored
    Based upon a report from Stephen Rothwell:
    
    --------------------
    net/bridge/br_multicast.c: In function 'br_ip6_multicast_alloc_query':
    net/bridge/br_multicast.c:469: error: implicit declaration of function 'csum_ipv6_magic'
    
    Introduced by commit 08b202b6 ("bridge
    br_multicast: IPv6 MLD support") from the net tree.
    
    csum_ipv6_magic is declared in net/ip6_checksum.h ...
    --------------------
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    d4c4f07d
br_multicast.c 39.6 KB