mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00: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:
parent
0de1b07406
commit
a2703ce10c
20 changed files with 46 additions and 49 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue