]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/demo/demo-shape.c
Merge remote-tracking branch 'u-boot-samsung/master'
[karo-tx-uboot.git] / drivers / demo / demo-shape.c
index a68cc1092cf4720e7c6dce8b3ee7775b96b511c1..3fa9c5994703d473494a4d2199ecae3e34a0c9c0 100644 (file)
@@ -111,7 +111,7 @@ static int shape_ofdata_to_platdata(struct udevice *dev)
        return 0;
 }
 
-static const struct device_id demo_shape_id[] = {
+static const struct udevice_id demo_shape_id[] = {
        { "demo-shape", 0 },
        { },
 };