[NET] net/core/utils: fix sparse warning
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 8 Aug 2007 01:02:43 +0000 (18:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Aug 2007 01:02:43 +0000 (18:02 -0700)
commit14ae856645dba5b9ba56b2d0627b3b9825fa37b2
tree8138ad05a3836f73c1f4f0593c5c73add1141d81
parent3482fd9099e8aab8b8096eb6da93571ea5a0b4c2
[NET] net/core/utils: fix sparse warning

net_msg_warn is not defined because it is in net/sock.h which isn't
included.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/utils.c