diff options
author | 2020-09-30 11:35:56 +0200 | |
---|---|---|
committer | 2020-09-30 11:35:56 +0200 | |
commit | 3d5a46544b97ca1c446e13f4aa1b0f811e5a0a7c (patch) | |
tree | 05cad20d35499986c1f9b6be8d4146842108f327 /include/linux | |
parent | gpio: mxc: Support module build (diff) | |
parent | tools: gpio: add debounce support to gpio-event-mon (diff) | |
download | wireguard-linux-3d5a46544b97ca1c446e13f4aa1b0f811e5a0a7c.tar.xz wireguard-linux-3d5a46544b97ca1c446e13f4aa1b0f811e5a0a7c.zip |
Merge tag 'gpio-updates-for-v5.10-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel
gpio updates for v5.10 - part 2
- refactor gpio-mockup testing module
- simplify the code in gpio-mpc8xxx
- implement v2 of the GPIO user API
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/string_helpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/string_helpers.h b/include/linux/string_helpers.h index 86f150c2a6b6..fa06dcdc481e 100644 --- a/include/linux/string_helpers.h +++ b/include/linux/string_helpers.h @@ -94,4 +94,6 @@ char *kstrdup_quotable(const char *src, gfp_t gfp); char *kstrdup_quotable_cmdline(struct task_struct *task, gfp_t gfp); char *kstrdup_quotable_file(struct file *file, gfp_t gfp); +void kfree_strarray(char **array, size_t n); + #endif |