mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
auxbus: Eliminate aux_create_slave()
aux_create_slave() has become a trivial wrapper around qdev_new(). There's just one user. Eliminate. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20200610053247.1583243-35-armbru@redhat.com>
This commit is contained in:
parent
2214985408
commit
cd9ae806cd
3 changed files with 1 additions and 17 deletions
|
@ -131,13 +131,6 @@ I2CBus *aux_get_i2c_bus(AUXBus *bus);
|
|||
*/
|
||||
void aux_init_mmio(AUXSlave *aux_slave, MemoryRegion *mmio);
|
||||
|
||||
/* aux_create_slave: Create a new device on an AUX bus
|
||||
*
|
||||
* @bus The AUX bus for the new device.
|
||||
* @name The type of the device to be created.
|
||||
*/
|
||||
DeviceState *aux_create_slave(AUXBus *bus, const char *name);
|
||||
|
||||
/* aux_map_slave: Map the mmio for an AUX slave on the bus.
|
||||
*
|
||||
* @dev The AUX slave.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue