kernel/include/linux/libfdt_env.h
.. .. @@ -2,7 +2,7 @@ 2 2 #ifndef LIBFDT_ENV_H 3 3 #define LIBFDT_ENV_H 4 4 5 -#include <linux/kernel.h> /* For INT_MAX */5 +#include <linux/limits.h> /* For INT_MAX */6 6 #include <linux/string.h> 7 7 8 8 #include <asm/byteorder.h>