From ef99823326554ee10637b583657290f5db216da8 Mon Sep 17 00:00:00 2001 From: edgar_igl Date: Mon, 26 Jan 2009 21:47:27 +0000 Subject: [PATCH] ETRAX: Remove display-state argument from board init. Apparently this board was forgotten in the display changes. Signed-off-by: Edgar E. Iglesias git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6462 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/axis_dev88.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/axis_dev88.c b/hw/axis_dev88.c index 066b96944c..e7fdc639e6 100644 --- a/hw/axis_dev88.c +++ b/hw/axis_dev88.c @@ -252,7 +252,7 @@ static void main_cpu_reset(void *opaque) static void axisdev88_init (ram_addr_t ram_size, int vga_ram_size, - const char *boot_device, DisplayState *ds, + const char *boot_device, const char *kernel_filename, const char *kernel_cmdline, const char *initrd_filename, const char *cpu_model) {