diff options
Diffstat (limited to 'src/include/device/device.h')
-rw-r--r-- | src/include/device/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |