From: Andy Shevchenko Date: Thu, 1 Jul 2021 01:54:56 +0000 (-0700) Subject: drm: include only needed headers in ascii85.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=070c46505a265d54eba7f713760fa6ed984f2921;p=linux.git drm: include only needed headers in ascii85.h The ascii85.h is user of exactly two headers, i.e. math.h and types.h. There is no need to carry on entire kernel.h. Link: https://lkml.kernel.org/r/20210611185915.44181-1-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko Reviewed-by: Jani Nikula Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/ascii85.h b/include/linux/ascii85.h index 4cc40201273ee..83ad775ad0aac 100644 --- a/include/linux/ascii85.h +++ b/include/linux/ascii85.h @@ -8,7 +8,8 @@ #ifndef _ASCII85_H_ #define _ASCII85_H_ -#include +#include +#include #define ASCII85_BUFSZ 6