summaryrefslogtreecommitdiffstats
path: root/drivers/demo/demo-shape.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-06-20 20:03:51 -0400
committerTom Rini <trini@ti.com>2014-06-20 20:03:51 -0400
commit39b6d07fd7e692736cdb05a000b1c84ab43de4fb (patch)
tree72b3530f77de13dab378b5be9789edd952bc9e03 /drivers/demo/demo-shape.c
parent45f0ad9545578b4436fdf04ba25a10173bcb75ef (diff)
parent22ec136325fdfc805b1e48e5ac8e17f23b4e9fc6 (diff)
downloadtalos-obmc-uboot-39b6d07fd7e692736cdb05a000b1c84ab43de4fb.tar.gz
talos-obmc-uboot-39b6d07fd7e692736cdb05a000b1c84ab43de4fb.zip
Merge branch 'master' of git://git.denx.de/u-boot-dm
Diffstat (limited to 'drivers/demo/demo-shape.c')
-rw-r--r--drivers/demo/demo-shape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/demo/demo-shape.c b/drivers/demo/demo-shape.c
index a68cc1092c..3fa9c59947 100644
--- a/drivers/demo/demo-shape.c
+++ b/drivers/demo/demo-shape.c
@@ -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 },
{ },
};
OpenPOWER on IntegriCloud