From: Tejun Heo Date: Wed, 8 Aug 2012 18:10:26 +0000 (-0700) Subject: timer: Relocate declarations of init_timer_on_stack_key() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~94^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a9af38d05f6a1bd0d3f1f69a074cdbe9c87e977;p=pandora-kernel.git timer: Relocate declarations of init_timer_on_stack_key() init_timer_on_stack_key() is used by init macro definitions. Move init_timer_on_stack_key() and destroy_timer_on_stack() declarations above init macro defs. This will make the next init cleanup patch easier to read. Signed-off-by: Tejun Heo Cc: torvalds@linux-foundation.org Cc: peterz@infradead.org Link: http://lkml.kernel.org/r/1344449428-24962-3-git-send-email-tj@kernel.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed