mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
dm: Remove uses of device_bind_offset()
This function is not needed since the standard device_bind() can be used instead. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -37,8 +37,8 @@ struct udevice;
|
||||
* @return 0 if OK, -ve on error
|
||||
*/
|
||||
int device_bind_offset(struct udevice *parent, const struct driver *drv,
|
||||
const char *name, void *platdata, int of_offset,
|
||||
struct udevice **devp);
|
||||
const char *name, void *platdata, int of_offset,
|
||||
struct udevice **devp);
|
||||
|
||||
int device_bind(struct udevice *parent, const struct driver *drv,
|
||||
const char *name, void *platdata, ofnode node,
|
||||
|
Reference in New Issue
Block a user