forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/include/net/dst.h
....@@ -235,12 +235,6 @@
235235 }
236236 }
237237
238
-static inline void dst_hold_and_use(struct dst_entry *dst, unsigned long time)
239
-{
240
- dst_hold(dst);
241
- dst_use_noref(dst, time);
242
-}
243
-
244238 static inline struct dst_entry *dst_clone(struct dst_entry *dst)
245239 {
246240 if (dst)