ide: add IDE_HFLAG_BOOTABLE host flag
[deliverable/linux.git] / drivers / ide / pci / rz1000.c
index 3f506e8d44e3a89b59864198f97db21f7d015cdd..c4541e42e61294db26abe41f494ed07c1dd2c83a 100644 (file)
@@ -53,7 +53,7 @@ static ide_pci_device_t rz1000_chipset __devinitdata = {
        .name           = "RZ100x",
        .init_hwif      = init_hwif_rz1000,
        .autodma        = NODMA,
-       .bootable       = ON_BOARD,
+       .host_flags     = IDE_HFLAG_BOOTABLE,
 };
 
 static int __devinit rz1000_init_one(struct pci_dev *dev, const struct pci_device_id *id)
This page took 0.029103 seconds and 5 git commands to generate.