mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
net: skbuff: remove unused HAVE_HW_TIME_STAMP feature define
Remove unused HAVE_HW_TIME_STAMP feature define (introduced by
commit ac45f602ee
("net: infrastructure for hardware time stamping").
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b57e0d48b3
commit
2303fae130
@ -441,8 +441,6 @@ static inline bool skb_frag_must_loop(struct page *p)
|
||||
copied += p_len, p++, p_off = 0, \
|
||||
p_len = min_t(u32, f_len - copied, PAGE_SIZE)) \
|
||||
|
||||
#define HAVE_HW_TIME_STAMP
|
||||
|
||||
/**
|
||||
* struct skb_shared_hwtstamps - hardware time stamps
|
||||
* @hwtstamp: hardware time stamp transformed into duration
|
||||
|
Loading…
Reference in New Issue
Block a user