drm/amd/display: cleanup extern usage in function definition
authorTom Rix <trix@redhat.com>
Sun, 3 Apr 2022 14:21:37 +0000 (10:21 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 7 Apr 2022 20:37:35 +0000 (16:37 -0400)
commitdac1655cb2a92e6ba13f37dee1a56cb8a7d7f753
treedb4e3c1026df05d17d04a0638906320c8d9807b1
parent9b6a1ec7924e9feee70ece3f779bc058ff25f716
drm/amd/display: cleanup extern usage in function definition

Smatch reports this issue
hdcp1_execution.c:500:29: warning: function
  'mod_hdcp_hdcp1_dp_execution' with external linkage
  has definition

The storage-class-specifier extern is not needed in a
definition, so remove it.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/hdcp/hdcp1_execution.c