diff options
author | 2016-10-13 19:07:54 +0900 | |
---|---|---|
committer | 2016-10-13 16:44:04 +0200 | |
commit | adf08d481b52824c87af028fc74dc692d179f7f4 (patch) | |
tree | 65c4e830454c3ae729f2dacffe1338c5401566ca /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-next (diff) | |
download | linux-dev-adf08d481b52824c87af028fc74dc692d179f7f4.tar.xz linux-dev-adf08d481b52824c87af028fc74dc692d179f7f4.zip |
regmap: include <linux/delay.h> from include/linux/regmap.h
The readx_poll_timeout() macro calls usleep_range(), which is
declared in <linux/delay.h>.
Make include/linux/regmap.h include <linux/delay.h>, like
include/linux/iopoll.h does. Otherwise, users of the macro
will see "implicit declaration of function 'usleep_range'" error.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions