]> git.proxmox.com Git - qemu.git/blobdiff - block/vvfat.c
target-i386: Emulate X86CPU subclasses for global properties
[qemu.git] / block / vvfat.c
index f4c06b9d50c766c88a3774268905f255d7b7fd88..87b02799d0b658961764cbcea12d397724a722ae 100644 (file)
@@ -1065,8 +1065,7 @@ static void vvfat_parse_filename(const char *filename, QDict *options,
     qdict_put(options, "rw", qbool_from_int(rw));
 }
 
-static int vvfat_open(BlockDriverState *bs, const char* dummy,
-                      QDict *options, int flags)
+static int vvfat_open(BlockDriverState *bs, QDict *options, int flags)
 {
     BDRVVVFATState *s = bs->opaque;
     int cyls, heads, secs;