From: Li RongQing Date: Thu, 20 Feb 2020 06:49:02 +0000 (+0800) Subject: net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRY X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=94e512de3e4f039458eb2e9c066b7c67cfeea3de;p=linux.git net: neigh: remove unused NEIGH_SYSCTL_MS_JIFFIES_ENTRY this macro is never used, so remove it Signed-off-by: Li RongQing Signed-off-by: David S. Miller --- diff --git a/net/core/neighbour.c b/net/core/neighbour.c index 789a73aa7bd87..5bf8d22a47ec0 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c @@ -3553,9 +3553,6 @@ static int neigh_proc_base_reachable_time(struct ctl_table *ctl, int write, #define NEIGH_SYSCTL_USERHZ_JIFFIES_ENTRY(attr, name) \ NEIGH_SYSCTL_ENTRY(attr, attr, name, 0644, neigh_proc_dointvec_userhz_jiffies) -#define NEIGH_SYSCTL_MS_JIFFIES_ENTRY(attr, name) \ - NEIGH_SYSCTL_ENTRY(attr, attr, name, 0644, neigh_proc_dointvec_ms_jiffies) - #define NEIGH_SYSCTL_MS_JIFFIES_REUSED_ENTRY(attr, data_attr, name) \ NEIGH_SYSCTL_ENTRY(attr, data_attr, name, 0644, neigh_proc_dointvec_ms_jiffies)