diff options
Diffstat (limited to 'hw/sb16.c')
| -rw-r--r-- | hw/sb16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sb16.c b/hw/sb16.c index 88ad8e85cd..887b32e794 100644 --- a/hw/sb16.c +++ b/hw/sb16.c @@ -1385,7 +1385,7 @@ static int sb16_initfn (ISADevice *dev) return 0; } -int SB16_init (ISABus *bus, qemu_irq *pic) +int SB16_init (ISABus *bus) { isa_create_simple (bus, "sb16"); return 0; |