Messages in this thread |  | | From | Andy Shevchenko <> | Date | Fri, 3 Nov 2017 14:47:36 +0200 | Subject | Re: [PATCH v2 3/4] platform/x86: topstar-laptop: add platform device |
| |
On Sun, Oct 29, 2017 at 1:52 AM, Guillaume Douézan-Grard <gdouezangrard@gmail.com> 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
|  |