cxl/acpi: Move add_host_bridge_uport() after cxl_get_chbs()
authorRobert Richter <rrichter@amd.com>
Thu, 22 Jun 2023 20:55:04 +0000 (15:55 -0500)
committerDan Williams <dan.j.williams@intel.com>
Sun, 25 Jun 2023 18:41:34 +0000 (11:41 -0700)
commitf44c7b7ad9b8def769ba709e369fe92906250c02
treeda225997d9398c20d740263a5659289a04a23d36
parentd076bb8c4cee23fa1ddeae36f72a4695529c9198
cxl/acpi: Move add_host_bridge_uport() after cxl_get_chbs()

Just moving code to reorder functions to later share cxl_get_chbs()
with add_host_bridge_uport().

This makes changes in the next patch visible. No other changes at all.

Signed-off-by: Robert Richter <rrichter@amd.com>
Signed-off-by: Terry Bowman <terry.bowman@amd.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20230622205523.85375-9-terry.bowman@amd.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/acpi.c