]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/dm/test-main.c
Merge remote-tracking branch 'u-boot-samsung/master'
[karo-tx-uboot.git] / test / dm / test-main.c
index 828ed46f8e79ec9205890f20c40a1c7d7935ffd7..fbdae688e09274842ecf197444caea76bc5e4caa 100644 (file)
@@ -32,7 +32,7 @@ static int dm_test_init(struct dm_test_state *dms)
 /* Ensure all the test devices are probed */
 static int do_autoprobe(struct dm_test_state *dms)
 {
-       struct device *dev;
+       struct udevice *dev;
        int ret;
 
        /* Scanning the uclass is enough to probe all the devices */