coreboot-kgpe-d16/src
Furquan Shaikh 338fd9ad30 device: Constify struct device * parameter to acpi_inject_dsdt
.acpi_inject_dsdt() does not need to modify the device
structure. Hence, this change makes the struct device * parameter to
acpi_inject_dsdt as const.

Change-Id: I3b096d9a5a9d649193e32ea686d5de9f78124997
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40711
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-04-28 19:51:25 +00:00
..
acpi
arch device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
commonlib rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE 2020-04-23 01:21:56 +00:00
console drivers/pc80/rtc: Drop CMOS_POST_EXTRA option 2020-04-20 06:13:39 +00:00
cpu device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
device device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
drivers device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
ec device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
include device: Constify struct device * parameter to acpi_inject_dsdt 2020-04-28 19:51:25 +00:00
lib rules.h: Rename ENV_VERSTAGE to ENV_SEPARATE_VERSTAGE 2020-04-23 01:21:56 +00:00
mainboard device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
northbridge device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
security security/lockdown: Write-protect WP_RO 2020-04-28 01:20:43 +00:00
soc device: Constify struct device * parameter to acpi_inject_dsdt 2020-04-28 19:51:25 +00:00
southbridge device: Constify struct device * parameter to acpi_inject_dsdt 2020-04-28 19:51:25 +00:00
superio device: Constify struct device * parameter to acpi_fill_ssdt() 2020-04-28 19:50:26 +00:00
vendorcode device: Constify struct device * parameter to acpi_inject_dsdt 2020-04-28 19:51:25 +00:00
Kconfig src/Kconfig: enable USE_BLOBS by default 2020-04-14 10:03:55 +00:00