Skip to content

Commit

Permalink
hw/hppa/dino: Remove unuseful code
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20181002212522.23303-12-f4bug@amsat.org>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
  • Loading branch information
philmd authored and ehabkost committed Oct 24, 2018
1 parent c378ade commit fbd371a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hw/hppa/dino.c
Expand Up @@ -488,17 +488,10 @@ PCIBus *dino_init(MemoryRegion *addr_space,
return b;
}

static int dino_pcihost_init(SysBusDevice *dev)
{
return 0;
}

static void dino_pcihost_class_init(ObjectClass *klass, void *data)
{
SysBusDeviceClass *k = SYS_BUS_DEVICE_CLASS(klass);
DeviceClass *dc = DEVICE_CLASS(klass);

k->init = dino_pcihost_init;
dc->vmsd = &vmstate_dino;
}

Expand Down

0 comments on commit fbd371a

Please sign in to comment.