diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2011-12-15 22:10:01 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-12-20 15:44:31 -0600 |
commit | 4a0f031d5bd2399eec5eea062e44b5271a855faf (patch) | |
tree | 6d66829cdc94ed55279c3c955a37b7acf2375e15 /hw/cs4231a.c | |
parent | d3c68e4f45b54c447c9a169533c286cb1be62b59 (diff) |
audio: remove unused parameter isa_pic
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/cs4231a.c')
-rw-r--r-- | hw/cs4231a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cs4231a.c b/hw/cs4231a.c index 02388298a6..dc77a3aa15 100644 --- a/hw/cs4231a.c +++ b/hw/cs4231a.c @@ -659,7 +659,7 @@ static int cs4231a_initfn (ISADevice *dev) return 0; } -int cs4231a_init (ISABus *bus, qemu_irq *pic) +int cs4231a_init (ISABus *bus) { isa_create_simple (bus, "cs4231a"); return 0; |