From: Namhyung Kim Date: Tue, 26 Oct 2010 21:22:49 +0000 (-0700) Subject: printk: declare printk_ratelimit_state in ratelimit.h X-Git-Tag: v2.6.37-rc1~105^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5d87d851d76a390d0fab2f77bd1d563d69ee586;p=pandora-kernel.git printk: declare printk_ratelimit_state in ratelimit.h Adding declaration of printk_ratelimit_state in ratelimit.h removes potential build breakage and following sparse warning: kernel/printk.c:1426:1: warning: symbol 'printk_ratelimit_state' was not declared. Should it be static? [akpm@linux-foundation.org: remove unneeded ifdef] Signed-off-by: Namhyung Kim Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed