From: David S. Miller Date: Fri, 27 May 2011 17:41:33 +0000 (-0400) Subject: net: Kill ratelimit.h dependency in linux/net.h X-Git-Tag: v3.0-rc1~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c177b4aca83338781e72be2e6dd1601c560cb3;p=pandora-kernel.git net: Kill ratelimit.h dependency in linux/net.h Ingo Molnar noticed that we have this unnecessary ratelimit.h dependency in linux/net.h, which hid compilation problems from people doing builds only with CONFIG_NET enabled. Move this stuff out to a seperate net/net_ratelimit.h file and include that in the only two places where this thing is needed. Signed-off-by: David S. Miller Acked-by: Ingo Molnar --- Reading git-diff-tree failed