From: Uwe Kleine-König Date: Mon, 11 Nov 2013 20:33:44 +0000 (+0100) Subject: watchdog: sirf: don't depend on dummy value of CLOCK_TICK_RATE X-Git-Tag: v3.13-rc1~42^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0df38dd3554d47fcfd5c1183951c2fe7dd07eda;p=pandora-kernel.git watchdog: sirf: don't depend on dummy value of CLOCK_TICK_RATE As CSR SiRF is converted to multi platform CLOCK_TICK_RATE is a dummy value that seems to match the right value is used. (arch/arm/mach-prima2/include/mach/timex.h which defined CLOCK_TICK_RATE to 1000000 was removed in commit cf82e0e (ARM: sirf: enable multiplatform support); marco used the same file.) To not depend on that dummy value use a local #define instead. Signed-off-by: Uwe Kleine-König Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed