acpi: Use I2cSerialBusV2() instead of I2cSerialBus()
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:45:44 +0000 (12:45 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:26 +0000 (11:27 +0800)
commit9c6aaf13473b611508e9bc3a5ab851255403c3bf
tree6f754931602c7bc8c24c3d7766ef7c18e1e174ba
parent1e4073b8559615509af45f2f826d157c39841fd0
acpi: Use I2cSerialBusV2() instead of I2cSerialBus()

Use the correct name of the ACPI structure being created.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/acpi/acpi_device.h
lib/acpi/acpi_device.c