From b238caaacad022a15bb3d9b46f582dc58aac786b Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 22 Feb 2021 18:33:08 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51009 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/include/device/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device/device.h') diff --git a/src/include/device/device.h b/src/include/device/device.h index 0e1ca12613..01e2c825a1 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -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, -- cgit v1.2.3