提交 568dba66 编写于 作者: Y Yegor Yefremov 提交者: Wim Van Sebroeck

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: NYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: NLennert Buytenhek <buytenh@secretlab.ca>
Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
上级 6ae98ed1
无相关合并请求
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部