device/device.c: Rename .disable to .vga_disable
This makes it clear what this function pointer is used for. Change-Id: I2090e164edee513e05a9409d6c7d18c2cdeb8662 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/51009 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
318c3ad674
commit
b238caaaca
5 changed files with 6 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ struct device_operations {
|
|||
void (*final)(struct device *dev);
|
||||
void (*scan_bus)(struct device *bus);
|
||||
void (*enable)(struct device *dev);
|
||||
void (*disable)(struct device *dev);
|
||||
void (*vga_disable)(struct device *dev);
|
||||
void (*reset_bus)(struct bus *bus);
|
||||
#if CONFIG(GENERATE_SMBIOS_TABLES)
|
||||
int (*get_smbios_data)(struct device *dev, int *handle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue