Commit c324065c authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher

drm/amd/display: Remove unused function

The get_engine_type is never used in the code, for this reason, this
commit drops this function.
Reviewed-by: default avatarHamza Mahfooz <hamza.mahfooz@amd.com>
Acked-by: default avatarAlan Liu <haoping.liu@amd.com>
Signed-off-by: default avatarRodrigo Siqueira <rodrigo.siqueira@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent c2de8bc9
...@@ -172,8 +172,6 @@ struct aux_engine_funcs { ...@@ -172,8 +172,6 @@ struct aux_engine_funcs {
struct aux_engine *engine, struct aux_engine *engine,
uint8_t *returned_bytes); uint8_t *returned_bytes);
bool (*is_engine_available)(struct aux_engine *engine); bool (*is_engine_available)(struct aux_engine *engine);
enum i2caux_engine_type (*get_engine_type)(
const struct aux_engine *engine);
bool (*acquire)( bool (*acquire)(
struct aux_engine *engine, struct aux_engine *engine,
struct ddc *ddc); struct ddc *ddc);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment