X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fspi.h;h=8c4b882c54d390e91eaa8b5d01a2e9aaa1f18491;hb=ae8733910b4f7388ebb965c8f31cfb47e5c19f21;hp=deb65efdfb73c23841a6d64de6374a23cf66051d;hpb=2d221489df021393654805536be7effcb9d39702;p=oweals%2Fu-boot.git diff --git a/include/spi.h b/include/spi.h index deb65efdfb..8c4b882c54 100644 --- a/include/spi.h +++ b/include/spi.h @@ -562,7 +562,7 @@ int spi_find_chip_select(struct udevice *bus, int cs, struct udevice **devp); * @node: Node offset to read from * @plat: Place to put the decoded information */ -int spi_slave_ofdata_to_platdata(const void *blob, int node, +int spi_slave_ofdata_to_platdata(struct udevice *dev, struct dm_spi_slave_platdata *plat); /**