mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
dm: Drop uclass_resolve_seq()
This function is not needed anymore. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
93f44e8a8c
commit
b5b11558bc
3 changed files with 0 additions and 62 deletions
|
@ -368,21 +368,6 @@ int uclass_next_device_check(struct udevice **devp);
|
|||
int uclass_first_device_drvdata(enum uclass_id id, ulong driver_data,
|
||||
struct udevice **devp);
|
||||
|
||||
/**
|
||||
* uclass_resolve_seq() - Resolve a device's sequence number
|
||||
*
|
||||
* On entry dev->seq is -1, and dev->req_seq may be -1 (to allocate a
|
||||
* sequence number automatically, or >= 0 to select a particular number.
|
||||
* If the requested sequence number is in use, then this device will
|
||||
* be allocated another one.
|
||||
*
|
||||
* Note that the device's seq value is not changed by this function.
|
||||
*
|
||||
* @dev: Device for which to allocate sequence number
|
||||
* @return sequence number allocated, or -ve on error
|
||||
*/
|
||||
int uclass_resolve_seq(struct udevice *dev);
|
||||
|
||||
/**
|
||||
* uclass_id_foreach_dev() - Helper function to iteration through devices
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue