]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - test/dm/test-fdt.c
dm: Rename struct device_id to udevice_id
[people/ms/u-boot.git] / test / dm / test-fdt.c
index 6eccf111279c2bbee53417f508c6b3ed514b8156..98e3936527ea11a594f4abd215c86b9fdfaf01ba 100644 (file)
@@ -53,7 +53,7 @@ static int testfdt_drv_probe(struct udevice *dev)
        return 0;
 }
 
-static const struct device_id testfdt_ids[] = {
+static const struct udevice_id testfdt_ids[] = {
        {
                .compatible = "denx,u-boot-fdt-test",
                .data = DM_TEST_TYPE_FIRST },