include: net: Remove repeated struct declaration
authorWan Jiabing <wanjiabing@vivo.com>
Thu, 1 Apr 2021 07:08:22 +0000 (15:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Apr 2021 22:51:52 +0000 (15:51 -0700)
commit9fadafa46f4813b9e3d8f76d3525c83499a26d36
tree17283eebe1f664a8fa0c68df32a73e999a8262d5
parent2237778d8c215fe7921da02d25fd32e964aa8ee5
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>
include/net/net_namespace.h