diff options
Diffstat (limited to 'src/devices/pci_device.c')
-rw-r--r-- | src/devices/pci_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index 48c209f022..322463466d 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -674,7 +674,7 @@ void pci_dev_init(struct device *dev) #if CONFIG_CONSOLE_VGA == 1 if ((dev->class>>8) == PCI_CLASS_DISPLAY_VGA) - vga_console_init(void); + vga_console_init(); #endif /* CONFIG_CONSOLE_VGA */ #endif /* CONFIG_PCI_ROM_RUN || CONFIG_VGA_ROM_RUN */ } |