On Tue, Feb 04, 2020 at 06:21:14PM +0200, Andy Shevchenko wrote: > Replace with appropriate types.h. Hans, any comment on this? > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > include/linux/platform_data/simplefb.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/platform_data/simplefb.h b/include/linux/platform_data/simplefb.h > index 4f733a411d18..ca8337695c2a 100644 > --- a/include/linux/platform_data/simplefb.h > +++ b/include/linux/platform_data/simplefb.h > @@ -10,7 +10,7 @@ > > #include <drm/drm_fourcc.h> > #include <linux/fb.h> > -#include <linux/kernel.h> > +#include <linux/types.h> > > /* format array, use it to initialize a "struct simplefb_format" array */ > #define SIMPLEFB_FORMATS \ > -- > 2.24.1 > -- With Best Regards, Andy Shevchenko