From: Masahiro Yamada Date: Mon, 17 Jun 2019 16:21:23 +0000 (+0900) Subject: libfdt: reduce the number of headers included from libfdt_env.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=26ed19adbab16410460bd8b90ccc7430229a0b4a;p=linux.git libfdt: reduce the number of headers included from libfdt_env.h Currently, libfdt_env.h includes just for INT_MAX. pulls in a lots of broat. Thanks to commit 54d50897d544 ("linux/kernel.h: split *_MAX and *_MIN macros into "), can be replaced with . This saves including dozens of headers. Signed-off-by: Masahiro Yamada Signed-off-by: Rob Herring --- diff --git a/include/linux/libfdt_env.h b/include/linux/libfdt_env.h index edb0f0c309044..2231eb855e8f2 100644 --- a/include/linux/libfdt_env.h +++ b/include/linux/libfdt_env.h @@ -2,7 +2,7 @@ #ifndef LIBFDT_ENV_H #define LIBFDT_ENV_H -#include /* For INT_MAX */ +#include /* For INT_MAX */ #include #include