Re: [PATCH v2 1/3] x86: add support for Huawei WMI hotkeys.

From: Takashi Iwai
Date: Mon Nov 05 2018 - 06:05:28 EST


On Sat, 03 Nov 2018 00:10:18 +0100,
<ayman.bagabas@xxxxxxxxx> wrote:
>
> On Fri, 2018-11-02 at 20:20 +0200, Andy Shevchenko wrote:
> > > +#include <linux/input.h>
> > > +#include <linux/input/sparse-keymap.h>
> > > +#include <linux/acpi.h>
> > > +#include <linux/wmi.h>
> >
> > Please, keep in order.
>
> What order do I have to follow? Does this look right?
> module.h
> init.h
> apci.h
> wmi.h
> input.h
> sparse-keymap.h

A most common pattern is the alphabetical order.


thanks,

Takashi