From ef99823326554ee10637b583657290f5db216da8 Mon Sep 17 00:00:00 2001 From: edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> Date: Mon, 26 Jan 2009 21:47:27 +0000 Subject: [PATCH] ETRAX: Remove display-state argument from board init. --- 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 066b969..e7fdc63 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) { -- libgit2 0.23.3