ide: fix host drivers missing hwif->chipset initialization
[pandora-kernel.git] / drivers / ide / arm / bast-ide.c
index 713cef2..8e8c281 100644 (file)
@@ -42,6 +42,7 @@ static int __init bastide_register(unsigned int base, unsigned int aux, int irq)
 
        hw.io_ports.ctl_addr = aux + (6 * 0x20);
        hw.irq = irq;
+       hw.chipset = ide_generic;
 
        hwif = ide_find_port();
        if (hwif == NULL)