mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
dm: replace auto_alloc_size with auto
The auto_alloc_size members of struct driver has been renamed auto. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a00e0f7ae5
commit
fabae8711f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ enum {
|
|||
* probe method if the device has a device tree node.
|
||||
*
|
||||
* All three of plat, priv and uclass_priv can be allocated by the
|
||||
* driver, or you can use the auto_alloc_size members of struct driver and
|
||||
* driver, or you can use the auto members of struct driver and
|
||||
* struct uclass_driver to have driver model do this automatically.
|
||||
*
|
||||
* @driver: The driver used by this device
|
||||
|
|
Loading…
Reference in a new issue