From a36159eec6ca17402b0e146b86efaf76568dc353 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 20 Sep 2024 01:41:23 +0000
Subject: [PATCH] 重命名 AX88772C_eeprom/asix.c 为 asix_mac.c
---
kernel/include/net/dst.h | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/kernel/include/net/dst.h b/kernel/include/net/dst.h
index acd15c5..8a74d14 100644
--- a/kernel/include/net/dst.h
+++ b/kernel/include/net/dst.h
@@ -235,12 +235,6 @@
}
}
-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)
--
Gitblit v1.6.2