]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - test/dm/gpio.c
Merge remote-tracking branch 'u-boot-samsung/master'
[karo-tx-uboot.git] / test / dm / gpio.c
index bf632bca54ed3e96b05419fe6a4d6695e6541b44..2b2b0b51fa74571a0e0ca200574bef48c0d7dee7 100644 (file)
@@ -17,7 +17,7 @@ static int dm_test_gpio(struct dm_test_state *dms)
 {
        unsigned int offset, gpio;
        struct dm_gpio_ops *ops;
-       struct device *dev;
+       struct udevice *dev;
        const char *name;
        int offset_count;
        char buf[80];