mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
auxbus: Rename aux_init_bus() to aux_bus_init()
Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200610053247.1583243-32-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
parent
2194abd623
commit
dbe4070e59
3 changed files with 5 additions and 5 deletions
|
@ -1244,7 +1244,7 @@ static void xlnx_dp_init(Object *obj)
|
|||
/*
|
||||
* Initialize AUX Bus.
|
||||
*/
|
||||
s->aux_bus = aux_init_bus(DEVICE(obj), "aux");
|
||||
s->aux_bus = aux_bus_init(DEVICE(obj), "aux");
|
||||
|
||||
/*
|
||||
* Initialize DPCD and EDID..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue