]> git.sur5r.net Git - u-boot/blobdiff - drivers/gpio/sandbox.c
nitrogen6x: display: add support for LG-9.7 LVDS display
[u-boot] / drivers / gpio / sandbox.c
index 09cebe2286f434317f8072092a0274ac410aefbf..75ada5d3871a844935c22b1bb9557f2e3229c84f 100644 (file)
@@ -239,7 +239,7 @@ static int gpio_sandbox_probe(struct udevice *dev)
        return 0;
 }
 
-static const struct device_id sandbox_gpio_ids[] = {
+static const struct udevice_id sandbox_gpio_ids[] = {
        { .compatible = "sandbox,gpio" },
        { }
 };