On Sun, Oct 29, 2017 at 1:52 AM, Guillaume Douézan-Grard <gdouezangrard@xxxxxxxxx> wrote: > * add platform device to support further addition of a led subsystem, > > * add existing input device to the new platform device. > #include <linux/init.h> > #include <linux/slab.h> > #include <linux/acpi.h> > +#include <linux/platform_device.h> > #include <linux/input.h> > #include <linux/input/sparse-keymap.h> Please, keep it ordered as much as possible, i.e. add the line after sparse-keymap. -- With Best Regards, Andy Shevchenko