diff options
author | Harry Wentland <harry.wentland@amd.com> | 2017-08-22 16:35:41 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-09-27 01:17:03 +0300 |
commit | 67a72b6944446f68b9a930c13c8cdadba72beed8 (patch) | |
tree | 7fc6545f22c5058b2f7ea5f219d3d3ce28f620c6 /drivers/gpu/drm/amd/display/dc/bios | |
parent | ae5baf7a1047eece4ff87469ae85a45b5ddf6aa3 (diff) | |
download | linux-67a72b6944446f68b9a930c13c8cdadba72beed8.tar.xz |
drm/amd/display: Stop including atomfimrwareid.h directly
It's already included in atomfirmware.h
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Roman Li <Roman.Li@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 1 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/command_table2.c | 1 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c index f8d4f08bf985..95fe50f62c57 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c @@ -29,7 +29,6 @@ #include "ObjectID.h" #include "atomfirmware.h" -#include "atomfirmwareid.h" #include "dc_bios_types.h" #include "include/grph_object_ctrl_defs.h" diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table2.c b/drivers/gpu/drm/amd/display/dc/bios/command_table2.c index e33e6bfccb6d..64eab356d336 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/command_table2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/command_table2.c @@ -27,7 +27,6 @@ #include "ObjectID.h" #include "atomfirmware.h" -#include "atomfirmwareid.h" #include "include/bios_parser_interface.h" diff --git a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c index 35c3f3a8e493..9a4d30dd4969 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c @@ -27,7 +27,6 @@ #include "ObjectID.h" #include "atomfirmware.h" -#include "atomfirmwareid.h" #include "include/bios_parser_types.h" |