aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/string_helpers.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2020-10-28 21:36:51 +0000
committerMark Brown <broonie@kernel.org>2020-10-28 21:36:51 +0000
commit3bfd5f422f07a10f485c3f046431783c7c4004f2 (patch)
tree7e990a251c825482216a0355177ef80874b3c0cb /include/linux/string_helpers.h
parentspi: imx: fix runtime pm support for !CONFIG_PM (diff)
parentLinux 5.10-rc1 (diff)
downloadwireguard-linux-3bfd5f422f07a10f485c3f046431783c7c4004f2.tar.xz
wireguard-linux-3bfd5f422f07a10f485c3f046431783c7c4004f2.zip
Merge tag 'v5.10-rc1' into spi-5.10
Linux 5.10-rc1
Diffstat (limited to 'include/linux/string_helpers.h')
-rw-r--r--include/linux/string_helpers.h2
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