commit | 568dba66ac307532b6703331df71c17373c17a4a | [log] [tgz] |
---|---|---|
author | Yegor Yefremov <yegorslists@googlemail.com> | Tue Dec 14 16:29:31 2010 +0100 |
committer | Wim Van Sebroeck <wim@iguana.be> | Wed Jan 12 10:24:52 2011 +0000 |
tree | 93127049d85826a5a2f96d5c94b454588ea45406 | |
parent | 6ae98ed186cbe6909105c536c24419e52af8fc66 [diff] |
watchdog: ks8695_wdt: include mach/hardware.h instead of mach/timex.h. ks8695_wdt needs KS8695_CLOCK_RATE, which is defined in mach/hardware.h, which is pulled in by the include of mach/timex.h, but the latter is going away, so just include mach/hardware.h directly. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Lennert Buytenhek <buytenh@secretlab.ca> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>