mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
dm: pci: Update a few more interfaces for const udevice *
Tidy up a few places where const * should be used. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -224,7 +224,7 @@ int fdtdec_get_pci_vendev(const void *blob, int node, u16 *vendor, u16 *device)
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
int fdtdec_get_pci_bar32(struct udevice *dev, struct fdt_pci_addr *addr,
|
||||
int fdtdec_get_pci_bar32(const struct udevice *dev, struct fdt_pci_addr *addr,
|
||||
u32 *bar)
|
||||
{
|
||||
int barnum;
|
||||
|
Reference in New Issue
Block a user