diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-03 15:44:20 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-03 15:44:20 +0100 |
| commit | 19a6aa13727236467e637b97943399f332dbe727 (patch) | |
| tree | 181305bf0bfe35a7ee9cf426555c6f43a4ac3f57 /include | |
| parent | fff222431850e3334f3211792d69aad1c854243b (diff) | |
| parent | da2e2fd83f1ef6160bfe2b863bbb904b44263dc4 (diff) | |
| download | linux-next-19a6aa13727236467e637b97943399f332dbe727.tar.gz linux-next-19a6aa13727236467e637b97943399f332dbe727.zip | |
Merge branch 'linux-next' of https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/platform/aclinuxex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/platform/aclinuxex.h b/include/acpi/platform/aclinuxex.h index aeb74e2f9d4f..760e1ded325c 100644 --- a/include/acpi/platform/aclinuxex.h +++ b/include/acpi/platform/aclinuxex.h @@ -134,6 +134,7 @@ static inline void acpi_os_terminate_debugger(void) /* * OSL interfaces added by Linux */ +#define acpi_ut_safe_strncpy strscpy_pad #endif /* __KERNEL__ */ |
