diff options
author | 2021-11-05 12:10:27 +0100 | |
---|---|---|
committer | 2021-11-05 12:10:27 +0100 | |
commit | 820e9906cf64142169134f35b996108303cf22ca (patch) | |
tree | 89f8831fb39c59aba208395d91e25ab4b26f473f /lib/kasprintf.c | |
parent | Merge branch 'for-5.16/apple' into for-linus (diff) | |
parent | HID: hid-asus.c: Maps key 0x35 (display off) to KEY_SCREENLOCK (diff) | |
download | linux-dev-820e9906cf64142169134f35b996108303cf22ca.tar.xz linux-dev-820e9906cf64142169134f35b996108303cf22ca.zip |
Merge branch 'for-5.16/asus' into for-linus
Diffstat (limited to 'lib/kasprintf.c')
-rw-r--r-- | lib/kasprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kasprintf.c b/lib/kasprintf.c index bacf7b83ccf0..cd2f5974ed98 100644 --- a/lib/kasprintf.c +++ b/lib/kasprintf.c @@ -5,7 +5,7 @@ * Copyright (C) 1991, 1992 Linus Torvalds */ -#include <stdarg.h> +#include <linux/stdarg.h> #include <linux/export.h> #include <linux/slab.h> #include <linux/types.h> |