From: Rodrigo Siqueira <[email protected]>

The get_engine_type is never used in the code, for this reason, this
commit drops this function.

Reviewed-by: Hamza Mahfooz <[email protected]>
Acked-by: Alan Liu <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
---
 drivers/gpu/drm/amd/display/dc/inc/hw/aux_engine.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/aux_engine.h 
b/drivers/gpu/drm/amd/display/dc/inc/hw/aux_engine.h
index 7254182b7c72..af6b9509d09d 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/aux_engine.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/aux_engine.h
@@ -172,8 +172,6 @@ struct aux_engine_funcs {
                struct aux_engine *engine,
                uint8_t *returned_bytes);
        bool (*is_engine_available)(struct aux_engine *engine);
-       enum i2caux_engine_type (*get_engine_type)(
-               const struct aux_engine *engine);
        bool (*acquire)(
                struct aux_engine *engine,
                struct ddc *ddc);
-- 
2.34.1

Reply via email to