commit | 5c1a72a0fbe1b02c3ce0537f85f92ea935e0beec | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <[email protected]> | Fri Jun 04 19:50:45 2021 +0300 |
committer | Rafael J. Wysocki <[email protected]> | Mon Jun 07 14:43:40 2021 +0200 |
tree | 7cc518c4d3f23a5e9dd50cacf1026d12daac581f | |
parent | 0df316b8ec04d849ec7908bc90b61a2dce46f3a9 [diff] |
ACPI: property: Constify stubs for CONFIG_ACPI=n case There is a few stubs that left untouched during constification of the fwnode related APIs. Constify three more stubs here. Fixes: 8b9d6802583a ("ACPI: Constify acpi_bus helper functions, switch to macros") Reported-by: kernel test robot <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki <[email protected]>