diff options
author | Sean Wang <sean.wang@mediatek.com> | 2018-04-23 14:42:44 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-24 18:11:50 +0100 |
commit | f15cd6d99198e9c15229aefec639a34a6e8174c6 (patch) | |
tree | 0424fd28b7a2626f179e329829971c750512229b /tools/perf/scripts/python/export-to-sqlite.py | |
parent | e241e3f2bf975788a1b70dff2eb5180ca395b28e (diff) |
regmap: include <linux/ktime.h> from include/linux/regmap.h
Similar to the readx_poll_timeout() macro calling ktime_* and using
ktime_t type, which is declared in <linux/ktime.h>. So, make
include/linux/regmap.h explicitly include <linux/ktime.h>, like
include/linux/iopoll.h does. Otherwise, users of the macro will see
below errors.
error: implicit declaration of function ‘ktime_add_us’
[-Werror=implicit-function-declaration]
error: implicit declaration of function ‘ktime_get’
[-Werror=implicit-function-declaration]
error: implicit declaration of function ‘ktime_compare’
[-Werror=implicit-function-declaration]
include/linux/regmap.h:128:2: error: unknown type name ‘ktime_t’
ktime_t __timeout = ktime_add_us(ktime_get(), __timeout_us); \
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions