]> git.sur5r.net Git - u-boot/blobdiff - drivers/demo/demo-simple.c
ti_armv7_common: env: Add NFS loading support to default enviroment
[u-boot] / drivers / demo / demo-simple.c
index 11def86032c6b0a319dae3d4add27d061a546bce..f069748e051258ba4a11bab5a54240fad3edfda8 100644 (file)
@@ -10,6 +10,7 @@
 #include <common.h>
 #include <dm.h>
 #include <dm-demo.h>
+#include <mapmem.h>
 #include <asm/io.h>
 
 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 },
        { },
 };