mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
drm/amd/display: remove unused struct 'aux_payloads'
'aux_payloads' is unused since
commit eae5ffa9bd ("drm/amd/display: Switch ddc to new aux interface")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
191ef65b4e
commit
1cd04b5c44
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user