net: fix compile error of leaking kmemleak.h header
authorShan Wei <davidshan@tencent.com>
Wed, 18 Apr 2012 18:05:46 +0000 (18:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2012 04:11:39 +0000 (00:11 -0400)
net/core/sysctl_net_core.c: In function ‘sysctl_core_init’:
net/core/sysctl_net_core.c:259: error: implicit declaration of function ‘kmemleak_not_leak’

with same error in net/ipv4/route.c

Signed-off-by: Shan Wei <davidshan@tencent.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found