diff options
author | 2020-10-30 11:48:17 +0800 | |
---|---|---|
committer | 2020-10-30 11:48:17 +0800 | |
commit | 4a95857a875e887cc958c92fe9d2cde6184d2ec0 (patch) | |
tree | 8d67b681d582ba7ee11a359be7af82ed77bd6620 /include/linux/string_helpers.h | |
parent | drm/i915/gvt: Only pin/unpin intel_context along with workload (diff) | |
parent | drm/i915: Reject 90/270 degree rotated initial fbs (diff) | |
download | wireguard-linux-4a95857a875e887cc958c92fe9d2cde6184d2ec0.tar.xz wireguard-linux-4a95857a875e887cc958c92fe9d2cde6184d2ec0.zip |
Merge tag 'drm-intel-fixes-2020-10-29' into gvt-fixes
Backmerge for 5.10-rc1 to apply one extra APL fix.
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'include/linux/string_helpers.h')
-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 |