Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
[oweals/u-boot.git] / drivers / demo / demo-simple.c
index 11def86032c6b0a319dae3d4add27d061a546bce..2bcb7dfb479c4c123b3e2b875e4df4c680906290 100644 (file)
@@ -32,7 +32,7 @@ static int demo_shape_ofdata_to_platdata(struct udevice *dev)
        return demo_parse_dt(dev);
 }
 
-static const struct device_id demo_shape_id[] = {
+static const struct udevice_id demo_shape_id[] = {
        { "demo-simple", 0 },
        { },
 };