summaryrefslogtreecommitdiff
path: root/arch/um/drivers/rtc_user.c
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2021-08-02 23:40:31 +0300
committerMasahiro Yamada <masahiroy@kernel.org>2021-08-19 09:02:55 +0900
commit39f75da7bcc829ddc4d40bb60d0e95520de7898b (patch)
treea16c7f4bf392281b053c764a4b31a1ccc474fec8 /arch/um/drivers/rtc_user.c
parentf12b034afeb3a977bbb1c6584dedc0f3dc666f14 (diff)
isystem: trim/fixup stdarg.h and other headers
Delete/fixup few includes in anticipation of global -isystem compile option removal. Note: crypto/aegis128-neon-inner.c keeps <stddef.h> due to redefinition of uintptr_t error (one definition comes from <stddef.h>, another from <linux/types.h>). Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/um/drivers/rtc_user.c')
-rw-r--r--arch/um/drivers/rtc_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/um/drivers/rtc_user.c b/arch/um/drivers/rtc_user.c
index 4016bc1d577e..7c3cec4c68cf 100644
--- a/arch/um/drivers/rtc_user.c
+++ b/arch/um/drivers/rtc_user.c
@@ -3,6 +3,7 @@
* Copyright (C) 2020 Intel Corporation
* Author: Johannes Berg <johannes@sipsolutions.net>
*/
+#include <stdbool.h>
#include <os.h>
#include <errno.h>
#include <sched.h>