neighbor: Remove state and flags arguments to neigh_del
authorDavid Ahern <dsahern@gmail.com>
Wed, 12 Dec 2018 01:57:23 +0000 (18:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Dec 2018 23:44:47 +0000 (15:44 -0800)
commit7e6f182bec7debb420a2c12ae0ea1813645a7ac4
treef46d5bf84de40d7e862aabeb00e033e2ef5c126d
parent758a7f0b32ab890831d321145c3fe72bb85c0350
neighbor: Remove state and flags arguments to neigh_del

neigh_del now only has 1 caller, and the state and flags arguments
are both 0. Remove them and simplify neigh_del.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c