igmp: uninline ip_mc_validate_checksum()
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 3 Oct 2019 21:26:52 +0000 (00:26 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 4 Oct 2019 21:26:46 +0000 (14:26 -0700)
commit5a43f697cc105544fb85f3a0bbc8223ec50b28d0
treeac4708c4960ca22a32d2a9f128543368e24384b8
parent193d357d087309f2d5ab8e8caab1af5e3bc29fa0
igmp: uninline ip_mc_validate_checksum()

This function is only used via function pointer.

"inline" doesn't hurt given that taking address of an inline function
forces out-of-line version but it doesn't help either.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/igmp.c