]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/sandbox.c
net: Merge asm/fsl_enet.h into fsl_mdio.h
[karo-tx-uboot.git] / 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" },
        { }
 };