net: skbuff: drop the linux/sched/clock.h include
authorJakub Kicinski <kuba@kernel.org>
Thu, 26 Jan 2023 07:14:19 +0000 (23:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Jan 2023 11:19:46 +0000 (11:19 +0000)
commit9ac849f2c4925a29749d27586790f8365ee91889
treed6343366301c54c5df1393ac619691ea1ef1b07d
parent2870c4d6a5e479659cb84992717189634c1e71e0
net: skbuff: drop the linux/sched/clock.h include

It used to be necessary for skb_mstamp_* static inlines,
but those are gone since we moved to usec timestamps in
TCP, in 2017.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h