diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-04-01 09:08:22 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-02 00:51:52 +0200 |
commit | 9fadafa46f4813b9e3d8f76d3525c83499a26d36 (patch) | |
tree | 17283eebe1f664a8fa0c68df32a73e999a8262d5 /include/net/net_namespace.h | |
parent | net: stmmac: remove unnecessary pci_enable_msi() call (diff) | |
download | linux-9fadafa46f4813b9e3d8f76d3525c83499a26d36.tar.xz linux-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/net/net_namespace.h')
-rw-r--r-- | include/net/net_namespace.h | 1 |
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); |