diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2021-08-02 23:40:31 +0300 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2021-08-19 03:02:55 +0300 |
commit | 39f75da7bcc829ddc4d40bb60d0e95520de7898b (patch) | |
tree | a16c7f4bf392281b053c764a4b31a1ccc474fec8 /drivers/pinctrl | |
parent | f12b034afeb3a977bbb1c6584dedc0f3dc666f14 (diff) | |
download | linux-39f75da7bcc829ddc4d40bb60d0e95520de7898b.tar.xz |
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 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/aspeed/pinmux-aspeed.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/aspeed/pinmux-aspeed.h b/drivers/pinctrl/aspeed/pinmux-aspeed.h index b69ba6b360a2..4d7548686f39 100644 --- a/drivers/pinctrl/aspeed/pinmux-aspeed.h +++ b/drivers/pinctrl/aspeed/pinmux-aspeed.h @@ -5,7 +5,6 @@ #define ASPEED_PINMUX_H #include <linux/regmap.h> -#include <stdbool.h> /* * The ASPEED SoCs provide typically more than 200 pins for GPIO and other |