Commit ef99823326554ee10637b583657290f5db216da8
1 parent
8c6c919e
ETRAX: Remove display-state argument from board init.
Apparently this board was forgotten in the display changes. Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6462 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/axis_dev88.c
... | ... | @@ -252,7 +252,7 @@ static void main_cpu_reset(void *opaque) |
252 | 252 | |
253 | 253 | static |
254 | 254 | void axisdev88_init (ram_addr_t ram_size, int vga_ram_size, |
255 | - const char *boot_device, DisplayState *ds, | |
255 | + const char *boot_device, | |
256 | 256 | const char *kernel_filename, const char *kernel_cmdline, |
257 | 257 | const char *initrd_filename, const char *cpu_model) |
258 | 258 | { | ... | ... |