From 4a0f031d5bd2399eec5eea062e44b5271a855faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 15 Dec 2011 22:10:01 +0100 Subject: audio: remove unused parameter isa_pic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hervé Poussineau Signed-off-by: Anthony Liguori --- hw/cs4231a.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/cs4231a.c') 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; -- cgit v1.2.3