Commit 1cd04b5c authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Alex Deucher

drm/amd/display: remove unused struct 'aux_payloads'

'aux_payloads' is unused since
commit eae5ffa9 ("drm/amd/display: Switch ddc to new aux interface")
Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 191ef65b
......@@ -51,10 +51,6 @@ struct i2c_payloads {
struct vector payloads;
};
struct aux_payloads {
struct vector payloads;
};
static bool i2c_payloads_create(
struct dc_context *ctx,
struct i2c_payloads *payloads,
......
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