Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 568dba66 authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Wim Van Sebroeck
Browse files

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: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarLennert Buytenhek <buytenh@secretlab.ca>
Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
parent 6ae98ed1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include <linux/watchdog.h>
#include <linux/io.h>
#include <linux/uaccess.h>
#include <mach/timex.h>
#include <mach/hardware.h>
#include <mach/regs-timer.h>

#define WDT_DEFAULT_TIME	5	/* seconds */