mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
vga: cleanup after isa_vga_init() and pci_vga_init() conversion
Now that all machines call isa_vga_init() or pci_vga_init(), some unused code can be removed. Cc: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
f642dfce19
commit
457ebdcd91
7 changed files with 0 additions and 56 deletions
|
@ -28,7 +28,6 @@
|
|||
*/
|
||||
#include "hw.h"
|
||||
#include "pci.h"
|
||||
#include "vga-pci.h"
|
||||
#include "console.h"
|
||||
#include "vga_int.h"
|
||||
#include "loader.h"
|
||||
|
@ -2970,11 +2969,6 @@ static int pci_cirrus_vga_initfn(PCIDevice *dev)
|
|||
return 0;
|
||||
}
|
||||
|
||||
DeviceState *pci_cirrus_vga_init(PCIBus *bus)
|
||||
{
|
||||
return &pci_create_simple(bus, -1, "cirrus-vga")->qdev;
|
||||
}
|
||||
|
||||
static void cirrus_vga_class_init(ObjectClass *klass, void *data)
|
||||
{
|
||||
DeviceClass *dc = DEVICE_CLASS(klass);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue