Merge branch 'static-inlines'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Jan 2022 13:53:27 +0000 (13:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Jan 2022 13:53:27 +0000 (13:53 +0000)
commit2fbafb828ec716ef35e877b17a927f3af70c91c6
treeba1685f1164cc2cb4dc417a9649cd66d8e6eb728
parentd9f393f468aa939b53cc81b43169953ce37d7cdb
parent5e4eca5d929a168085140fe93b1e8cef841008d5
Merge branch 'static-inlines'

Jakub Kicinski says:

====================
net: get rid of unused static inlines

I noticed a couple of unused static inline functions reviewing
net/sched patches so I run a grep thru all of include/ and net/
to catch other cases. This set removes the cases which look like
obvious dead code.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>