X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fdemo%2Fdemo-simple.c;h=f069748e051258ba4a11bab5a54240fad3edfda8;hb=f1bcad22dd19;hp=11def86032c6b0a319dae3d4add27d061a546bce;hpb=55e8250bd3cfd996d1caa04f520160a89ec04754;p=u-boot diff --git a/drivers/demo/demo-simple.c b/drivers/demo/demo-simple.c index 11def86032..f069748e05 100644 --- a/drivers/demo/demo-simple.c +++ b/drivers/demo/demo-simple.c @@ -10,6 +10,7 @@ #include #include #include +#include #include static int simple_hello(struct udevice *dev, int ch) @@ -32,7 +33,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 }, { }, };