diff options
Diffstat (limited to 'hw/ide/cf.c')
-rw-r--r-- | hw/ide/cf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ide/cf.c b/hw/ide/cf.c index 190914f..cfb4394 100644 --- a/hw/ide/cf.c +++ b/hw/ide/cf.c @@ -29,7 +29,6 @@ static const Property ide_cf_properties[] = { DEFINE_BLOCK_CHS_PROPERTIES(IDEDrive, dev.conf), DEFINE_PROP_BIOS_CHS_TRANS("bios-chs-trans", IDEDrive, dev.chs_trans, BIOS_ATA_TRANSLATION_AUTO), - DEFINE_PROP_END_OF_LIST(), }; static void ide_cf_class_init(ObjectClass *klass, void *data) |