diff options
author | Alex Deucher <[email protected]> | 2019-12-17 15:47:06 -0500 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-12-19 09:01:15 +1000 |
commit | 4e328922d461616c18f739ed4dfee0bb17133d75 (patch) | |
tree | 3d62e28db1b14e8015fc5b10543648d4ce836e13 | |
parent | 66af4a9ddac62a2614af5ce80169b6421b5c2d95 (diff) |
drm/amdgpu/display: include delay.h
For udelay. This is needed for some platforms.
Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Nicholas Kazlauskas <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c index 110c8620907b..bcbc0b8a9aa0 100644 --- a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c +++ b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c @@ -23,6 +23,8 @@ * */ +#include <linux/delay.h> + #include "hdcp.h" static inline enum mod_hdcp_status check_receiver_id_list_ready(struct mod_hdcp *hdcp) |