drivers/wifi/generic: Move ACPI functions to a separate file

This change reorganizes the WiFi generic driver to move the ACPI
functions to a separate file. This change is done to reduce the noise
in generic.c file and improve readability of the file.

Change-Id: If5fafb5452fb5bad327be730fcfc43d8a5d3b8ec
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46860
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
Furquan Shaikh
2020-10-27 19:46:11 -07:00
committed by Patrick Georgi
parent 507a98b689
commit 2736c82956
4 changed files with 235 additions and 227 deletions

View File

@@ -5,4 +5,7 @@
int smbios_write_wifi(struct device *dev, int *handle, unsigned long *current);
const char *wifi_generic_acpi_name(const struct device *dev);
void wifi_generic_fill_ssdt(const struct device *dev);
#endif