summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2020-04-23 01:07:50 +0300
committerAlex Deucher <alexander.deucher@amd.com>2020-04-28 23:17:29 +0300
commitd3b18f8c6fe32fcf42e72b6c55726774c2e999de (patch)
tree40c7fa4b0c80b271758018abeb786f75dcc4bb1a /drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h
parentd561754132e1ea4bc275977d5164719bb1b876f9 (diff)
downloadlinux-d3b18f8c6fe32fcf42e72b6c55726774c2e999de.tar.xz
drm/amd/display: clean up some header paths
[Why] Some include paths don't need to have relative paths And some types missing [How] make some changes to headers and modify include path Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h
index 754b6077539c..855431483699 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h
@@ -27,7 +27,7 @@
#define _DMUB_DC_SRV_H_
#include "os_types.h"
-#include "../dmub/inc/dmub_cmd.h"
+#include "dmub/inc/dmub_cmd.h"
struct dmub_srv;
struct dmub_cmd_header;