diff --git a/include/net/dst.h b/include/net/dst.h index ae2cf57d796b..48e613420b95 100644 --- a/include/net/dst.h +++ b/include/net/dst.h @@ -235,12 +235,6 @@ static inline void dst_use_noref(struct dst_entry *dst, unsigned long time) } } -static inline void dst_hold_and_use(struct dst_entry *dst, unsigned long time) -{ - dst_hold(dst); - dst_use_noref(dst, time); -} - static inline struct dst_entry *dst_clone(struct dst_entry *dst) { if (dst)