From: Ingo Molnar Date: Tue, 22 Sep 2009 14:18:09 +0000 (+0200) Subject: printk: Remove ratelimit.h from kernel.h X-Git-Tag: v2.6.33-rc1~406^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fff4c42bd0a89869a0eb1e7874cc06ffa4aa0f5;p=pandora-kernel.git printk: Remove ratelimit.h from kernel.h Decouple kernel.h from ratelimit.h: the global declaration of printk's ratelimit_state is not needed, and it leads to messy circular dependencies due to ratelimit.h's (new) adding of a spinlock_types.h include. Cc: Peter Zijlstra Cc: Andrew Morton Cc: Linus Torvalds Cc: David S. Miller LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed