diff options
Diffstat (limited to 'hw/shix.c')
| -rw-r--r-- | hw/shix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/shix.c b/hw/shix.c index eb53ee59d0..ee4f03fdbe 100644 --- a/hw/shix.c +++ b/hw/shix.c @@ -61,7 +61,7 @@ void vga_screen_dump(const char *filename) } static void shix_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) { |