From 9c5f58fd969647d2b7f950b5a3bbf837f74fb5b7 Mon Sep 17 00:00:00 2001 From: Harry Wentland Date: Tue, 22 Aug 2017 09:35:41 -0400 Subject: [PATCH 2315/4131] drm/amd/display: Stop including atomfimrwareid.h directly It's already included in atomfirmware.h Signed-off-by: Harry Wentland Reviewed-by: Roman Li Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 1 - drivers/gpu/drm/amd/display/dc/bios/command_table2.c | 1 - drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c | 1 - 3 files changed, 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 f8d4f08..95fe50f 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 e33e6bf..64eab35 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 35c3f3a..9a4d30d 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" -- 2.7.4