diff options
Diffstat (limited to 'net/ipv4/protocol.c')
-rw-r--r-- | net/ipv4/protocol.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ipv4/protocol.c b/net/ipv4/protocol.c index 4839764e8..db57fedb9 100644 --- a/net/ipv4/protocol.c +++ b/net/ipv4/protocol.c @@ -112,10 +112,7 @@ static struct inet_protocol icmp_protocol = struct inet_protocol *inet_protocol_base = IPPROTO_PREVIOUS; -struct inet_protocol *inet_protos[MAX_INET_PROTOS] = -{ - NULL -}; +struct inet_protocol *inet_protos[MAX_INET_PROTOS]; /* * Add a protocol handler to the hash tables |