public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] skbuff: remove unused HAVE_HW_TIME_STAMP feature define
@ 2023-07-21 19:18 Peter Seiderer
  2023-07-24 11:27 ` Simon Horman
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2023-07-21 19:18 UTC (permalink / raw)
  To: linux-kernel
  Cc: Jakub Kicinski, David S . Miller, Eric Dumazet, Simon Horman,
	Alexei Starovoitov, Yunsheng Lin, Pavel Begunkov, Richard Gobert,
	Peter Seiderer

Remove unused HAVE_HW_TIME_STAMP feature define (introduced by
commit ac45f602ee3d ("net: infrastructure for hardware time stamping").

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 include/linux/skbuff.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index faaba050f843..16a49ba534e4 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -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
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-24 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21 19:18 [PATCH v1] skbuff: remove unused HAVE_HW_TIME_STAMP feature define Peter Seiderer
2023-07-24 11:27 ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox