aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-04-01 15:08:22 +0800
committerDavid S. Miller <davem@davemloft.net>2021-04-01 15:51:52 -0700
commit9fadafa46f4813b9e3d8f76d3525c83499a26d36 (patch)
tree17283eebe1f664a8fa0c68df32a73e999a8262d5 /include
parentnet: stmmac: remove unnecessary pci_enable_msi() call (diff)
downloadlinux-dev-9fadafa46f4813b9e3d8f76d3525c83499a26d36.tar.xz
linux-dev-9fadafa46f4813b9e3d8f76d3525c83499a26d36.zip
include: net: Remove repeated struct declaration
struct ctl_table_header is declared twice. One is declared at 46th line. The blew one is not needed. Remove the duplicate. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/net_namespace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index dcaee24a4d87..47457048ab86 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -407,7 +407,6 @@ int register_pernet_device(struct pernet_operations *);
void unregister_pernet_device(struct pernet_operations *);
struct ctl_table;
-struct ctl_table_header;
#ifdef CONFIG_SYSCTL
int net_sysctl_init(void);