aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2017-10-03 05:11:01 +0000
committerAlex Deucher <[email protected]>2017-10-06 17:07:58 +0000
commit44858055bb28b1ba45dc05acecf9087bc4786701 (patch)
tree309cc0059328b10e5944ab2b26bc08c7a93397d1 /drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
parentamdgpu/dc: kill some deadcode in dc core. (diff)
downloadkernel-44858055bb28b1ba45dc05acecf9087bc4786701.tar.gz
kernel-44858055bb28b1ba45dc05acecf9087bc4786701.zip
amdgpu/dc: set a bunch of functions to static.
All of these are unused outside the file they are in. Signed-off-by: Dave Airlie <[email protected]> Reviewed-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios/bios_parser.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/bios/bios_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
index 6d2f886f7ff4..aaaebd06d7ee 100644
--- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
+++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
@@ -531,7 +531,7 @@ static enum bp_result bios_parser_get_hpd_info(struct dc_bios *dcb,
return BP_RESULT_NORECORD;
}
-enum bp_result bios_parser_get_device_tag_record(
+static enum bp_result bios_parser_get_device_tag_record(
struct bios_parser *bp,
ATOM_OBJECT *object,
ATOM_CONNECTOR_DEVICE_TAG_RECORD **record)