mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 10:33:41 +02:00
drm/amd/display: Remove unused struct i2c_id_config_access
After commit 5a8132b9f6 ("drm/amd/display: remove dead dc vbios code"),
no one use struct i2c_id_config_access, so remove it.
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Yuan Can <yuancan@huawei.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5e69732d4a
commit
7e4ab9fb2b
|
|
@ -51,13 +51,6 @@
|
|||
#define LAST_RECORD_TYPE 0xff
|
||||
#define SMU9_SYSPLL0_ID 0
|
||||
|
||||
struct i2c_id_config_access {
|
||||
uint8_t bfI2C_LineMux:4;
|
||||
uint8_t bfHW_EngineID:3;
|
||||
uint8_t bfHW_Capable:1;
|
||||
uint8_t ucAccess;
|
||||
};
|
||||
|
||||
static enum bp_result get_gpio_i2c_info(struct bios_parser *bp,
|
||||
struct atom_i2c_record *record,
|
||||
struct graphics_object_i2c_info *info);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user