diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 08:46:58 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-18 08:46:58 +0000 |
commit | b881c2c6e774d40b33980f00f830431deed9e896 (patch) | |
tree | 0107042f9e3f2cabd610c8ef03e069d54cd31501 /hw/an5206.c | |
parent | c6d6dd7c74aaf8ca156d4589adff060078ec20ef (diff) |
Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3687 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/an5206.c')
-rw-r--r-- | hw/an5206.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/an5206.c b/hw/an5206.c index 5e12ed8544..52be63b772 100644 --- a/hw/an5206.c +++ b/hw/an5206.c @@ -30,8 +30,8 @@ void DMA_run (void) /* Board init. */ -static void an5206_init(int ram_size, int vga_ram_size, const char *boot_device, - DisplayState *ds, const char **fd_filename, int snapshot, +static void an5206_init(int ram_size, int vga_ram_size, + const char *boot_device, DisplayState *ds, const char *kernel_filename, const char *kernel_cmdline, const char *initrd_filename, const char *cpu_model) { |