X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fata%2Fahci_platform.c;h=6692108af5344378e55205782206fbc645751b3b;hb=ee368a2c5ed1806a6cbdcddadac86cbb3816d2f5;hp=43b875810d1b7b91c98386fb6f3a5c58be79fdb9;hpb=455ba0c0b7e1d2c72a45808115ef35512e3ae7b0;p=pandora-kernel.git diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c index 43b875810d1b..6692108af534 100644 --- a/drivers/ata/ahci_platform.c +++ b/drivers/ata/ahci_platform.c @@ -204,6 +204,7 @@ static int __devexit ahci_remove(struct platform_device *pdev) static const struct of_device_id ahci_of_match[] = { { .compatible = "calxeda,hb-ahci", }, + { .compatible = "ibm,476gtr-ahci", }, {}, }; MODULE_DEVICE_TABLE(of, ahci_of_match);