From: David Daney Date: Fri, 5 Nov 2010 23:17:39 +0000 (-0700) Subject: watchdog: Fix section mismatch and potential undefined behavior. X-Git-Tag: v2.6.37-rc2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=433039e97f672b81e6c8f6daef385dcf035c6e29;p=pandora-kernel.git watchdog: Fix section mismatch and potential undefined behavior. Commit d9ca07a05ce1 ("watchdog: Avoid kernel crash when disabling watchdog") introduces a section mismatch. Now that we reference no_watchdog from non-__init code it can no longer be __initdata. Signed-off-by: David Daney Cc: Stephane Eranian Cc: Peter Zijlstra Cc: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed