Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Lennert Buytenhek <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
- Loading branch information