From: David S. Miller Date: Thu, 26 May 2011 19:00:31 +0000 (-0400) Subject: bug.h: Move ratelimit warn interfaces to ratelimit.h X-Git-Tag: v3.0-rc1~39^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e4ca66e81bba0f8640f1fa19b8b8f72cbd0561;p=pandora-kernel.git bug.h: Move ratelimit warn interfaces to ratelimit.h As reported by Ingo Molnar, we still have configuration combinations where use of the WARN_RATELIMIT interfaces break the build because dependencies don't get met. Instead of going down the long road of trying to make it so that ratelimit.h can get included by kernel.h or asm-generic/bug.h, just move the interface into ratelimit.h and make users have to include that. Reported-by: Ingo Molnar Signed-off-by: David S. Miller Acked-by: Randy Dunlap --- Reading git-diff-tree failed